Home
last modified time | relevance | path

Searched defs:readsb (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_io.h31 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/openbmc/linux/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dio_64.h253 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 Dio.h202 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/openbmc/linux/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/openbmc/linux/include/asm-generic/
H A Dio.h399 #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 Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h259 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h246 static inline void readsb(unsigned int *addr, void *data, int bytelen) in readsb() function
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h276 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h686 #define readsb readsb macro