Home
last modified time | relevance | path

Searched defs:readsw (Results 1 – 10 of 10) 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/arc/include/asm/
H A Dio.h203 #define readsw(p,d,l) ({ __raw_readsw(p,d,l); __iormb(); }) macro
/linux/arch/hexagon/include/asm/
H A Dio.h37 #define readsw(p, d, l) __raw_readsw(p, d, l) macro
/linux/arch/mips/include/asm/
H A Dio.h535 #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/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/m68k/include/asm/
H A Dio_mm.h376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
/linux/arch/powerpc/include/asm/
H A Dio.h687 #define readsw readsw macro