Searched defs:readsq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | io.h | 124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | io.h | 137 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | io.h | 365 #define readsq readsq macro 366 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | io.h | 448 #define readsq readsq macro 449 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function
|
Completed in 5 milliseconds