Searched defs:readsl (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dio.h99 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
/linux-master/arch/arc/include/asm/
H A Dio.h204 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h40 #define readsl(p, d, l) __raw_readsl(p, d, l) macro
/linux-master/arch/arm/include/asm/
H A Dio.h294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h265 static inline void readsl(void __iomem *port, void *buf, unsigned long count) function
269 #define readsl readsl macro
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
/linux-master/arch/sh/include/asm/
H A Dio.h61 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
/linux-master/arch/mips/include/asm/
H A Dio.h536 #define readsl readsl macro
/linux-master/include/asm-generic/
H A Dio.h431 #define readsl readsl macro
432 static inline void readsl(const volatile void __iomem *addr, void *buffer, function
/linux-master/arch/powerpc/include/asm/
H A Dio.h688 #define readsl readsl macro

Completed in 167 milliseconds