Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dvga16fb.c208 vga_io_r(VGA_IS1_RC); /* reset flip-flop */ in vga16fb_pan_var()
214 vga_io_r(VGA_IS1_RC); in vga16fb_pan_var()
620 vga_io_r(VGA_IS1_RC); /* reset flip-flop */ in vga16fb_set_par()
629 vga_io_r(VGA_IS1_RC); in vga16fb_set_par()
644 vga_io_r(VGA_IS1_RC); /* ! 0x3BA */ in ega16_setpalette()
646 vga_io_r(VGA_IS1_RC); /* some clones need it */ in ega16_setpalette()
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()
Di740fb.c790 i740inb(par, VGA_IS1_RC); /* reset flip-flop */ in i740fb_set_par()
795 i740inb(par, VGA_IS1_RC); in i740fb_set_par()
Dtridentfb.c715 fb_readb(par->io_virt + VGA_IS1_RC); /* flip-flop to index */ in writeAttr()
1323 fb_readb(par->io_virt + VGA_IS1_RC); /* flip-flop to index */ in tridentfb_set_par()
/Linux-v5.4/include/linux/
Dsvga.h73 vga_r(regbase, VGA_IS1_RC); in svga_wattr()
/Linux-v5.4/include/video/
Dvga.h47 #define VGA_IS1_RC 0x3DA /* Input Status Register 1 - color emulation */ macro
/Linux-v5.4/drivers/video/console/
Dvgacon.c499 inb_p(VGA_IS1_RC); in vgacon_startup()