Searched refs:_outsw_ns (Results 1 - 2 of 2) sorted by last modified time

/u-boot/arch/powerpc/include/asm/
H A Dio.h49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
81 extern void _outsw_ns(volatile u16 *port, const void *buf, int ns);
91 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
/u-boot/arch/m68k/include/asm/
H A Dio.h49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
122 static inline void _outsw_ns(volatile u16 * port, const void *buf, int ns) function
152 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))

Completed in 298 milliseconds