Searched refs:_insb (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | io.c | 27 void _insb(const volatile u8 __iomem *port, void *buf, long count) in _insb() function 43 EXPORT_SYMBOL(_insb);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | io.h | 225 extern void _insb(const volatile u8 __iomem *addr, void *buf, long count); 476 #define __do_readsb(a, b, n) _insb(a, (b), (n))
|
| H A D | eeh.h | 438 _insb(addr, buf, ns); in eeh_readsb()
|