Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Dw100fb.c966 union sclk_cntl_u sclk_cntl; member
1163 w100_pwr_state.sclk_cntl.f.sclk_src_sel = CLK_SRC_XTAL; in w100_pll_set_clk()
1212 w100_pwr_state.sclk_cntl.f.sclk_src_sel = CLK_SRC_XTAL; in w100_pwm_setup()
1214 w100_pwr_state.sclk_cntl.f.sclk_clkon_hys = 0x3; in w100_pwm_setup()
1216 w100_pwr_state.sclk_cntl.f.disp_cg_ok2switch_en = 0x0; in w100_pwm_setup()
1217 w100_pwr_state.sclk_cntl.f.sclk_force_reg = 0x0; /* Dynamic */ in w100_pwm_setup()
1226 w100_pwr_state.sclk_cntl.f.busy_extend_cp = 0x0; in w100_pwm_setup()
1227 w100_pwr_state.sclk_cntl.f.busy_extend_e2 = 0x0; in w100_pwm_setup()
1228 w100_pwr_state.sclk_cntl.f.busy_extend_e3 = 0x0; in w100_pwm_setup()
1229 w100_pwr_state.sclk_cntl.f.busy_extend_idct = 0x0; in w100_pwm_setup()
[all …]
/linux/drivers/gpu/drm/radeon/
A Dr420.c195 u32 sclk_cntl; in r420_clock_resume() local
199 sclk_cntl = RREG32_PLL(R_00000D_SCLK_CNTL); in r420_clock_resume()
200 sclk_cntl |= S_00000D_FORCE_CP(1) | S_00000D_FORCE_VIP(1); in r420_clock_resume()
202 sclk_cntl |= S_00000D_FORCE_PX(1) | S_00000D_FORCE_TX(1); in r420_clock_resume()
203 WREG32_PLL(R_00000D_SCLK_CNTL, sclk_cntl); in r420_clock_resume()
A Dr100.c365 u32 tmp, sclk_cntl, sclk_cntl2, sclk_more_cntl; in r100_pm_misc() local
389 sclk_cntl = RREG32_PLL(SCLK_CNTL); in r100_pm_misc()
431 sclk_cntl &= ~FORCE_HDP; in r100_pm_misc()
433 sclk_cntl |= FORCE_HDP; in r100_pm_misc()
435 WREG32_PLL(SCLK_CNTL, sclk_cntl); in r100_pm_misc()
/linux/drivers/video/fbdev/aty/
A Dradeon_pm.c825 u32 sclk_cntl, mclk_cntl, sclk_more_cntl; in radeon_pm_setup_for_suspend() local
837 sclk_cntl = INPLL( pllSCLK_CNTL); in radeon_pm_setup_for_suspend()
838 sclk_cntl |= SCLK_CNTL__IDCT_MAX_DYN_STOP_LAT| in radeon_pm_setup_for_suspend()
864 sclk_cntl |= SCLK_CNTL__FORCE_RE; in radeon_pm_setup_for_suspend()
866 sclk_cntl |= SCLK_CNTL__SE_MAX_DYN_STOP_LAT | in radeon_pm_setup_for_suspend()
872 OUTPLL( pllSCLK_CNTL, sclk_cntl); in radeon_pm_setup_for_suspend()

Completed in 15 milliseconds