Home
last modified time | relevance | path

Searched defs:PCI_X_CMD_VERSION (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dpci.h391 #define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */ macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h433 #define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h434 #define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */ macro