Searched refs:mclk_cntl (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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 | 692 u32 gen_reset_cntl, clock_cntl_index, mclk_cntl; in aty128_reset_engine() local 697 mclk_cntl = aty_ld_pll(MCLK_CNTL); in aty128_reset_engine() 699 aty_st_pll(MCLK_CNTL, mclk_cntl | 0x00030000); in aty128_reset_engine() 707 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()
|
/Linux-v6.6/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()
|