Searched defs:INTEL_MASK (Results 1 – 3 of 3) sorted by relevance
27 #define INTEL_MASK(high, low) (((1u<<((high)-(low)+1))-1)<<(low)) macro
43 #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