Searched refs:_insw_ns (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dio.c59 void _insw_ns(const volatile u16 __iomem *port, void *buf, long count) function
74 EXPORT_SYMBOL(_insw_ns); variable
H A Diomap.c73 _insw_ns((u16 __iomem *) addr, dst, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dio.h228 #define insw(port, buf, ns) _insw_ns((port)+___IO_BASE, (buf), (ns))
234 #define readsw(a, b, n) _insw_ns((a), (b), (n))
332 extern void _insw_ns(const volatile u16 __iomem *addr, void *buf, long count);
481 _insw_ns(addr, dst, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc_ksyms.c117 EXPORT_SYMBOL(_insw_ns); variable
H A Dmisc.S697 _GLOBAL(_insw_ns)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dio.h76 * _insb, _insw_ns, _insl_ns, _outsb, _outsw_ns, _outsl_ns
155 extern void _insw_ns(const volatile u16 __iomem *addr, void *buf, long count);
163 #define _insw _insw_ns

Completed in 126 milliseconds