Searched refs:readsb (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/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
|
| H A D | musb_core.c | 291 readsb(fifo, dst, len); in musb_read_fifo()
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 264 #define insb(p, d, l) readsb(__io(p), d, l) 268 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | cadence_qspi_apb.c | 655 readsb(plat->ahbbase, rxbuf, bytes_to_read); in cadence_qspi_apb_indirect_read_execute()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
|