Home
last modified time | relevance | path

Searched refs:PCI_EXP_FLAGS_VERS (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/pci/
H A Daccess.c337 return pcie_caps_reg(dev) & PCI_EXP_FLAGS_VERS; in pcie_cap_version()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h474 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h475 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c307 return pci_get_word(dev->config + pos + PCI_EXP_FLAGS) & PCI_EXP_FLAGS_VERS; in pcie_cap_get_version()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c908 u8 pcie_cap_ver = ((pcie_cap >> 16) & PCI_EXP_FLAGS_VERS); in mvebu_pci_bridge_emul_init()
/openbmc/qemu/hw/vfio/
H A Dpci.c2092 if ((flags & PCI_EXP_FLAGS_VERS) == 0) { in vfio_setup_pcie_cap()
2094 1, PCI_EXP_FLAGS_VERS); in vfio_setup_pcie_cap()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1345 if ((pcie_caps_reg(pdev) & PCI_EXP_FLAGS_VERS) == 1) { in vfio_cap_len()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c846 return flag & PCI_EXP_FLAGS_VERS; in get_capability_version()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6313 if ((flags & PCI_EXP_FLAGS_VERS) < 2 || in cxgb4_iov_configure()