Searched refs:Vtotal (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/video/fbdev/ |
D | cyber2000fb.c | 564 u_int Vtotal, Vdispend, Vblankstart, Vblankend, Vsyncstart, Vsyncend; in cyber2000fb_decode_crtc() local 596 Vtotal = var->yres + var->lower_margin + var->vsync_len + in cyber2000fb_decode_crtc() 599 if (Vtotal > 2047) in cyber2000fb_decode_crtc() 603 Vblankend = Vtotal - 10; in cyber2000fb_decode_crtc() 605 hw->crtc[6] = Vtotal; in cyber2000fb_decode_crtc() 606 hw->crtc[7] = ENCODE_BIT(Vtotal, 8, 0x01, 0) | in cyber2000fb_decode_crtc() 611 ENCODE_BIT(Vtotal, 9, 0x01, 5) | in cyber2000fb_decode_crtc() 631 ENCODE_BIT(Vtotal, 10, 0x01, 0) | in cyber2000fb_decode_crtc()
|
/Linux-v6.1/Documentation/fb/ |
D | sh7760fb.rst | 65 * Htotal 800 Vtotal 525
|