Searched refs:_insl_ns (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/m68k/include/asm/ |
D | io.h | 50 #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))
|
/external/u-boot/arch/powerpc/include/asm/ |
D | io.h | 47 #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))
|