ytotal            401 drivers/video/fbdev/i740fb.c 	u32 yres, lower, vslen, upper, ytotal;
ytotal            499 drivers/video/fbdev/i740fb.c 	ytotal = yres + lower + vslen + upper;
ytotal            510 drivers/video/fbdev/i740fb.c 	par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2;
ytotal            513 drivers/video/fbdev/i740fb.c 	if (ytotal & 0x100)
ytotal            515 drivers/video/fbdev/i740fb.c 	if (ytotal & 0x200)
ytotal            633 drivers/video/fbdev/i740fb.c 	par->ext_vert_total = (ytotal - 2) >> 8;
ytotal            317 drivers/video/fbdev/vga16fb.c 	u32 yres, lower, vslen, upper, ytotal;
ytotal            426 drivers/video/fbdev/vga16fb.c 	ytotal = yres + lower + vslen + upper;
ytotal            427 drivers/video/fbdev/vga16fb.c 	if (ytotal > 1024) {
ytotal            428 drivers/video/fbdev/vga16fb.c 		ytotal >>= 1;
ytotal            436 drivers/video/fbdev/vga16fb.c 	if (ytotal > 1024)
ytotal            440 drivers/video/fbdev/vga16fb.c 	par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2;
ytotal            442 drivers/video/fbdev/vga16fb.c 	if (ytotal & 0x100) r7 |= 0x01;
ytotal            443 drivers/video/fbdev/vga16fb.c 	if (ytotal & 0x200) r7 |= 0x20;