xtotal            400 drivers/video/fbdev/i740fb.c 	u32 xres, right, hslen, left, xtotal;
xtotal            498 drivers/video/fbdev/i740fb.c 	xtotal = xres + right + hslen + left;
xtotal            501 drivers/video/fbdev/i740fb.c 	par->crtc[VGA_CRTC_H_TOTAL] = (xtotal >> 3) - 5;
xtotal            637 drivers/video/fbdev/i740fb.c 	par->ext_horiz_total = ((xtotal >> 3) - 5) >> 8;
xtotal            316 drivers/video/fbdev/vga16fb.c 	u32 xres, right, hslen, left, xtotal;
xtotal            378 drivers/video/fbdev/vga16fb.c 	xtotal = xres + right + hslen + left;
xtotal            379 drivers/video/fbdev/vga16fb.c 	if (xtotal >= 256)
xtotal            385 drivers/video/fbdev/vga16fb.c 	par->crtc[VGA_CRTC_H_TOTAL] = xtotal - 5;