Searched refs:mclk_cntl (Results 1 – 5 of 5) sorted by relevance
/drivers/video/fbdev/aty/ |
D | radeon_accel.c | 196 u32 clock_cntl_index, mclk_cntl, rbbm_soft_reset; in radeonfb_engine_reset() local 202 mclk_cntl = INPLL(MCLK_CNTL); in radeonfb_engine_reset() 204 OUTPLL(MCLK_CNTL, (mclk_cntl | in radeonfb_engine_reset() 255 OUTPLL(MCLK_CNTL, mclk_cntl); in radeonfb_engine_reset()
|
D | aty128fb.c | 694 u32 gen_reset_cntl, clock_cntl_index, mclk_cntl; in aty128_reset_engine() local 699 mclk_cntl = aty_ld_pll(MCLK_CNTL); in aty128_reset_engine() 701 aty_st_pll(MCLK_CNTL, mclk_cntl | 0x00030000); in aty128_reset_engine() 709 aty_st_pll(MCLK_CNTL, mclk_cntl); in aty128_reset_engine()
|
D | radeon_pm.c | 824 u32 sclk_cntl, mclk_cntl, sclk_more_cntl; in radeon_pm_setup_for_suspend() local 881 mclk_cntl = INPLL( pllMCLK_CNTL); in radeon_pm_setup_for_suspend() 882 mclk_cntl &= ~( MCLK_CNTL__FORCE_MCLKA | in radeon_pm_setup_for_suspend() 888 OUTPLL( pllMCLK_CNTL, mclk_cntl); in radeon_pm_setup_for_suspend()
|
/drivers/gpu/drm/r128/ |
D | r128_cce.c | 275 u32 clock_cntl_index, mclk_cntl, gen_reset_cntl; in r128_do_engine_reset() local 280 mclk_cntl = R128_READ_PLL(dev, R128_MCLK_CNTL); in r128_do_engine_reset() 283 mclk_cntl | R128_FORCE_GCP | R128_FORCE_PIPE3D_CP); in r128_do_engine_reset() 293 R128_WRITE_PLL(R128_MCLK_CNTL, mclk_cntl); in r128_do_engine_reset()
|
/drivers/gpu/drm/radeon/ |
D | radeon_combios.c | 3156 uint32_t mclk_cntl = in combios_parse_pll_table() 3159 mclk_cntl &= 0xffff0000; in combios_parse_pll_table() 3162 mclk_cntl); in combios_parse_pll_table()
|