Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpci-loongson.c138 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dgvt.c195 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
Dgvt.h107 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-designware.c66 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dw_pcie_find_next_ext_capability()
/Linux-v5.10/drivers/pci/
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()
Dpci-sysfs.c1285 .size = PCI_CFG_SPACE_EXP_SIZE,
Dpci.c538 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
Dquirks.c5086 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci-ioda.c3204 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()