Searched refs:ioread32_rep (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/kernel/ |
D | iomap.c | 84 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 90 EXPORT_SYMBOL(ioread32_rep);
|
/arch/sh/kernel/ |
D | iomap.c | 143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 147 EXPORT_SYMBOL(ioread32_rep);
|
/arch/mips/lib/ |
D | iomap.c | 169 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 174 EXPORT_SYMBOL(ioread32_rep);
|
/arch/alpha/kernel/ |
D | io.c | 296 void ioread32_rep(void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 315 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 318 EXPORT_SYMBOL(ioread32_rep);
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 424 #define ioread32_rep(p, v, c) ioread32_rep(p, v, c) macro 425 static inline void ioread32_rep(const void __iomem *addr, void *vaddr, in ioread32_rep() function
|
/arch/parisc/lib/ |
D | iomap.c | 377 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 458 EXPORT_SYMBOL(ioread32_rep);
|
/arch/m32r/include/asm/ |
D | io.h | 180 #define ioread32_rep(p, dst, count) insl((unsigned long)(p), (dst), (count)) macro
|
/arch/mn10300/include/asm/ |
D | io.h | 209 #define ioread32_rep(p, dst, count) \ macro
|
/arch/avr32/include/asm/ |
D | io.h | 245 #define ioread32_rep(p,d,c) readsl(p,d,c) macro
|
/arch/sparc/include/asm/ |
D | io_64.h | 254 static inline void ioread32_rep(void __iomem *port, void *buf, unsigned long count) in ioread32_rep() function
|
/arch/frv/include/asm/ |
D | io.h | 363 static inline void ioread32_rep(void __iomem *p, void *dst, unsigned long count) in ioread32_rep() function
|
/arch/tile/include/asm/ |
D | io.h | 496 #define ioread32_rep(p, dst, count) \ macro
|