Home
last modified time | relevance | path

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

/linux/arch/loongarch/pci/
H A Dacpi.c185 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/drivers/fpga/
H A Ddfl-pci.c174 if (dfl_res_off + (dfl_cnt * sizeof(u32)) > PCI_CFG_SPACE_EXP_SIZE) { in find_dfls_by_vsec()
/linux/include/uapi/linux/
H A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1705 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()