Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h210 #define _insw _insw_ns macro
558 #define __do_readsw(a, b, n) _insw(PCI_FIX_ADDR(a), (b), (n))
H A Deeh.h449 _insw(addr, buf, ns); in eeh_readsw()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dio.h84 static inline void _insw(volatile u16 * port, void *buf, int ns) in _insw() function
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dio.h73 extern void _insw(volatile u16 *port, void *buf, int ns);