Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dio.c106 void _outsl_ns(volatile u32 __iomem *port, const void *buf, long count) in _outsl_ns() function
118 EXPORT_SYMBOL(_outsl_ns);
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h51 #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))
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h48 #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))
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h234 extern void _outsl_ns(volatile u32 __iomem *addr, const void *buf, long count);
242 #define _outsl _outsl_ns