Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dio.h110 static inline void _outsw(volatile u16 *port, const void *buf, int ns) in _outsw() function
115 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns)
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h91 static inline void _outsw(volatile u16 * port, const void *buf, int ns) in _outsw() function
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dio.h74 extern void _outsw(volatile u16 *port, const void *buf, int ns);