Searched refs:_outsl_ns (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/m68k/include/asm/ |
A D | io.h | 51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 137 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns() function 154 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
/u-boot/arch/powerpc/include/asm/ |
A D | io.h | 51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 83 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl); 93 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
Completed in 5 milliseconds