Searched defs:readsb (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 31 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 259 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 246 static inline void readsb(unsigned int *addr, void *data, int bytelen) in readsb() function
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 276 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
|