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

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

Completed in 132 milliseconds