Searched defs:ioread16_rep (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/sh/kernel/ | 
| D | iomap.c | 134 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep()  function
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | iomap.c | 146 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep()  function
 | 
| /Linux-v5.4/arch/arm/mach-ixp4xx/include/mach/ | 
| D | io.h | 402 #define	ioread16_rep(p, v, c)		ioread16_rep(p, v, c)  macro403 static inline void ioread16_rep(const void __iomem *addr, void *vaddr,  in ioread16_rep()  function
 
 | 
| /Linux-v5.4/lib/ | 
| D | iomap.c | 332 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep()  function
 | 
| /Linux-v5.4/arch/alpha/kernel/ | 
| D | io.c | 257 void ioread16_rep(void __iomem *port, void *dst, unsigned long count)  in ioread16_rep()  function
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | io.h | 814 #define ioread16_rep ioread16_rep  macro815 static inline void ioread16_rep(const volatile void __iomem *addr,  in ioread16_rep()  function
 
 | 
| /Linux-v5.4/arch/parisc/lib/ | 
| D | iomap.c | 426 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | io_64.h | 276 #define ioread16_rep(p,d,l)	readsw(p,d,l)  macro
 |