Home
last modified time | relevance | path

Searched refs:PCI_X_CMD_VERSION (Results 1 – 4 of 4) sorted by relevance

/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
/openbmc/u-boot/include/
H A Dpci.h391 #define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */ macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1324 if (PCI_X_CMD_VERSION(word)) { in vfio_cap_len()