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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_ct.c404 u32 q, memcntl, trp; local
436 memcntl = aty_ld_le32(MEM_CNTL, par);
437 trp = (memcntl & 0x300) >> 8;
439 pll->ct.xclkpagefaultdelay = ((memcntl & 0xc00) >> 10) + ((memcntl & 0x1000) >> 12) + trp + 2;
440 pll->ct.xclkmaxrasdelay = ((memcntl & 0x70000) >> 16) + trp + 2;

Completed in 46 milliseconds