Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_NEXT (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/x86/pci/
Dintel_mid_pci.c88 pos = PCI_EXT_CAP_NEXT(pcie_cap); in fixed_bar_cap()
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-designware.c81 pos = PCI_EXT_CAP_NEXT(header); in dw_pcie_find_next_ext_capability()
Dpcie-designware-ep.c487 pos = PCI_EXT_CAP_NEXT(header); in dw_pcie_ep_find_ext_capability()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Deeh_pseries.c213 pos = PCI_EXT_CAP_NEXT(header); in pseries_eeh_find_ecap()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h685 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_config.c1552 u32 val = epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
1599 epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c337 pos = PCI_EXT_CAP_NEXT(header); in pnv_eeh_find_ecap()
/Linux-v5.4/drivers/pci/
Dpci.c519 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()