/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/linux/arch/riscv/include/asm/ |
H A D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function 257 #define readsb readsb macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | io.h | 202 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 399 #define readsb readsb macro 400 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/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
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 686 #define readsb readsb macro
|