Searched refs:readsq (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/asm-generic/ |
| D | io.h | 364 #ifndef readsq 365 #define readsq readsq macro 366 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function 861 readsq(addr, buffer, count); in ioread64_rep()
|
| /Linux-v5.15/arch/riscv/include/asm/ |
| D | io.h | 124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
| /Linux-v5.15/Documentation/driver-api/ |
| D | device-io.rst | 275 readsq, readsl, readsw, readsb
|