Searched refs:_outsw_ns (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 50 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 123 static inline void _outsw_ns(volatile u16 * port, const void *buf, int ns) in _outsw_ns() function 153 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 46 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 78 extern void _outsw_ns(volatile u16 *port, const void *buf, int ns); 88 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|