Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Di740fb.c401 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()