Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_VER (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Drcec.c172 ver = PCI_EXT_CAP_VER(hdr); in pci_rcec_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h705 #define PCI_EXT_CAP_VER(header) ((header >> 16) & 0xf) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h709 #define PCI_EXT_CAP_VER(header) ((header >> 16) & 0xf) macro
/openbmc/u-boot/include/
H A Dpci.h422 #define PCI_EXT_CAP_VER(header) ((header >> 16) & 0xf) macro
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c527 if (!hpx3_cap_ver_matches(PCI_EXT_CAP_VER(header), in program_hpx_type3_register()
/openbmc/qemu/hw/vfio/
H A Dpci.c2346 cap_ver = PCI_EXT_CAP_VER(header); in vfio_add_ext_cap()