Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h168 static inline void _insw(volatile u16 *port, void *buf, int ns) in _insw() function
188 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns)
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h83 static inline void _insw(volatile u16 * port, void *buf, int ns) in _insw() function
/openbmc/linux/arch/powerpc/include/asm/
H A Deeh.h443 _insw(addr, buf, ns); in eeh_readsw()
H A Dio.h239 #define _insw _insw_ns macro
602 #define __do_readsw(a, b, n) _insw(PCI_FIX_ADDR(a), (b), (n))
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h73 extern void _insw(volatile u16 *port, void *buf, int ns);