Searched refs:V2I (Results 1 – 4 of 4) sorted by relevance
239 iterator V1I = insert(V1), V2I = insert(V2); in unionSets() local240 return unionSets(findLeader(V1I), findLeader(V2I)); in unionSets()
268 #define V2I(val) REG_FIELD_PREP16(V2I_MASK, val) macro
1960 pll_state->mpllb[3] = (V2I(V2I_2) | in intel_c20_compute_hdmi_tmds_pll()
444 auto V2I = Value2Index.find(V); in getConstraint() local445 if (V2I != Value2Index.end()) in getConstraint()446 return V2I->second; in getConstraint()