Searched defs:readsb (Results 1 – 3 of 3) sorted by relevance
32 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
268 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro