Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function
257 #define readsb readsb macro
/linux/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro