Searched defs:readsw (Results 1 – 4 of 4) 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
|
/external/u-boot/arch/nds32/include/asm/ |
D | io.h | 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 | 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
|