Searched refs:VGA_MISC_OUT_R (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.h51 #define VGA_MISC_OUT_R 0x3CC /* read */ macro
162 #define VGAHW_GET_IOBASE() ((inb(VGA_MISC_OUT_R) & 0x01) ? \
H A DvgaHW.c264 return inb(hwp->PIOOffset + VGA_MISC_OUT_R);
471 return minb(VGA_MISC_OUT_R);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_regs.h125 #define MISCROFFSET VGA_MISC_OUT_R - VGA_RELIO_BASE
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h50 #define VGA_MISC_OUT_R 0x3CC /* read */ macro
H A DvgaHW.c262 return pci_io_read8(hwp->io, VGA_MISC_OUT_R);
470 return minb(VGA_MISC_OUT_R);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_setup.c105 return (VGA_RD08(pRiva->riva.PVIO, VGA_MISC_OUT_R));
H A Dnv_setup.c111 return (VGA_RD08(pNv->PVIO, VGA_MISC_OUT_R));
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c369 save_misc = inb(pvgaHW->PIOOffset + VGA_MISC_OUT_R);
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmilynx_hw.c617 VGAIN8(pSmi, VGA_MISC_OUT_R));
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c1512 #define ReadMiscOut() inb(pVesa->ioBase + VGA_MISC_OUT_R)
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c2653 VGAIN8(VGA_MISC_OUT_R) | 0x0C);
4190 val = VGAIN8(VGA_MISC_OUT_R);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_driver.c3545 val = inb(PIOOffset + VGA_MISC_OUT_R); /*@@@EE*/

Completed in 28 milliseconds