Home
last modified time | relevance | path

Searched refs:pci_remap_cfgspace (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dio.h87 #ifndef pci_remap_cfgspace
88 #define pci_remap_cfgspace pci_remap_cfgspace macro
89 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
/openbmc/linux/arch/arm/mm/
H A Dnommu.c246 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function
251 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
H A Dioremap.c499 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function
504 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
/openbmc/linux/arch/arm/include/asm/
H A Dio.h194 #define pci_remap_cfgspace pci_remap_cfgspace macro
195 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
/openbmc/linux/drivers/pci/
H A Decam.c82 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in pci_ecam_create()
142 cfg->winp[busn] = pci_remap_cfgspace(start, bsz); in pci_ecam_add_bus()
H A Dpci.c4399 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
/openbmc/linux/arch/loongarch/pci/
H A Dacpi.c130 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in arch_pci_ecam_create()