Searched refs:readsw (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/usb/musb-new/ |
A D | musb_io.h | 29 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
|
A D | musb_core.c | 289 readsw(fifo, dst, len >> 1); in musb_read_fifo()
|
/u-boot/arch/nds32/include/asm/ |
A 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
|
/u-boot/arch/riscv/include/asm/ |
A D | io.h | 243 #define insw(p, d, l) readsw(__io(p), d, l) 261 static inline void readsw(unsigned int *addr, void *data, int wordlen) in readsw() function
|
/u-boot/arch/arm/include/asm/ |
A D | io.h | 316 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
|
Completed in 12 milliseconds