cfgres            121 arch/arm64/kernel/pci.c 	struct resource cfgres;
cfgres            126 arch/arm64/kernel/pci.c 	ret = pci_mcfg_lookup(root, &cfgres, &ecam_ops);
cfgres            132 arch/arm64/kernel/pci.c 	adev = acpi_resource_consumer(&cfgres);
cfgres            134 arch/arm64/kernel/pci.c 		dev_info(dev, "ECAM area %pR reserved by %s\n", &cfgres,
cfgres            138 arch/arm64/kernel/pci.c 			 &cfgres);
cfgres            140 arch/arm64/kernel/pci.c 	cfg = pci_ecam_create(dev, &cfgres, bus_res, ecam_ops);
cfgres             33 drivers/acpi/pci_mcfg.c 	struct resource cfgres;
cfgres            167 drivers/acpi/pci_mcfg.c 				  struct resource *cfgres,
cfgres            178 drivers/acpi/pci_mcfg.c 			if (f->cfgres.start)
cfgres            179 drivers/acpi/pci_mcfg.c 				*cfgres = f->cfgres;
cfgres            183 drivers/acpi/pci_mcfg.c 				 cfgres, bus_range, *ecam_ops);
cfgres            193 drivers/acpi/pci_mcfg.c int pci_mcfg_lookup(struct acpi_pci_root *root, struct resource *cfgres,
cfgres            235 drivers/acpi/pci_mcfg.c 	*cfgres = res;
cfgres             25 drivers/pci/controller/pci-host-common.c 	struct resource cfgres;
cfgres             34 drivers/pci/controller/pci-host-common.c 	err = of_address_to_resource(dev->of_node, 0, &cfgres);
cfgres             40 drivers/pci/controller/pci-host-common.c 	cfg = pci_ecam_create(dev, &cfgres, bus_range, ops);
cfgres             28 drivers/pci/ecam.c 		struct resource *cfgres, struct resource *busr,
cfgres             49 drivers/pci/ecam.c 	bus_range_max = resource_size(cfgres) >> ops->bus_shift;
cfgres             54 drivers/pci/ecam.c 			 cfgres, &cfg->busr, busr);
cfgres             58 drivers/pci/ecam.c 	cfg->res.start = cfgres->start;
cfgres             59 drivers/pci/ecam.c 	cfg->res.end = cfgres->end;
cfgres             77 drivers/pci/ecam.c 				pci_remap_cfgspace(cfgres->start + i * bsz,
cfgres             83 drivers/pci/ecam.c 		cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);
cfgres             29 include/linux/pci-acpi.h extern int pci_mcfg_lookup(struct acpi_pci_root *root, struct resource *cfgres,
cfgres             42 include/linux/pci-ecam.h 		struct resource *cfgres, struct resource *busr,