Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dio.c60 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 Dio.h227 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 Deeh.h446 _insw(addr, buf, ns); in eeh_readsw()