Searched refs:Vtotal (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | cyber2000fb.c | 568 u_int Vtotal, Vdispend, Vblankstart, Vblankend, Vsyncstart, Vsyncend; in cyber2000fb_decode_crtc() local 600 Vtotal = var->yres + var->lower_margin + var->vsync_len + in cyber2000fb_decode_crtc() 603 if (Vtotal > 2047) in cyber2000fb_decode_crtc() 607 Vblankend = Vtotal - 10; in cyber2000fb_decode_crtc() 609 hw->crtc[6] = Vtotal; in cyber2000fb_decode_crtc() 610 hw->crtc[7] = ENCODE_BIT(Vtotal, 8, 0x01, 0) | in cyber2000fb_decode_crtc() 615 ENCODE_BIT(Vtotal, 9, 0x01, 5) | in cyber2000fb_decode_crtc() 635 ENCODE_BIT(Vtotal, 10, 0x01, 0) | in cyber2000fb_decode_crtc()
|
/Linux-v4.19/Documentation/fb/ |
D | sh7760fb.txt | 64 * Htotal 800 Vtotal 525
|