Home
last modified time | relevance | path

Searched refs:VGA_IS1_RC (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_regs.h41 #define VGA_IS1_RC 0x3DA /* Input Status Register 1 - color emulation */ macro
H A Dvga.c425 case VGA_IS1_RC: in vga_ioport_read()
564 case VGA_IS1_RC: in vga_ioport_write()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c225 vga_io_r(VGA_IS1_RC); /* reset flip-flop */ in vga16fb_pan_var()
231 vga_io_r(VGA_IS1_RC); in vga16fb_pan_var()
637 vga_io_r(VGA_IS1_RC); /* reset flip-flop */ in vga16fb_set_par()
646 vga_io_r(VGA_IS1_RC); in vga16fb_set_par()
661 vga_io_r(VGA_IS1_RC); /* ! 0x3BA */ in ega16_setpalette()
663 vga_io_r(VGA_IS1_RC); /* some clones need it */ in ega16_setpalette()
H A Dneofb.c396 vga_r(NULL, VGA_IS1_RC); in VGAenablePalette()
403 vga_r(NULL, VGA_IS1_RC); in VGAdisablePalette()
415 vga_r(NULL, VGA_IS1_RC); in VGAwATTR()
H A Di740fb.c799 i740inb(par, VGA_IS1_RC); /* reset flip-flop */ in i740fb_set_par()
804 i740inb(par, VGA_IS1_RC); in i740fb_set_par()
H A Dtridentfb.c716 fb_readb(par->io_virt + VGA_IS1_RC); /* flip-flop to index */ in writeAttr()
1322 fb_readb(par->io_virt + VGA_IS1_RC); /* flip-flop to index */ in tridentfb_set_par()
/openbmc/linux/include/linux/
H A Dsvga.h73 vga_r(regbase, VGA_IS1_RC); in svga_wattr()
/openbmc/linux/include/video/
H A Dvga.h49 #define VGA_IS1_RC 0x3DA /* Input Status Register 1 - color emulation */ macro
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dbochs.c315 (void)bochs_vga_readb(bochs, VGA_IS1_RC); in bochs_hw_blank()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c259 inb_p(VGA_IS1_RC); in vgacon_startup()