Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt.c111 mem = kzalloc(PCI_CFG_SPACE_EXP_SIZE, GFP_KERNEL); in save_initial_hw_state()
117 for (i = 0; i < PCI_CFG_SPACE_EXP_SIZE; i += 4) in save_initial_hw_state()
/openbmc/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()
/openbmc/linux/drivers/pci/controller/
H A Dpci-loongson.c252 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
/openbmc/linux/drivers/fpga/
H A Ddfl-pci.c182 if (dfl_res_off + (dfl_cnt * sizeof(u32)) > PCI_CFG_SPACE_EXP_SIZE) { in find_dfls_by_vsec()
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c381 ((offset + length) < PCI_CFG_SPACE_EXP_SIZE)); in cxl_component_create_dvsec()
/openbmc/u-boot/drivers/pci/
H A Dpci.c545 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
H A Dpci-uclass.c1414 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dm_pci_find_next_ext_capability()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgvt.h106 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
H A Dkvmgt.c1725 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/openbmc/linux/drivers/pci/
H A Dprobe.c1677 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1710 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
1731 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size()
H A Dpci-sysfs.c850 a->size = PCI_CFG_SPACE_EXP_SIZE; in pci_dev_config_attr_is_visible()
H A Dpci.c563 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
H A Dquirks.c5481 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
/openbmc/u-boot/include/
H A Dpci.h14 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.c251 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dw_pcie_find_next_ext_capability()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2825 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()