Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dcik.c1883 u32 clock_cntl, pc; in cik_need_reset_on_init() local
1889 clock_cntl = RREG32_SMC(ixSMC_SYSCON_CLOCK_CNTL_0); in cik_need_reset_on_init()
1891 if ((0 == REG_GET_FIELD(clock_cntl, SMC_SYSCON_CLOCK_CNTL_0, ck_disable)) && in cik_need_reset_on_init()
Dvi.c1063 u32 clock_cntl, pc; in vi_need_reset_on_init() local
1069 clock_cntl = RREG32_SMC(ixSMC_SYSCON_CLOCK_CNTL_0); in vi_need_reset_on_init()
1071 if ((0 == REG_GET_FIELD(clock_cntl, SMC_SYSCON_CLOCK_CNTL_0, ck_disable)) && in vi_need_reset_on_init()
/drivers/video/fbdev/aty/
Datyfb_base.c3068 u8 clock_cntl; in atyfb_setup_sparc() local
3087 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc()
3100 N = pll_regs[VCLK0_FB_DIV + (clock_cntl & 3)]; in atyfb_setup_sparc()
3105 P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) | in atyfb_setup_sparc()
3106 ((pll_regs[PLL_EXT_CNTL] >> (2 + (clock_cntl & 3))) & 4)]; in atyfb_setup_sparc()