Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/aty/
Datyfb_base.c3063 u8 clock_cntl; in atyfb_setup_sparc() local
3082 clock_cntl = aty_ld_8(CLOCK_CNTL, par); in atyfb_setup_sparc()
3095 N = pll_regs[VCLK0_FB_DIV + (clock_cntl & 3)]; in atyfb_setup_sparc()
3100 P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) | in atyfb_setup_sparc()
3101 ((pll_regs[PLL_EXT_CNTL] >> (2 + (clock_cntl & 3))) & 4)]; in atyfb_setup_sparc()