Searched refs:_insw (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 168 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 D | io.h | 83 static inline void _insw(volatile u16 * port, void *buf, int ns) in _insw() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | eeh.h | 443 _insw(addr, buf, ns); in eeh_readsw()
|
H A D | io.h | 239 #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 D | io.h | 73 extern void _insw(volatile u16 *port, void *buf, int ns);
|