Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_regs.h80 #define VGA_CRTC_V_TOTAL 6 macro
H A Dvga.c217 vtotal_lines = (s->cr[VGA_CRTC_V_TOTAL] | in vga_precise_update_retrace_info()
534 case VGA_CRTC_V_TOTAL: in vga_ioport_write()
1170 if (s->cr[VGA_CRTC_V_TOTAL] == 100) { in vga_get_text_resolution()
1943 if (s->cr[VGA_CRTC_V_TOTAL] == 100) { in vga_update_text()
/openbmc/linux/include/video/
H A Dvga.h88 #define VGA_CRTC_V_TOTAL 6 macro
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c227 wreg_crt(cirrus, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrus_mode_set()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c457 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in vga16fb_check_var()
H A Di740fb.c511 par->crtc[VGA_CRTC_V_TOTAL] = ytotal - 2; in i740fb_decode_var()
H A Dtridentfb.c1197 write3X4(par, VGA_CRTC_V_TOTAL, vtotal & 0xFF); in tridentfb_set_par()
H A Dcirrusfb.c776 vga_wcrt(regbase, VGA_CRTC_V_TOTAL, vtotal & 0xff); in cirrusfb_set_par_foo()