Lines Matching refs:bitoff
19 unsigned int prev, prev_mask, tmp, bitoff, off; \
22 bitoff = BITOFF_CAL(sizeof(type), off); \
24 val <<= bitoff; \
25 prev_mask = (u32)(type)-1 << bitoff; \
37 return prev >> bitoff; \
44 unsigned int prev, prev_mask, tmp, bitoff, off; \
47 bitoff = BITOFF_CAL(sizeof(type), off); \
49 old <<= bitoff; \
50 new <<= bitoff; \
51 prev_mask = (u32)(type)-1 << bitoff; \
70 return prev >> bitoff; \