Searched refs:bestm2 (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;
911 bestm2 = m2;
923 best_clock->m2 = bestm2;
4367 u32 bestn, bestm1, bestm2, bestp1, bestp2; local
4384 bestm2 = clock->m2;
4392 mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK));

Completed in 124 milliseconds