Home
last modified time | relevance | path

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

/linux/arch/loongarch/pci/
H A Dacpi.c180 cfgres.end |= BIT(28) + (((PCI_CFG_SPACE_EXP_SIZE - 1) & 0xf00) << 16); in pci_acpi_setup_ecam_mapping()
/linux/drivers/pci/controller/
H A Dpci-loongson.c252 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
/linux/include/uapi/linux/
H A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/linux/drivers/pci/
H A Dprobe.c1812 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1845 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
1866 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size()
H A Dpci.h164 __ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; \
H A Dpci-sysfs.c897 return PCI_CFG_SPACE_EXP_SIZE; in pci_dev_config_attr_bin_size()
H A Dquirks.c5512 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1706 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2758 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()