Searched refs:readsq (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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-5.19.10/arch/riscv/include/asm/ |
D | io.h | 124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
/linux-5.19.10/Documentation/driver-api/ |
D | device-io.rst | 275 readsq, readsl, readsw, readsb
|