Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_ID (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/x86/pci/
H A Dintel_mid_pci.c80 if (PCI_EXT_CAP_ID(pcie_cap) == 0x0000 || in fixed_bar_cap()
81 PCI_EXT_CAP_ID(pcie_cap) == 0xffff) in fixed_bar_cap()
84 if (PCI_EXT_CAP_ID(pcie_cap) == PCI_EXT_CAP_ID_VNDR) { in fixed_bar_cap()
H A Dfixup.c870 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_L1SS) { in chromeos_save_apl_pci_l1ss_capability()
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.c323 if (PCI_EXT_CAP_ID(sriov) == PCI_EXT_CAP_ID_SRIOV) in ls_pcie_disable_bars()
417 if (PCI_EXT_CAP_ID(sriov) == PCI_EXT_CAP_ID_SRIOV) { in ls_pcie_setup_ep()
H A Dpci.c555 if (PCI_EXT_CAP_ID(header) == cap && pos != start) in pci_find_next_ext_capability()
H A Dpci-uclass.c1428 if (PCI_EXT_CAP_ID(header) == cap) in dm_pci_find_next_ext_capability()
/openbmc/linux/drivers/pci/
H A Dvc.c122 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_VC9 || in pci_vc_enable()
H A Dpci.c582 if (PCI_EXT_CAP_ID(header) == cap && pos != start) in pci_find_next_ext_capability()
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c379 if (PCI_EXT_CAP_ID(header) == cap) { in xen_host_pci_find_ext_cap_offset()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c303 if (PCI_EXT_CAP_ID(header) == cap && pos) in pseries_eeh_find_ecap()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h704 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h706 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c642 if (PCI_EXT_CAP_ID(header) == cap) in dw_pcie_ep_find_ext_capability()
H A Dpcie-designware.c265 if (PCI_EXT_CAP_ID(header) == cap && pos != start) in dw_pcie_find_next_ext_capability()
/openbmc/u-boot/include/
H A Dpci.h421 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
/openbmc/qemu/hw/pci/
H A Dpcie.c994 if (PCI_EXT_CAP_ID(header) == cap_id) { in pcie_find_capability_list()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c280 if (PCI_EXT_CAP_ID(header) == cap && pos) in pnv_eeh_find_ecap()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1634 ecap = PCI_EXT_CAP_ID(header); in vfio_ecap_init()
/openbmc/qemu/hw/vfio/
H A Dpci.c2345 cap_id = PCI_EXT_CAP_ID(header); in vfio_add_ext_cap()