/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 29 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 259 static inline void readsw(void __iomem *port, void *buf, unsigned long count) in readsw() function 263 #define readsw readsw macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | io.h | 203 #define readsw(p,d,l) ({ __raw_readsw(p,d,l); __iormb(); }) macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 37 #define readsw(p, d, l) __raw_readsw(p, d, l) macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 415 #define readsw readsw macro 416 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 270 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() function
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 261 static inline void readsw(unsigned int *addr, void *data, int wordlen) in readsw() function
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 274 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 687 #define readsw readsw macro
|