Searched refs:readsw (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 30 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
|
| H A D | musb_core.c | 283 readsw(fifo, dst, len >> 1); in musb_read_fifo()
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 265 #define insw(p, d, l) readsw(__io(p), d, l) 279 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() function
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 261 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
|