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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Defb.h66 #define PCIGETMEMORY(b) ((b) & PCI_MAP_MEMORY_ADDRESS_MASK) macro
/solaris-x11-s11/open-src/driver/xf86-video-ast/sun-src/src/
H A Dast_sparc_driver.c88 #define PCIGETMEMORY(b) ((b) & PCI_MAP_MEMORY_ADDRESS_MASK) macro
91 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))
122 pciInfo->regions[i].base_addr = (memType)PCIGETMEMORY(bar);
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c150 pciInfo->memBase[i] = (memType)PCIGETMEMORY(bar);
190 #define PCIGETMEMORY(b) ((b) & PCI_MAP_MEMORY_ADDRESS_MASK) macro
193 (PCIGETMEMORY(b) | ((CARD64)PCIGETMEMORY64HIGH(b) << 32))
230 pciInfo->regions[i].base_addr = (pciaddr_t)PCIGETMEMORY(bar);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dast.h52 #define PCIGETMEMORY(b) ((b) & PCI_MAP_MEMORY_ADDRESS_MASK) macro

Completed in 14 milliseconds