Searched refs:ioread16_rep (Results 1 – 11 of 11) sorted by relevance
/arch/sh/kernel/ |
D | iomap.c | 137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 141 EXPORT_SYMBOL(ioread16_rep);
|
/arch/powerpc/kernel/ |
D | iomap.c | 106 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 115 EXPORT_SYMBOL(ioread16_rep);
|
/arch/mips/lib/ |
D | iomap.c | 163 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 168 EXPORT_SYMBOL(ioread16_rep);
|
/arch/alpha/kernel/ |
D | io.c | 257 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function 284 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 287 EXPORT_SYMBOL(ioread16_rep);
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 405 #define ioread16_rep(p, v, c) ioread16_rep(p, v, c) macro 406 static inline void ioread16_rep(const void __iomem *addr, void *vaddr, in ioread16_rep() function
|
/arch/parisc/lib/ |
D | iomap.c | 366 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 458 EXPORT_SYMBOL(ioread16_rep);
|
/arch/m32r/include/asm/ |
D | io.h | 180 #define ioread16_rep(p, dst, count) insw((unsigned long)(p), (dst), (count)) macro
|
/arch/mn10300/include/asm/ |
D | io.h | 207 #define ioread16_rep(p, dst, count) \ macro
|
/arch/sparc/include/asm/ |
D | io_64.h | 250 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
/arch/frv/include/asm/ |
D | io.h | 369 static inline void ioread16_rep(void __iomem *p, void *dst, unsigned long count) in ioread16_rep() function
|
/arch/tile/include/asm/ |
D | io.h | 494 #define ioread16_rep(p, dst, count) \ macro
|