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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DlinuxPci.c173 #ifndef PCIIOC_BASE /* Ioctls for /proc/bus/pci/X/Y nodes. */
174 #define PCIIOC_BASE ('P' << 24 | 'C' << 16 | 'I' << 8) macro
177 #define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00)
179 #define PCIIOC_MMAP_IS_IO (PCIIOC_BASE | 0x01)
181 #define PCIIOC_MMAP_IS_MEM (PCIIOC_BASE | 0x02)
183 #define PCIIOC_WRITE_COMBINE (PCIIOC_BASE | 0x03)

Completed in 4 milliseconds