Searched defs:readsw (Results 1 – 3 of 3) sorted by relevance
30 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
279 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() function
261 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro