Searched defs:lower_16_bits (Results 1 – 2 of 2) sorted by relevance
32 #define lower_16_bits(n) ((u16)((n) & 0xffff)) macro