Searched refs:readsq (Results 1 – 2 of 2) sorted by relevance
371 #ifndef readsq372 #define readsq readsq macro373 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function844 readsq(addr, buffer, count); in ioread64_rep()
287 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro