Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/pci/
Dintel_mid_pci.c83 pos = PCI_EXT_CAP_NEXT(pcie_cap); in fixed_bar_cap()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h603 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/linux-4.1.27/arch/powerpc/platforms/pseries/
Deeh_pseries.c179 pos = PCI_EXT_CAP_NEXT(header); in pseries_eeh_find_ecap()
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci_config.c1328 u32 val = epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
1376 epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c350 pos = PCI_EXT_CAP_NEXT(header); in pnv_eeh_find_ecap()
/linux-4.1.27/drivers/pci/
Dpci.c305 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()