Home
last modified time | relevance | path

Searched refs:_outsw_ns (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dio.c75 void _outsw_ns(volatile u16 __iomem *port, const void *buf, long count) in _outsw_ns() function
87 EXPORT_SYMBOL(_outsw_ns);
/openbmc/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) in _outsw_ns() function
152 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h46 #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))
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h232 extern void _outsw_ns(volatile u16 __iomem *addr, const void *buf, long count);
241 #define _outsw _outsw_ns