Searched refs:_insw_ns (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | io.c | 58 void _insw_ns(const volatile u16 __iomem *port, void *buf, long count) in _insw_ns() function 73 EXPORT_SYMBOL(_insw_ns);
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 48 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 115 static inline void _insw_ns(volatile u16 * port, void *buf, int ns) in _insw_ns() function 151 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 77 extern void _insw_ns(volatile u16 *port, void *buf, int ns); 87 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 231 extern void _insw_ns(const volatile u16 __iomem *addr, void *buf, long count); 239 #define _insw _insw_ns
|