Searched refs:_pos_lsb (Results 1 – 1 of 1) sorted by relevance
26 #define GET_BITS(_x, _pos_msb, _pos_lsb) \ argument27 (((_x) >> (_pos_lsb)) & ((1 << ((_pos_msb) - (_pos_lsb) + 1)) - 1))