Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dw100fb.c972 union clk_pin_cntl_u clk_pin_cntl; member
1213 w100_pwr_state.clk_pin_cntl.f.osc_en = 0x1; in w100_pwm_setup()
1214 w100_pwr_state.clk_pin_cntl.f.osc_gain = 0x1f; in w100_pwm_setup()
1215 w100_pwr_state.clk_pin_cntl.f.dont_use_xtalin = 0x0; in w100_pwm_setup()
1216 w100_pwr_state.clk_pin_cntl.f.xtalin_pm_en = 0x0; in w100_pwm_setup()
1217 w100_pwr_state.clk_pin_cntl.f.xtalin_dbl_en = par->mach->xtal_dbl ? 1 : 0; in w100_pwm_setup()
1218 w100_pwr_state.clk_pin_cntl.f.cg_debug = 0x0; in w100_pwm_setup()
1219 writel((u32) (w100_pwr_state.clk_pin_cntl.val), remapped_regs + mmCLK_PIN_CNTL); in w100_pwm_setup()
/drivers/video/fbdev/aty/
Dradeon_pm.c829 u32 clk_pin_cntl; in radeon_pm_setup_for_suspend() local
947 clk_pin_cntl = INPLL( pllCLK_PIN_CNTL); in radeon_pm_setup_for_suspend()
949 clk_pin_cntl &= ~CLK_PIN_CNTL__ACCESS_REGS_IN_SUSPEND; in radeon_pm_setup_for_suspend()
978 clk_pin_cntl &= ~CLK_PIN_CNTL__CG_CLK_TO_OUTPIN; in radeon_pm_setup_for_suspend()
979 clk_pin_cntl |= CLK_PIN_CNTL__XTALIN_ALWAYS_ONb; in radeon_pm_setup_for_suspend()
980 OUTPLL( pllCLK_PIN_CNTL, clk_pin_cntl); in radeon_pm_setup_for_suspend()
1034 clk_pin_cntl = INPLL( pllCLK_PIN_CNTL); in radeon_pm_setup_for_suspend()
1041 clk_pin_cntl |= CLK_PIN_CNTL__XTALIN_ALWAYS_ONb; in radeon_pm_setup_for_suspend()
1047 OUTPLL( pllCLK_PIN_CNTL, clk_pin_cntl); in radeon_pm_setup_for_suspend()