Searched defs:SET_MSB (Results 1 – 3 of 3) sorted by relevance
15 #define SET_MSB(ch) ((ch) |= 0x80) macro
3439 #define SET_MSB(x) ( ( (x) & 0xFu ) << 9) macro3441 #define SET_MSB(x) ( ( (x) & 0xF ) << 9) macro
2717 #define SET_MSB(x) (((x)&0xFu) << 0x9) macro2719 #define SET_MSB(x) (((x)&0xF) << 0x9) macro