Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/pci/
H A Dintel_mid_pci.c91 pos = PCI_EXT_CAP_NEXT(pcie_cap); in fixed_bar_cap()
H A Dfixup.c880 pos = PCI_EXT_CAP_NEXT(header); in chromeos_save_apl_pci_l1ss_capability()
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c383 pos = PCI_EXT_CAP_NEXT(header); in xen_host_pci_find_ext_cap_offset()
/openbmc/u-boot/drivers/pci/
H A Dpci.c558 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()
H A Dpci-uclass.c1431 pos = PCI_EXT_CAP_NEXT(header); in dm_pci_find_next_ext_capability()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c306 pos = PCI_EXT_CAP_NEXT(header); in pseries_eeh_find_ecap()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h706 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h708 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1651 u32 val = epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
1698 epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c645 pos = PCI_EXT_CAP_NEXT(header); in dw_pcie_ep_find_ext_capability()
H A Dpcie-designware.c268 pos = PCI_EXT_CAP_NEXT(header); in dw_pcie_find_next_ext_capability()
/openbmc/u-boot/include/
H A Dpci.h423 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/openbmc/qemu/hw/pci/
H A Dpcie.c988 prev = next, next = PCI_EXT_CAP_NEXT(header)) { in pcie_find_capability_list()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c283 pos = PCI_EXT_CAP_NEXT(header); in pnv_eeh_find_ecap()
/openbmc/qemu/hw/vfio/
H A Dpci.c1868 tmp = PCI_EXT_CAP_NEXT(pci_get_long(config + tmp))) { in vfio_ext_cap_max_size()
2343 next = PCI_EXT_CAP_NEXT(pci_get_long(config + next))) { in vfio_add_ext_cap()
/openbmc/linux/drivers/pci/
H A Dpci.c585 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()