Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-loongson.c138 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dgvt.c195 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
H A Dgvt.h107 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci.c549 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; 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.h32 #define PCI_CFG_SPACE_EXP_SIZE 4096 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.h32 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware.c66 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dw_pcie_find_next_ext_capability()
H A Dpcie-dw-ep-rockchip.c421 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in rockchip_pci_find_resbar_capability()
H A Dpcie-dw-rockchip.c891 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in rk_pci_find_resbar_capability()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c1602 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1635 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
1656 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size()
H A Dpci-sysfs.c1285 .size = PCI_CFG_SPACE_EXP_SIZE,
H A Dquirks.c5266 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
H A Dpci.c545 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h15 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c3204 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()