| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/ |
| H A D | io.h | 86 #define readsl readsl macro
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 28 static inline void readsl(const void __iomem *addr, void *buf, int len) in readsl() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/ |
| H A D | io.c | 116 void readsl(const volatile void __iomem *addr, void *data, int len) in readsl() function
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 112 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 205 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | io.h | 42 #define readsl(p, d, l) __raw_readsl(p, d, l) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io.h | 61 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 348 #define readsl readsl macro 349 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 311 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 255 static inline void readsl(void __iomem *port, void *buf, unsigned long count) in readsl() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 76 #define readsl(p, v, l) __indirect_readsl(p, v, l) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 379 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 290 static inline void readsl(unsigned int *addr, void * data, int longlen) in readsl() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 259 #define readsl(a, d, s) __raw_readsl((unsigned long)a, d, s) macro
|