Searched defs:readsl (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/include/asm-generic/ |
| H A D | io.h | 391 #define readsl readsl macro 392 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 103 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | io_64.h | 265 static inline void readsl(const volatile void __iomem *port, void *buf, unsigned long count) in readsl() function 269 #define readsl readsl macro
|
| /linux/arch/arc/include/asm/ |
| H A D | io.h | 201 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
|
| /linux/arch/mips/include/asm/ |
| H A D | io.h | 520 #define readsl readsl macro
|
| /linux/arch/sh/include/asm/ |
| H A D | io.h | 60 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /linux/include/asm-generic/ |
| H A D | io.h | 466 #define readsl readsl macro 467 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl() function
|
| /linux/arch/arm/include/asm/ |
| H A D | io.h | 294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | io.h | 567 static inline void readsl(const volatile void __iomem *a, void *b, unsigned long c) in readsl() function 571 #define readsl readsl macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | io_mm.h | 377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
|