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