/linux-4.1.27/arch/powerpc/kernel/ |
D | iomap.c | 80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/sh/kernel/ |
D | iomap.c | 137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/mips/lib/ |
D | iomap.c | 162 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/lib/ |
D | iomap.c | 199 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 394 #define ioread16_rep(p, v, c) ioread16_rep(p, v, c) macro 395 static inline void ioread16_rep(const void __iomem *addr, void *vaddr, in ioread16_rep() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 244 #define ioread16_rep(p,d,c) readsw(p,d,c) macro
|
/linux-4.1.27/include/asm-generic/ |
D | io.h | 654 #define ioread16_rep ioread16_rep macro 655 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
/linux-4.1.27/arch/alpha/kernel/ |
D | io.c | 256 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/parisc/lib/ |
D | iomap.c | 365 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/frv/include/asm/ |
D | io.h | 355 static inline void ioread16_rep(void __iomem *p, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | io_64.h | 249 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | io.h | 207 #define ioread16_rep(p, dst, count) \ macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | io.h | 493 #define ioread16_rep(p, dst, count) \ macro
|