Searched defs:GET_BITS (Results 1 – 5 of 5) sorted by relevance
29 #define GET_BITS(b, num, bits) G_STMT_START { \ macro
165 #define GET_BITS(nbits) \ macro
137 #define GET_BITS(br,val,nbits) G_STMT_START { \ macro
237 #define GET_BITS(v, n) \ macro
59 #define GET_BITS(data, high, low) ((data & INTEL_MASK((high), (low))) >> (low)) macro