Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dvga16fb.c317 u32 yres, lower, vslen, upper, ytotal; in vga16fb_check_var() local
426 ytotal = yres + lower + vslen + upper; in vga16fb_check_var()
427 if (ytotal > 1024) { in vga16fb_check_var()
428 ytotal >>= 1; in vga16fb_check_var()
436 if (ytotal > 1024) in vga16fb_check_var()
440 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in vga16fb_check_var()
442 if (ytotal & 0x100) r7 |= 0x01; in vga16fb_check_var()
443 if (ytotal & 0x200) r7 |= 0x20; in vga16fb_check_var()
Di740fb.c402 u32 yres, lower, vslen, upper, ytotal; in i740fb_decode_var() local
499 ytotal = yres + lower + vslen + upper; in i740fb_decode_var()
510 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in i740fb_decode_var()
513 if (ytotal & 0x100) in i740fb_decode_var()
515 if (ytotal & 0x200) in i740fb_decode_var()
633 par->ext_vert_total = (ytotal - 2) >> 8; in i740fb_decode_var()