Searched refs:new_bit_field_value (Results 1 – 1 of 1) sorted by relevance
41 #define JRT_SET_BIT_FIELD_VALUE(type, container, new_bit_field_value, lsb, width) \ argument42 …(((container) & ~(((((type) 1) << (width)) - 1) << (lsb))) | (((type) new_bit_field_value) << (lsb…