memcntl           404 drivers/video/fbdev/aty/mach64_ct.c 	u32 q, memcntl, trp;
memcntl           436 drivers/video/fbdev/aty/mach64_ct.c 	memcntl = aty_ld_le32(MEM_CNTL, par);
memcntl           437 drivers/video/fbdev/aty/mach64_ct.c 	trp = (memcntl & 0x300) >> 8;
memcntl           439 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.xclkpagefaultdelay = ((memcntl & 0xc00) >> 10) + ((memcntl & 0x1000) >> 12) + trp + 2;
memcntl           440 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.xclkmaxrasdelay = ((memcntl & 0x70000) >> 16) + trp + 2;