Searched defs:ioread8_rep (Results 1 – 7 of 7) sorted by relevance
/linux/arch/sh/kernel/ |
A D | iomap.c | 128 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function
|
/linux/arch/arm/mach-ixp4xx/include/mach/ |
A D | io.h | 374 #define ioread8_rep(p, v, c) ioread8_rep(p, v, c) macro 375 static inline void ioread8_rep(const void __iomem *addr, void *vaddr, u32 count) in ioread8_rep() function
|
/linux/arch/alpha/kernel/ |
A D | io.c | 260 void ioread8_rep(const void __iomem *port, void *dst, unsigned long count) in ioread8_rep() function
|
/linux/lib/ |
A D | iomap.c | 328 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function
|
/linux/include/asm-generic/ |
A D | io.h | 829 #define ioread8_rep ioread8_rep macro 830 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep() function
|
/linux/arch/parisc/lib/ |
A D | iomap.c | 430 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function
|
/linux/arch/sparc/include/asm/ |
A D | io_64.h | 275 #define ioread8_rep(p,d,l) readsb(p,d,l) macro
|
Completed in 14 milliseconds