Searched refs:clock_cntl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | vi.c | 1063 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()
|
H A D | cik.c | 1883 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 1948 u32 clock_cntl, pc; in cik_need_reset_on_init() local 1954 clock_cntl = RREG32_SMC(ixSMC_SYSCON_CLOCK_CNTL_0); in cik_need_reset_on_init() 1956 if ((0 == REG_GET_FIELD(clock_cntl, SMC_SYSCON_CLOCK_CNTL_0, ck_disable)) && in cik_need_reset_on_init()
|
H A D | vi.c | 1414 u32 clock_cntl, pc; in vi_need_reset_on_init() local 1420 clock_cntl = RREG32_SMC(ixSMC_SYSCON_CLOCK_CNTL_0); in vi_need_reset_on_init() 1422 if ((0 == REG_GET_FIELD(clock_cntl, SMC_SYSCON_CLOCK_CNTL_0, ck_disable)) && in vi_need_reset_on_init()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 3068 u8 clock_cntl; in atyfb_setup_sparc() local 3087 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc() 3088 /* DPRINTK("CLOCK_CNTL %02x\n", clock_cntl); */ 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 3072 u8 clock_cntl; in atyfb_setup_sparc() local 3088 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc() 3089 /* DPRINTK("CLOCK_CNTL %02x\n", clock_cntl); */ in atyfb_setup_sparc() 3101 N = pll_regs[VCLK0_FB_DIV + (clock_cntl & 3)]; in atyfb_setup_sparc() 3106 P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) | in atyfb_setup_sparc() 3107 ((pll_regs[PLL_EXT_CNTL] >> (2 + (clock_cntl & 3))) & 4)]; in atyfb_setup_sparc()
|
Completed in 20 milliseconds