Searched refs:rst_clk_cntrl (Results 1 – 1 of 1) sorted by relevance
65 union link_misc_perst_clk_ctrl rst_clk_cntrl; in crystalhd_bring_out_of_rst() local72 rst_clk_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_CLOCK_CTRL); in crystalhd_bring_out_of_rst()73 rst_clk_cntrl.pll_pwr_dn = 0; in crystalhd_bring_out_of_rst()74 crystalhd_reg_wr(adp, MISC_PERST_CLOCK_CTRL, rst_clk_cntrl.whole_reg); in crystalhd_bring_out_of_rst()77 rst_clk_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_CLOCK_CTRL); in crystalhd_bring_out_of_rst()78 rst_clk_cntrl.stop_core_clk = 0; in crystalhd_bring_out_of_rst()79 rst_clk_cntrl.sel_alt_clk = 0; in crystalhd_bring_out_of_rst()81 crystalhd_reg_wr(adp, MISC_PERST_CLOCK_CTRL, rst_clk_cntrl.whole_reg); in crystalhd_bring_out_of_rst()126 union link_misc_perst_clk_ctrl rst_clk_cntrl; in crystalhd_put_in_reset() local149 rst_clk_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_CLOCK_CTRL); in crystalhd_put_in_reset()[all …]