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