Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dio.h99 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h265 static inline void readsl(void __iomem *port, void *buf, unsigned long count) in readsl() function
269 #define readsl readsl macro
/linux/arch/sh/include/asm/
H A Dio.h61 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
/linux/arch/arm/include/asm/
H A Dio.h294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro