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

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_ddi.c414 #define LC_FREQ 2700 macro
415 #define LC_FREQ_2K (LC_FREQ * 2000)
589 * Ref = LC_FREQ / R, where Ref is the actual reference input seen by
594 * REF_MAX * r2 > LC_FREQ * 2 and
595 * REF_MIN * r2 < LC_FREQ * 2
598 * LC_FREQ * 2 / REF_MAX < r2 < LC_FREQ * 2 / REF_MIN
601 for (r2 = LC_FREQ * 2 / REF_MAX + 1;
602 r2 <= LC_FREQ * 2 / REF_MIN;
606 * VCO = N * Ref, that is: VCO = N * LC_FREQ /
[all...]

Completed in 10 milliseconds