Searched defs:readsb (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux-master/arch/arc/include/asm/
H A Dio.h202 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/linux-master/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) function
257 #define readsb readsb macro
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux-master/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-master/arch/mips/include/asm/
H A Dio.h534 #define readsb readsb macro
/linux-master/include/asm-generic/
H A Dio.h399 #define readsb readsb macro
400 static inline void readsb(const volatile void __iomem *addr, void *buffer, function
/linux-master/arch/powerpc/include/asm/
H A Dio.h686 #define readsb readsb macro

Completed in 147 milliseconds