Searched refs:ioremap_np (Results 1 – 3 of 3) sorted by relevance
106 #define ioremap_np ioremap_np macro107 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
1082 #ifndef ioremap_np1083 #define ioremap_np ioremap_np macro1084 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
91 return ioremap_np(offset, size) ?: ioremap(offset, size); in pci_remap_cfgspace()