Searched defs:PCIGETIO (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Defb.h61 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK) macro
/solaris-x11-s11/open-src/driver/xf86-video-ast/sun-src/src/
H A Dast_sparc_driver.c93 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK) macro
118 pciInfo->regions[i].base_addr = (memType)PCIGETIO(bar);
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c144 pciInfo->ioBase[i] = (memType)PCIGETIO(bar);
195 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK) macro
223 pciInfo->regions[i].base_addr = (pciaddr_t)PCIGETIO(bar);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dast.h47 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK) macro

Completed in 897 milliseconds