Searched refs:GEN11_MCR_SUBSLICE (Results 1 – 3 of 3) sorted by relevance
230 mcr_ss = GEN11_MCR_SLICE(group) | GEN11_MCR_SUBSLICE(instance); in rw_with_mcr_steering_fw()
81 #define GEN11_MCR_SUBSLICE(subslice) (((subslice) & 0x7) << 24) macro82 #define GEN11_MCR_SUBSLICE_MASK GEN11_MCR_SUBSLICE(0x7)
1243 mcr = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); in __set_mcr_steering()