Home
last modified time | relevance | path

Searched refs:VGA_CRTC_LINE_COMPARE (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_regs.h98 #define VGA_CRTC_LINE_COMPARE 0x18 macro
H A Dvga.c660 s->cr[VGA_CRTC_LINE_COMPARE] = 0xff; in vbe_update_vgaregs()
1109 params->line_compare = s->cr[VGA_CRTC_LINE_COMPARE] | in vga_get_params()
/openbmc/linux/include/video/
H A Dvga.h106 #define VGA_CRTC_LINE_COMPARE 0x18 macro
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c502 par->crtc[VGA_CRTC_LINE_COMPARE] = 0xFF; in vga16fb_check_var()
H A Di740fb.c550 par->crtc[VGA_CRTC_LINE_COMPARE] = 0xFF; in i740fb_decode_var()
H A Dtridentfb.c1244 write3X4(par, VGA_CRTC_LINE_COMPARE, 0xFF); in tridentfb_set_par()
H A Dcirrusfb.c820 vga_wcrt(regbase, VGA_CRTC_LINE_COMPARE, 0xff); in cirrusfb_set_par_foo()