Searched defs:readsl (Results 1 – 3 of 3) sorted by relevance
28 static inline void readsl(const void __iomem *addr, void *buf, int len) in readsl() function
290 static inline void readsl(unsigned int *addr, void * data, int longlen) in readsl() function
259 #define readsl(a, d, s) __raw_readsl((unsigned long)a, d, s) macro