Searched refs:pci_remap_cfgspace (Results 1 – 6 of 6) sorted by relevance
84 #ifndef pci_remap_cfgspace85 #define pci_remap_cfgspace pci_remap_cfgspace macro86 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
220 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function225 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
473 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function478 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
193 #define pci_remap_cfgspace pci_remap_cfgspace macro194 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
82 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()
4272 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
Completed in 19 milliseconds