Searched defs:writesl (Results 1 – 2 of 2) sorted by relevance
283 static inline void writesl(void __iomem *port, const void *buf, unsigned long count) in writesl() function287 #define writesl writesl macro
380 #define writesl(port, buf, nr) raw_outsl((port), (u32 *)(buf), (nr)) macro