Searched refs:readsw (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/usb/musb-new/ |
D | musb_io.h | 29 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
|
D | musb_core.c | 282 readsw(fifo, dst, len >> 1); in musb_read_fifo()
|
/external/u-boot/arch/nds32/include/asm/ |
D | io.h | 256 #define insw(p, d, l) readsw(__io(p), d, l) 270 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() function
|
/external/u-boot/arch/riscv/include/asm/ |
D | io.h | 274 #define insw(p, d, l) readsw(__io(p), d, l) 292 static inline void readsw(unsigned int *addr, void *data, int wordlen) in readsw() function
|
/external/u-boot/arch/arm/include/asm/ |
D | io.h | 261 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
|