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

/linux-master/include/asm-generic/
H A Diomap.h104 #ifndef ioremap_np
105 /* See the comment in asm-generic/io.h about ioremap_np(). */
106 #define ioremap_np ioremap_np macro
107 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) function
H A Dio.h1028 * are not implemented we fall back to plain ioremap. Conversely, ioremap_np()
1092 * ioremap_np needs an explicit architecture implementation, as it
1098 * ioremap_np() is not available.
1100 #ifndef ioremap_np
1101 #define ioremap_np ioremap_np macro
1102 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) function
/linux-master/include/linux/
H A Dio.h87 * implementation attempts to use the ioremap_np() API to provide this
90 * support non-posted accesses should implement ioremap_np() instead, which
99 return ioremap_np(offset, size) ?: ioremap(offset, size);
/linux-master/arch/sparc/include/asm/
H A Dio_64.h428 static inline void __iomem *ioremap_np(unsigned long offset, unsigned long size) function
433 #define ioremap_np ioremap_np macro
/linux-master/arch/arm64/include/asm/
H A Dio.h152 #define ioremap_np(addr, size) \ macro
/linux-master/lib/
H A Ddevres.c48 addr = ioremap_np(offset, size);
/linux-master/drivers/of/
H A Daddress.c1153 return ioremap_np(res.start, resource_size(&res));
1188 mem = ioremap_np(res.start, resource_size(&res));

Completed in 140 milliseconds