Searched refs:_outsl_ns (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 52 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 138 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns() function 155 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 48 #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))
|