Lines Matching defs:ioremap
1078 * DOC: ioremap() and ioremap_*() variants
1080 * Architectures with an MMU are expected to provide ioremap() and iounmap()
1088 * are not implemented we fall back to plain ioremap. Conversely, ioremap_np()
1093 #ifndef ioremap
1094 #define ioremap ioremap
1095 static inline void __iomem *ioremap(phys_addr_t offset, size_t size)
1118 #ifndef ioremap
1119 #define ioremap ioremap
1120 static inline void __iomem *ioremap(phys_addr_t addr, size_t size)
1129 #define ioremap_wc ioremap
1133 #define ioremap_wt ioremap
1139 * driver and use plain ioremap, which is uncached by default. Similarly
1153 * requests stronger semantics than regular ioremap(). Portable drivers
1157 * write semantics should always provide an ioremap() fallback in case