Home
last modified time | relevance | path

Searched refs:clock_cntl (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dcik.c1933 u32 clock_cntl, pc; in cik_need_reset_on_init() local
1939 clock_cntl = RREG32_SMC(ixSMC_SYSCON_CLOCK_CNTL_0); in cik_need_reset_on_init()
1941 if ((0 == REG_GET_FIELD(clock_cntl, SMC_SYSCON_CLOCK_CNTL_0, ck_disable)) && in cik_need_reset_on_init()
Dvi.c1413 u32 clock_cntl, pc; in vi_need_reset_on_init() local
1419 clock_cntl = RREG32_SMC(ixSMC_SYSCON_CLOCK_CNTL_0); in vi_need_reset_on_init()
1421 if ((0 == REG_GET_FIELD(clock_cntl, SMC_SYSCON_CLOCK_CNTL_0, ck_disable)) && in vi_need_reset_on_init()
/linux-6.12.1/drivers/video/fbdev/aty/
Datyfb_base.c3075 u8 clock_cntl; in atyfb_setup_sparc() local
3091 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc()
3104 N = pll_regs[VCLK0_FB_DIV + (clock_cntl & 3)]; in atyfb_setup_sparc()
3109 P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) | in atyfb_setup_sparc()
3110 ((pll_regs[PLL_EXT_CNTL] >> (2 + (clock_cntl & 3))) & 4)]; in atyfb_setup_sparc()