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

/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpci_tools.h54 #define PCITOOL_IOC (('P' << 24) | ('C' << 16) | ('T' << 8)) macro
57 #define PCITOOL_DEVICE_GET_REG (PCITOOL_IOC | 1)
58 #define PCITOOL_DEVICE_SET_REG (PCITOOL_IOC | 2)
61 #define PCITOOL_NEXUS_GET_REG (PCITOOL_IOC | 3)
62 #define PCITOOL_NEXUS_SET_REG (PCITOOL_IOC | 4)
65 #define PCITOOL_DEVICE_GET_INTR (PCITOOL_IOC | 5)
66 #define PCITOOL_DEVICE_SET_INTR (PCITOOL_IOC | 6)
69 #define PCITOOL_DEVICE_NUM_INTR (PCITOOL_IOC | 7)

Completed in 255 milliseconds