Searched defs:Mk16 (Results 1 – 5 of 5) sorted by relevance
144 static inline u16 Mk16(u8 hi, u8 lo) in Mk16() function
130 static inline u16 Mk16(u8 hi, u8 lo) in Mk16() function
162 static inline u16 Mk16(u8 hi, u8 lo) in Mk16() function
261 #define Mk16(hi, lo) ((lo) ^ (((u16)(hi)) << 8)) macro
369 #define Mk16(hi, lo) ((lo) ^ (((u16)(hi)) << 8)) macro