Home
last modified time | relevance | path

Searched refs:bestm1 (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_display.c866 u32 p1, p2, m1, m2, vco, bestn, bestm1, bestm2, bestp1, bestp2; in intel_vlv_find_best_pll() local
881 bestm1 = bestm2 = bestp1 = bestp2 = 0; in intel_vlv_find_best_pll()
910 bestm1 = m1; in intel_vlv_find_best_pll()
922 best_clock->m1 = bestm1; in intel_vlv_find_best_pll()
4367 u32 bestn, bestm1, bestm2, bestp1, bestp2; in vlv_update_pll() local
4383 bestm1 = clock->m1; in vlv_update_pll()
4392 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK)); in vlv_update_pll()