Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
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()
/linux-6.3-rc2/arch/loongarch/pci/
A Dacpi.c180 cfgres.end |= BIT(28) + (((PCI_CFG_SPACE_EXP_SIZE - 1) & 0xf00) << 16); in pci_acpi_setup_ecam_mapping()
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-loongson.c203 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
/linux-6.3-rc2/drivers/fpga/
A Ddfl-pci.c187 if (dfl_res_off + (dfl_cnt * sizeof(u32)) > PCI_CFG_SPACE_EXP_SIZE) { in find_dfls_by_vsec()
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dgvt.h105 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
A Dkvmgt.c1752 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
/linux-6.3-rc2/include/uapi/linux/
A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/linux-6.3-rc2/drivers/pci/
A Dprobe.c1655 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1688 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
1709 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size()
A Dpci-sysfs.c828 a->size = PCI_CFG_SPACE_EXP_SIZE; in pci_dev_config_attr_is_visible()
A Dpci.c548 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
A Dquirks.c5319 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-designware.c251 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dw_pcie_find_next_ext_capability()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dpci-ioda.c3225 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()

Completed in 79 milliseconds