Searched refs:ioread8_rep (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/kernel/ |
D | iomap.c | 100 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 112 EXPORT_SYMBOL(ioread8_rep);
|
/arch/sh/kernel/ |
D | iomap.c | 131 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 135 EXPORT_SYMBOL(ioread8_rep);
|
/arch/mips/lib/ |
D | iomap.c | 155 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 160 EXPORT_SYMBOL(ioread8_rep);
|
/arch/alpha/kernel/ |
D | io.c | 213 void ioread8_rep(void __iomem *port, void *dst, unsigned long count) in ioread8_rep() function 243 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 246 EXPORT_SYMBOL(ioread8_rep);
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 366 #define ioread8_rep(p, v, c) ioread8_rep(p, v, c) macro 367 static inline void ioread8_rep(const void __iomem *addr, void *vaddr, u32 count) in ioread8_rep() function
|
/arch/parisc/lib/ |
D | iomap.c | 353 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 456 EXPORT_SYMBOL(ioread8_rep);
|
/arch/m32r/include/asm/ |
D | io.h | 178 #define ioread8_rep(p, dst, count) insb((unsigned long)(p), (dst), (count)) macro
|
/arch/mn10300/include/asm/ |
D | io.h | 205 #define ioread8_rep(p, dst, count) \ macro
|
/arch/sparc/include/asm/ |
D | io_64.h | 245 static inline void ioread8_rep(void __iomem *port, void *buf, unsigned long count) in ioread8_rep() function
|
/arch/avr32/include/asm/ |
D | io.h | 243 #define ioread8_rep(p,d,c) readsb(p,d,c) macro
|
/arch/frv/include/asm/ |
D | io.h | 364 static inline void ioread8_rep(void __iomem *p, void *dst, unsigned long count) in ioread8_rep() function
|
/arch/tile/include/asm/ |
D | io.h | 492 #define ioread8_rep(p, dst, count) \ macro
|