Searched refs:_insw_ns (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 49 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 116 static inline void _insw_ns(volatile u16 * port, void *buf, int ns) in _insw_ns() function 152 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 77 extern void _insw_ns(volatile u16 *port, void *buf, int ns); 87 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
|