Searched refs:ioread16_rep (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/kernel/ |
D | iomap.c | 80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 89 EXPORT_SYMBOL(ioread16_rep);
|
/arch/mips/lib/ |
D | iomap.c | 162 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 167 EXPORT_SYMBOL(ioread16_rep);
|
/arch/alpha/kernel/ |
D | io.c | 256 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/ |
D | iomap.c | 364 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 478 EXPORT_SYMBOL(ioread16_rep);
|
/arch/blackfin/include/asm/ |
D | io.h | 98 #define ioread16_rep(a,d,c) readsw(a,d,c) macro
|
/arch/avr32/include/asm/ |
D | io.h | 239 #define ioread16_rep(p,d,c) readsw(p,d,c) macro
|
/arch/sparc/include/asm/ |
D | io_32.h | 261 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
D | io_64.h | 105 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
/arch/sh/include/asm/ |
D | io.h | 158 #define ioread16_rep(a, d, c) __raw_readsw((a), (d), (c)) macro
|
/arch/arm/include/asm/ |
D | io.h | 249 #define ioread16_rep(p,d,c) __raw_readsw(p,d,c) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 551 #define ioread16_rep(p, v, c) __ixp4xx_ioread16_rep(p, v, c) macro
|