Searched refs:VGA_ENABLE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.h43 #define VGA_ENABLE 0x3C3 macro
H A DvgaHW.c322 return inb(hwp->PIOOffset + VGA_ENABLE);
328 outb(hwp->PIOOffset + VGA_ENABLE, value);
529 return minb(VGA_ENABLE);
535 moutb(VGA_ENABLE, value);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h42 #define VGA_ENABLE 0x3C3 macro
H A DvgaHW.c320 return pci_io_read8(hwp->io, VGA_ENABLE);
326 pci_io_write8(hwp->io, VGA_ENABLE, value);
528 return minb(VGA_ENABLE);
534 moutb(VGA_ENABLE, value);

Completed in 11 milliseconds