Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dio.h98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h259 static inline void readsw(void __iomem *port, void *buf, unsigned long count) in readsw() function
263 #define readsw readsw macro
/linux/arch/sh/include/asm/
H A Dio.h60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux/arch/arm/include/asm/
H A Dio.h293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro