Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dio.c89 void _insl_ns(const volatile u32 __iomem *port, void *buf, long count) in _insl_ns() function
104 EXPORT_SYMBOL(_insl_ns);
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
130 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() function
153 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
79 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
89 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h233 extern void _insl_ns(const volatile u32 __iomem *addr, void *buf, long count);
240 #define _insl _insl_ns