Home
last modified time | relevance | path

Searched refs:readsw (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/usb/musb-new/
A Dmusb_io.h29 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
A Dmusb_core.c289 readsw(fifo, dst, len >> 1); in musb_read_fifo()
/u-boot/arch/nds32/include/asm/
A Dio.h256 #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 Dio.h243 #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 Dio.h316 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro

Completed in 12 milliseconds