Home
last modified time | relevance | path

Searched defs:readsw (Results 1 – 8 of 8) 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/mips/include/asm/
H A Dio.h519 #define readsw readsw macro
/linux/arch/sh/include/asm/
H A Dio.h59 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux/include/asm-generic/
H A Dio.h416 #define readsw readsw macro
417 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function
/linux/arch/arm/include/asm/
H A Dio.h293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux/arch/powerpc/include/asm/
H A Dio.h561 static inline void readsw(const volatile void __iomem *a, void *b, unsigned long c) in readsw() function
565 #define readsw readsw macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro