Searched refs:newshift (Results 1 – 1 of 1) sorted by relevance
121 #define BIT_FIELD(val, width, shift, newshift) \ argument122 ((((val) >> (shift)) & ((BIT(width)) - 1)) << (newshift))