Searched refs:_insl (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | io.c | 93 void _insl(const volatile u32 __iomem *port, void *buf, long count) in _insl() function 109 EXPORT_SYMBOL(_insl);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | io.h | 229 extern void _insl(const volatile u32 __iomem *addr, void *buf, long count); 478 #define __do_readsl(a, b, n) _insl(a, (b), (n))
|
| H A D | eeh.h | 454 _insl(addr, buf, nl); in eeh_readsl()
|