| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/ |
| H A D | io.h | 83 #define readsw readsw macro
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 30 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/ |
| H A D | io.c | 106 void readsw(const volatile void __iomem *addr, void *data, int len) in readsw() function
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 111 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 204 #define readsw(p,d,l) ({ __raw_readsw(p,d,l); __iormb(); }) macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | io.h | 39 #define readsw(p, d, l) __raw_readsw(p, d, l) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io.h | 60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 332 #define readsw readsw macro 333 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 310 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 250 static inline void readsw(void __iomem *port, void *buf, unsigned long count) in readsw() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 75 #define readsw(p, v, l) __indirect_readsw(p, v, l) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 378 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 279 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 261 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
|