Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_io.h32 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h110 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dio.h203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h316 #define readsb readsb macro
317 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h309 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h246 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dio.h268 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dio.h263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro