Home
last modified time | relevance | path

Searched refs:ioread16_rep (Results 1 – 11 of 11) sorted by relevance

/arch/powerpc/kernel/
Diomap.c80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
89 EXPORT_SYMBOL(ioread16_rep);
/arch/mips/lib/
Diomap.c162 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
167 EXPORT_SYMBOL(ioread16_rep);
/arch/alpha/kernel/
Dio.c256 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function
283 ioread16_rep(ioport_map(port, 2), dst, count); in insw()
286 EXPORT_SYMBOL(ioread16_rep);
/arch/parisc/lib/
Diomap.c364 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
478 EXPORT_SYMBOL(ioread16_rep);
/arch/blackfin/include/asm/
Dio.h98 #define ioread16_rep(a,d,c) readsw(a,d,c) macro
/arch/avr32/include/asm/
Dio.h239 #define ioread16_rep(p,d,c) readsw(p,d,c) macro
/arch/sparc/include/asm/
Dio_32.h261 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
Dio_64.h105 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
/arch/sh/include/asm/
Dio.h158 #define ioread16_rep(a, d, c) __raw_readsw((a), (d), (c)) macro
/arch/arm/include/asm/
Dio.h249 #define ioread16_rep(p,d,c) __raw_readsw(p,d,c) macro
/arch/arm/mach-ixp4xx/include/mach/
Dio.h551 #define ioread16_rep(p, v, c) __ixp4xx_ioread16_rep(p, v, c) macro