Home
last modified time | relevance | path

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

/linux-6.6.21/include/video/
Dvga.h88 #define VGA_CRTC_V_TOTAL 6 macro
/linux-6.6.21/drivers/gpu/drm/tiny/
Dcirrus.c227 wreg_crt(cirrus, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrus_mode_set()
/linux-6.6.21/drivers/video/fbdev/
Dvga16fb.c457 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in vga16fb_check_var()
Di740fb.c511 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in i740fb_decode_var()
Dtridentfb.c1197 write3X4(par, VGA_CRTC_V_TOTAL, vtotal & 0xFF); in tridentfb_set_par()
Dcirrusfb.c776 vga_wcrt(regbase, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrusfb_set_par_foo()