Searched refs:ioremap_np (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | iomap.h | 104 #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) in ioremap_np() function
|
H A D | io.h | 1028 * 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) in ioremap_np() function
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | io_64.h | 429 static inline void __iomem *ioremap_np(unsigned long offset, unsigned long size) in ioremap_np() function 434 #define ioremap_np ioremap_np macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | io.h | 80 * implementation attempts to use the ioremap_np() API to provide this 83 * support non-posted accesses should implement ioremap_np() instead, which 92 return ioremap_np(offset, size) ?: ioremap(offset, size); in pci_remap_cfgspace()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | io.h | 148 #define ioremap_np(addr, size) \ macro
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | address.c | 1199 return ioremap_np(res.start, resource_size(&res)); in of_iomap() 1234 mem = ioremap_np(res.start, resource_size(&res)); in of_io_request_and_map()
|
/kernel/linux/linux-6.6/lib/ |
H A D | devres.c | 48 addr = ioremap_np(offset, size); in __devm_ioremap()
|
Completed in 7 milliseconds