Searched refs:ioread32_rep (Results 1 – 11 of 11) 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/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/parisc/lib/ |
D | iomap.c | 376 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 479 EXPORT_SYMBOL(ioread32_rep);
|
/arch/blackfin/include/asm/ |
D | io.h | 99 #define ioread32_rep(a,d,c) readsl(a,d,c) macro
|
/arch/avr32/include/asm/ |
D | io.h | 240 #define ioread32_rep(p,d,c) readsl(p,d,c) macro
|
/arch/sparc/include/asm/ |
D | io_32.h | 266 static inline void ioread32_rep(void __iomem *port, void *buf, unsigned long count) in ioread32_rep() function
|
D | io_64.h | 110 static inline void ioread32_rep(void __iomem *port, void *buf, unsigned long count) in ioread32_rep() function
|
/arch/sh/include/asm/ |
D | io.h | 159 #define ioread32_rep(a, d, c) __raw_readsl((a), (d), (c)) macro
|
/arch/arm/include/asm/ |
D | io.h | 250 #define ioread32_rep(p,d,c) __raw_readsl(p,d,c) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 552 #define ioread32_rep(p, v, c) __ixp4xx_ioread32_rep(p, v, c) macro
|