Searched refs:_insl_ns (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | io.c | 89 void _insl_ns(const volatile u32 __iomem *port, void *buf, long count) in _insl_ns() function 104 EXPORT_SYMBOL(_insl_ns);
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 51 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 131 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() function 154 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 79 extern void _insl_ns(volatile u32 *port, void *buf, int nl); 89 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 204 extern void _insl_ns(const volatile u32 __iomem *addr, void *buf, long count); 211 #define _insl _insl_ns
|