Searched defs:ioread16_rep (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/sh/kernel/ |
D | iomap.c | 137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | iomap.c | 146 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/Linux-v4.19/arch/mips/lib/ |
D | iomap.c | 163 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/Linux-v4.19/lib/ |
D | iomap.c | 200 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/alpha/kernel/ |
D | io.c | 257 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 821 #define ioread16_rep ioread16_rep macro 822 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
/Linux-v4.19/arch/parisc/lib/ |
D | iomap.c | 366 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | io_64.h | 276 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
|