Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_regs.h74 #define VGA_CRTC_H_TOTAL 0 macro
H A Dvga.c233 htotal_chars = s->cr[VGA_CRTC_H_TOTAL] + 5; in vga_precise_update_retrace_info()
552 case VGA_CRTC_H_TOTAL: in vga_ioport_write()
/openbmc/linux/include/video/
H A Dvga.h82 #define VGA_CRTC_H_TOTAL 0 macro
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c223 wreg_crt(cirrus, VGA_CRTC_H_TOTAL, htotal); in cirrus_mode_set()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c402 par->crtc[VGA_CRTC_H_TOTAL] = xtotal - 5; in vga16fb_check_var()
H A Di740fb.c502 par->crtc[VGA_CRTC_H_TOTAL] = (xtotal >> 3) - 5; in i740fb_decode_var()
H A Dtridentfb.c1205 write3X4(par, VGA_CRTC_H_TOTAL, htotal & 0xFF); in tridentfb_set_par()
H A Dcirrusfb.c753 vga_wcrt(regbase, VGA_CRTC_H_TOTAL, htotal); in cirrusfb_set_par_foo()