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

/linux-master/include/uapi/linux/
H A Dpci.h36 #define PCIIOC_BASE ('P' << 24 | 'C' << 16 | 'I' << 8) macro
37 #define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00) /* Get controller for PCI device. */
38 #define PCIIOC_MMAP_IS_IO (PCIIOC_BASE | 0x01) /* Set mmap state to I/O space. */
39 #define PCIIOC_MMAP_IS_MEM (PCIIOC_BASE | 0x02) /* Set mmap state to MEM space. */
40 #define PCIIOC_WRITE_COMBINE (PCIIOC_BASE | 0x03) /* Enable/disable write-combining. */

Completed in 118 milliseconds