Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dio.h124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
/openbmc/linux/include/asm-generic/
H A Dio.h448 #define readsq readsq macro
449 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function