Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/pci/
Dintel_mid_pci.c75 if (PCI_EXT_CAP_ID(pcie_cap) == 0x0000 || in fixed_bar_cap()
76 PCI_EXT_CAP_ID(pcie_cap) == 0xffff) in fixed_bar_cap()
79 if (PCI_EXT_CAP_ID(pcie_cap) == PCI_EXT_CAP_ID_VNDR) { in fixed_bar_cap()
/linux-4.4.14/drivers/pci/
Dvc.c123 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_VC9 || in pci_vc_enable()
Dpci.c314 if (PCI_EXT_CAP_ID(header) == cap && pos != start) in pci_find_next_ext_capability()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c176 if (PCI_EXT_CAP_ID(header) == cap && pos) in pseries_eeh_find_ecap()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h642 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c333 if (PCI_EXT_CAP_ID(header) == cap && pos) in pnv_eeh_find_ecap()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c1379 ecap = PCI_EXT_CAP_ID(header); in vfio_ecap_init()