Searched refs:PCI_EXT_CAP_ID (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/pci/
H A Dintel_mid_pci.c80 if (PCI_EXT_CAP_ID(pcie_cap) == 0x0000 ||
81 PCI_EXT_CAP_ID(pcie_cap) == 0xffff)
84 if (PCI_EXT_CAP_ID(pcie_cap) == PCI_EXT_CAP_ID_VNDR) {
H A Dfixup.c870 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_L1SS) {
/linux-master/drivers/pci/
H A Dvc.c123 if (PCI_EXT_CAP_ID(header) == PCI_EXT_CAP_ID_VC9 ||
H A Dpci.c581 if (PCI_EXT_CAP_ID(header) == cap && pos != start)
/linux-master/drivers/cxl/core/
H A Dregs.c490 while (PCI_EXT_CAP_ID(cap_hdr) != PCI_EXT_CAP_ID_ERR) {
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c303 if (PCI_EXT_CAP_ID(header) == cap && pos)
/linux-master/include/uapi/linux/
H A Dpci_regs.h706 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware.c265 if (PCI_EXT_CAP_ID(header) == cap && pos != start)
H A Dpcie-designware-ep.c593 if (PCI_EXT_CAP_ID(header) == cap)
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c280 if (PCI_EXT_CAP_ID(header) == cap && pos)
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1634 ecap = PCI_EXT_CAP_ID(header);

Completed in 320 milliseconds