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

/linux-4.4.14/arch/sh/include/asm/
H A Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dio.h307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/linux-4.4.14/include/asm-generic/
H A Dio.h219 #define readsb readsb readsb() macro
220 static inline void readsb(const volatile void __iomem *addr, void *buffer, readsb() function
/linux-4.4.14/arch/mn10300/include/asm/
H A Dio.h219 #define readsb(p, dst, count) \ macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dio_mm.h454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro

Completed in 83 milliseconds