ExtCRTOffset      756 drivers/video/fbdev/neofb.c 		par->ExtCRTOffset = info->var.xres_virtual >> 11;
ExtCRTOffset      761 drivers/video/fbdev/neofb.c 		par->ExtCRTOffset = info->var.xres_virtual >> 10;
ExtCRTOffset      766 drivers/video/fbdev/neofb.c 		par->ExtCRTOffset = (info->var.xres_virtual * 3) >> 11;
ExtCRTOffset      772 drivers/video/fbdev/neofb.c 		par->ExtCRTOffset = info->var.xres_virtual >> 9;
ExtCRTOffset     1049 drivers/video/fbdev/neofb.c 	vga_wgfx(NULL, 0x0F, par->ExtCRTOffset);
ExtCRTOffset      136 include/video/neomagic.h 	unsigned char ExtCRTOffset;