Searched refs:_outsw_ns (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | io.c | 75 void _outsw_ns(volatile u16 __iomem *port, const void *buf, long count) in _outsw_ns() function 87 EXPORT_SYMBOL(_outsw_ns);
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 50 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 123 static inline void _outsw_ns(volatile u16 * port, const void *buf, int ns) in _outsw_ns() function 153 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 46 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 78 extern void _outsw_ns(volatile u16 *port, const void *buf, int ns); 88 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 203 extern void _outsw_ns(volatile u16 __iomem *addr, const void *buf, long count); 212 #define _outsw _outsw_ns
|