Searched refs:newshift (Results 1 – 1 of 1) sorted by relevance
120 /* Pack shift and newshift in a single word */121 #define BIT_FIELD(val, width, shift, newshift) \ argument 122 ((((val) >> (shift)) & ((BIT(width)) - 1)) << (newshift))