Home
last modified time | relevance | path

Searched refs:_insl (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dio.c93 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 Dio.h229 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 Deeh.h454 _insl(addr, buf, nl); in eeh_readsl()