Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/arm/include/asm/
Dio.h307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/mn10300/include/asm/
Dio.h219 #define readsb(p, dst, count) \ macro
/arch/arm/mach-ixp4xx/include/mach/
Dio.h77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/arch/m68k/include/asm/
Dio_mm.h454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro