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