Home
last modified time | relevance | path

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

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