Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dio.h82 #ifndef pci_remap_cfgspace
83 #define pci_remap_cfgspace pci_remap_cfgspace macro
84 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
/linux-6.1.9/arch/arm/mm/
Dnommu.c239 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function
244 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
Dioremap.c474 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function
479 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
/linux-6.1.9/arch/arm/include/asm/
Dio.h194 #define pci_remap_cfgspace pci_remap_cfgspace macro
195 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
/linux-6.1.9/drivers/pci/
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()
Dpci.c4307 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
/linux-6.1.9/arch/loongarch/pci/
Dacpi.c127 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in arch_pci_ecam_create()