Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h51 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
131 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() function
154 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
/rk3399_rockchip-uboot/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))