Home
last modified time | relevance | path

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

/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/m68k/include/asm/
H A Dio_mm.h377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro