Searched defs:readsb (Results 1 – 2 of 2) sorted by relevance
253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function257 #define readsb readsb macro
375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro