Searched refs:_outsl_ns (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | io.c | 106 void _outsl_ns(volatile u32 __iomem *port, const void *buf, long count) in _outsl_ns() function 118 EXPORT_SYMBOL(_outsl_ns);
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 52 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 138 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns() function 155 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 48 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 80 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl); 90 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 205 extern void _outsl_ns(volatile u32 __iomem *addr, const void *buf, long count); 213 #define _outsl _outsl_ns
|