Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dvga16fb.c245 u32 yres, lower, vslen, upper, ytotal; in vga16fb_decode_var() local
325 ytotal = yres + lower + vslen + upper; in vga16fb_decode_var()
326 if (ytotal > 1024) { in vga16fb_decode_var()
327 ytotal >>= 1; in vga16fb_decode_var()
335 if (ytotal > 1024) in vga16fb_decode_var()
339 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in vga16fb_decode_var()
341 if (ytotal & 0x100) r7 |= 0x01; in vga16fb_decode_var()
342 if (ytotal & 0x200) r7 |= 0x20; in vga16fb_decode_var()