Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Dvga.h86 #define VGA_CRTC_V_TOTAL 6 macro
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_mode.c226 WREG_CRT(VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrus_crtc_mode_set()
/linux-4.4.14/drivers/video/fbdev/
Dvga16fb.c440 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in vga16fb_check_var()
Di740fb.c510 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in i740fb_decode_var()
Dtridentfb.c1200 write3X4(par, VGA_CRTC_V_TOTAL, vtotal & 0xFF); in tridentfb_set_par()
Dcirrusfb.c775 vga_wcrt(regbase, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrusfb_set_par_foo()