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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dpci_tools.h48 #define PCITOOL_IOC (('P' << 24) | ('C' << 16) | ('T' << 8)) macro
51 #define PCITOOL_DEVICE_GET_REG (PCITOOL_IOC | 1)
52 #define PCITOOL_DEVICE_SET_REG (PCITOOL_IOC | 2)
55 #define PCITOOL_NEXUS_GET_REG (PCITOOL_IOC | 3)
56 #define PCITOOL_NEXUS_SET_REG (PCITOOL_IOC | 4)
59 #define PCITOOL_DEVICE_GET_INTR (PCITOOL_IOC | 5)
60 #define PCITOOL_DEVICE_SET_INTR (PCITOOL_IOC | 6)
63 #define PCITOOL_DEVICE_NUM_INTR (PCITOOL_IOC | 7)

Completed in 2 milliseconds