Searched refs:GEN8_MCR_SLICE (Results 1 – 2 of 2) sorted by relevance
2554 mcr_ss = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in intel_uncore_read_with_mcr_steering_fw()
2692 #define GEN8_MCR_SLICE(slice) (((slice) & 3) << 26) macro2693 #define GEN8_MCR_SLICE_MASK GEN8_MCR_SLICE(3)