HomeSort by relevance Sort by last modified time
    Searched refs:readsw (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/usb/musb-new/
musb_io.h 29 static inline void readsw(const void __iomem *addr, void *buf, int len) function
musb_core.c 282 readsw(fifo, dst, len >> 1);
    [all...]
  /external/u-boot/arch/nds32/include/asm/
io.h 256 #define insw(p, d, l) readsw(__io(p), d, l)
270 static inline void readsw(unsigned int *addr, void * data, int wordlen) function
  /external/u-boot/arch/riscv/include/asm/
io.h 274 #define insw(p, d, l) readsw(__io(p), d, l)
292 static inline void readsw(unsigned int *addr, void *data, int wordlen) function
  /external/u-boot/arch/arm/include/asm/
io.h 261 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro

Completed in 109 milliseconds