Searched refs:memcntl (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/aty/
H A Dmach64_ct.c403 u32 q, memcntl, trp; aty_init_pll_ct() local
435 memcntl = aty_ld_le32(MEM_CNTL, par); aty_init_pll_ct()
436 trp = (memcntl & 0x300) >> 8; aty_init_pll_ct()
438 pll->ct.xclkpagefaultdelay = ((memcntl & 0xc00) >> 10) + ((memcntl & 0x1000) >> 12) + trp + 2; aty_init_pll_ct()
439 pll->ct.xclkmaxrasdelay = ((memcntl & 0x70000) >> 16) + trp + 2; aty_init_pll_ct()

Completed in 40 milliseconds