Lines Matching defs:ytotal
336 u32 yres, lower, vslen, upper, ytotal;
445 ytotal = yres + lower + vslen + upper;
446 if (ytotal > 1024) {
447 ytotal >>= 1;
455 if (ytotal > 1024)
456 FAIL("ytotal too big");
459 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2;
461 if (ytotal & 0x100) r7 |= 0x01;
462 if (ytotal & 0x200) r7 |= 0x20;
493 pos += upper - 1; /* blank_end + 1 <= ytotal + 2 */