Searched refs:ytotal (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dvga16fb.c340 u32 yres, lower, vslen, upper, ytotal; local
449 ytotal = yres + lower + vslen + upper;
450 if (ytotal > 1024) {
451 ytotal >>= 1;
459 if (ytotal > 1024)
460 FAIL("ytotal too big");
463 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2;
465 if (ytotal & 0x100) r7 |= 0x01;
466 if (ytotal & 0x200) r7 |= 0x20;
497 pos += upper - 1; /* blank_end + 1 <= ytotal
[all...]

Completed in 16 milliseconds