Searched defs:writesw (Results 1 – 2 of 2) sorted by relevance
277 static inline void writesw(void __iomem *port, const void *buf, unsigned long count) in writesw() function281 #define writesw writesw macro
379 #define writesw(port, buf, nr) raw_outsw((port), (u16 *)(buf), (nr)) macro