Searched defs:INTEL_MASK (Results 1 – 2 of 2) sorted by relevance
40 #define INTEL_MASK(high, low) (((1u<<((high)-(low)+1))-1)<<(low)) macro
37 #define INTEL_MASK(high, low) (((1u<<((high)-(low)+1))-1)<<(low)) macro