Searched refs:ioread32_rep (Results 1 – 7 of 7) sorted by relevance
/arch/sh/kernel/ |
D | iomap.c | 140 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 144 EXPORT_SYMBOL(ioread32_rep);
|
/arch/parisc/include/asm/ |
D | io.h | 265 #define ioread32_rep ioread32_rep macro
|
/arch/alpha/kernel/ |
D | io.c | 360 void ioread32_rep(const void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 379 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 382 EXPORT_SYMBOL(ioread32_rep);
|
/arch/sh/include/asm/ |
D | io.h | 140 #define ioread32_rep ioread32_rep macro
|
/arch/parisc/lib/ |
D | iomap.c | 454 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 546 EXPORT_SYMBOL(ioread32_rep);
|
/arch/alpha/include/asm/ |
D | io.h | 670 #define ioread32_rep ioread32_rep macro
|
/arch/sparc/include/asm/ |
D | io_64.h | 291 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
|