Searched defs:ioread32_rep (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/sh/kernel/ |
D | iomap.c | 143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | iomap.c | 150 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
|
/Linux-v4.19/arch/mips/lib/ |
D | iomap.c | 170 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
|
/Linux-v4.19/lib/ |
D | iomap.c | 204 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
|
/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 435 #define ioread32_rep(p, v, c) ioread32_rep(p, v, c) macro 436 static inline void ioread32_rep(const void __iomem *addr, void *vaddr, in ioread32_rep() function
|
/Linux-v4.19/arch/alpha/kernel/ |
D | io.c | 297 void ioread32_rep(void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 830 #define ioread32_rep ioread32_rep macro 831 static inline void ioread32_rep(const volatile void __iomem *addr, in ioread32_rep() function
|
/Linux-v4.19/arch/parisc/lib/ |
D | iomap.c | 378 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | io_64.h | 277 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
|