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

/linux-master/include/linux/
H A Dio.h94 #ifndef pci_remap_cfgspace
95 #define pci_remap_cfgspace pci_remap_cfgspace macro
96 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, function
/linux-master/arch/arm/mm/
H A Dnommu.c246 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) function
251 EXPORT_SYMBOL_GPL(pci_remap_cfgspace); variable
H A Dioremap.c474 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) function
479 EXPORT_SYMBOL_GPL(pci_remap_cfgspace); variable
/linux-master/drivers/pci/
H A Decam.c82 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);
142 cfg->winp[busn] = pci_remap_cfgspace(start, bsz);
H A Ddevres.c55 * devm_pci_remap_cfgspace - Managed pci_remap_cfgspace()
60 * Managed pci_remap_cfgspace(). Map is automatically unmapped on driver
73 addr = pci_remap_cfgspace(offset, size);
90 * region and ioremaps with pci_remap_cfgspace() API that ensures the
/linux-master/arch/arm/include/asm/
H A Dio.h191 * pci_remap_cfgspace() definition that is implemented
194 #define pci_remap_cfgspace pci_remap_cfgspace macro
195 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
/linux-master/arch/loongarch/pci/
H A Dacpi.c130 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);

Completed in 224 milliseconds