Searched refs:_insw_ns (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | io.c | 58 void _insw_ns(const volatile u16 __iomem *port, void *buf, long count) in _insw_ns() function 73 EXPORT_SYMBOL(_insw_ns);
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 49 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 116 static inline void _insw_ns(volatile u16 * port, void *buf, int ns) in _insw_ns() function 152 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 77 extern void _insw_ns(volatile u16 *port, void *buf, int ns); 87 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 202 extern void _insw_ns(const volatile u16 __iomem *addr, void *buf, long count); 210 #define _insw _insw_ns
|