Searched refs:_insw (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | io.c | 60 void _insw(const volatile u16 __iomem *port, void *buf, long count) in _insw() function 76 EXPORT_SYMBOL(_insw);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | io.h | 227 extern void _insw(const volatile u16 __iomem *addr, void *buf, long count); 477 #define __do_readsw(a, b, n) _insw(a, (b), (n))
|
| H A D | eeh.h | 446 _insw(addr, buf, ns); in eeh_readsw()
|