| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 32 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 110 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 316 #define readsb readsb macro 317 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 309 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 246 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 268 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
|