Searched defs:out_be16 (Results 1 – 3 of 3) sorted by relevance
52 static inline void out_be16(volatile u16 *addr, int val) in out_be16() function
39 #define out_be16(a, v) __raw_writew((v), (a)) macro
31 #define out_be16(addr,w) (void)((*(__force volatile u16 *) (unsigned long)(addr)) = (w)) macro