Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dintel_mid_pci.c89 pos = PCI_EXT_CAP_NEXT(pcie_cap); in fixed_bar_cap()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci.c562 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h676 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h676 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h700 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c304 pos = PCI_EXT_CAP_NEXT(header); in pseries_eeh_find_ecap()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware.c83 pos = PCI_EXT_CAP_NEXT(header); in dw_pcie_find_next_ext_capability()
H A Dpcie-designware-ep.c632 pos = PCI_EXT_CAP_NEXT(header); in dw_pcie_ep_find_ext_capability()
H A Dpcie-dw-ep-rockchip.c436 pos = PCI_EXT_CAP_NEXT(header); in rockchip_pci_find_resbar_capability()
H A Dpcie-dw-rockchip.c906 pos = PCI_EXT_CAP_NEXT(header); in rk_pci_find_resbar_capability()
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci_config.c1594 u32 val = epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
1641 epos = PCI_EXT_CAP_NEXT(header); in vfio_ecap_init()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h424 #define PCI_EXT_CAP_NEXT(header) ((header >> 20) & 0xffc) macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c282 pos = PCI_EXT_CAP_NEXT(header); in pnv_eeh_find_ecap()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c567 pos = PCI_EXT_CAP_NEXT(header); in pci_find_next_ext_capability()