Searched refs:MISC_PERST_CLOCK_CTRL (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/crystalhd/ |
D | crystalhd_hw.c | 72 rst_clk_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_CLOCK_CTRL); 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() 81 crystalhd_reg_wr(adp, MISC_PERST_CLOCK_CTRL, rst_clk_cntrl.whole_reg); in crystalhd_bring_out_of_rst() 149 rst_clk_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_CLOCK_CTRL); in crystalhd_put_in_reset() 152 crystalhd_reg_wr(adp, MISC_PERST_CLOCK_CTRL, rst_clk_cntrl.whole_reg); in crystalhd_put_in_reset() 155 rst_clk_cntrl.whole_reg = crystalhd_reg_rd(adp, MISC_PERST_CLOCK_CTRL); in crystalhd_put_in_reset() 157 crystalhd_reg_wr(adp, MISC_PERST_CLOCK_CTRL, rst_clk_cntrl.whole_reg); in crystalhd_put_in_reset()
|
D | bcm_70012_regs.h | 303 #define MISC_PERST_CLOCK_CTRL 0x00000e9c /* Clock Control Register */ macro
|