Home
last modified time | relevance | path

Searched refs:_insw (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dio.h106 static inline void _insw(volatile u16 *port, void *buf, int ns) in _insw() function
114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns)
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h84 static inline void _insw(volatile u16 * port, void *buf, int ns) in _insw() function
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dio.h73 extern void _insw(volatile u16 *port, void *buf, int ns);