Home
last modified time | relevance | path

Searched refs:VGA_CRTC_H_DISP (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_regs.h75 #define VGA_CRTC_H_DISP 1 macro
H A Dvga.c652 s->cr[VGA_CRTC_H_DISP] = in vbe_update_vgaregs()
1169 width = (s->cr[VGA_CRTC_H_DISP] + 1); in vga_get_text_resolution()
1435 width = (s->cr[VGA_CRTC_H_DISP] + 1) * 8; in vga_get_resolution()
1941 width = (s->cr[VGA_CRTC_H_DISP] + 1); in vga_update_text()
/openbmc/linux/include/video/
H A Dvga.h83 #define VGA_CRTC_H_DISP 1 macro
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c224 wreg_crt(cirrus, VGA_CRTC_H_DISP, hdispend); in cirrus_mode_set()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c569 outb_p(VGA_CRTC_H_DISP, vga_video_port_reg); in vgacon_doresize()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c404 par->crtc[VGA_CRTC_H_DISP] = xres - 1; in vga16fb_check_var()
H A Di740fb.c503 par->crtc[VGA_CRTC_H_DISP] = (xres >> 3) - 1; in i740fb_decode_var()
H A Dtridentfb.c1206 write3X4(par, VGA_CRTC_H_DISP, hdispend & 0xFF); in tridentfb_set_par()
H A Dcirrusfb.c756 vga_wcrt(regbase, VGA_CRTC_H_DISP, hdispend); in cirrusfb_set_par_foo()