Home
last modified time | relevance | path

Searched refs:rst_deco_cntrl (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/crystalhd/
Dcrystalhd_hw.c65 union link_misc_perst_deco_ctrl rst_deco_cntrl; in crystalhd_bring_out_of_rst() local
97 rst_deco_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_DECODER_CTRL); in crystalhd_bring_out_of_rst()
98 rst_deco_cntrl.stop_bcm_7412_clk = 0; in crystalhd_bring_out_of_rst()
99 rst_deco_cntrl.bcm7412_rst = 1; in crystalhd_bring_out_of_rst()
100 crystalhd_reg_wr(adp, MISC_PERST_DECODER_CTRL, rst_deco_cntrl.whole_reg); in crystalhd_bring_out_of_rst()
103 rst_deco_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_DECODER_CTRL); in crystalhd_bring_out_of_rst()
104 rst_deco_cntrl.bcm7412_rst = 0; in crystalhd_bring_out_of_rst()
105 crystalhd_reg_wr(adp, MISC_PERST_DECODER_CTRL, rst_deco_cntrl.whole_reg); in crystalhd_bring_out_of_rst()
126 union link_misc_perst_deco_ctrl rst_deco_cntrl; in crystalhd_put_in_reset() local
135 rst_deco_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_DECODER_CTRL); in crystalhd_put_in_reset()
[all …]