Searched refs:Vtotal (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | cyber2000fb.c | 556 u_int Vtotal, Vdispend, Vblankstart, Vblankend, Vsyncstart, Vsyncend; in cyber2000fb_decode_crtc() local 588 Vtotal = var->yres + var->lower_margin + var->vsync_len + in cyber2000fb_decode_crtc() 591 if (Vtotal > 2047) in cyber2000fb_decode_crtc() 595 Vblankend = Vtotal - 10; in cyber2000fb_decode_crtc() 597 hw->crtc[6] = Vtotal; in cyber2000fb_decode_crtc() 598 hw->crtc[7] = ENCODE_BIT(Vtotal, 8, 0x01, 0) | in cyber2000fb_decode_crtc() 603 ENCODE_BIT(Vtotal, 9, 0x01, 5) | in cyber2000fb_decode_crtc() 623 ENCODE_BIT(Vtotal, 10, 0x01, 0) | in cyber2000fb_decode_crtc()
|
/linux/Documentation/fb/ |
H A D | sh7760fb.rst | 65 * Htotal 800 Vtotal 525
|