Lines Matching refs:bitoff
20 unsigned int prev, prev_mask, tmp, bitoff, off; \
23 bitoff = BITOFF_CAL(sizeof(type), off); \
25 val <<= bitoff; \
26 prev_mask = (u32)(type)-1 << bitoff; \
39 return prev >> bitoff; \
46 unsigned int prev, prev_mask, tmp, bitoff, off; \
49 bitoff = BITOFF_CAL(sizeof(type), off); \
51 old <<= bitoff; \
52 new <<= bitoff; \
53 prev_mask = (u32)(type)-1 << bitoff; \
73 return prev >> bitoff; \