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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dpll_mgr.c715 #define LC_FREQ 2700 macro
716 #define LC_FREQ_2K U64_C(LC_FREQ * 2000)
879 * Ref = LC_FREQ / R, where Ref is the actual reference input seen by
884 * REF_MAX * r2 > LC_FREQ * 2 and
885 * REF_MIN * r2 < LC_FREQ * 2
888 * LC_FREQ * 2 / REF_MAX < r2 < LC_FREQ * 2 / REF_MIN
891 for (r2 = LC_FREQ * 2 / REF_MAX + 1;
892 r2 <= LC_FREQ * 2 / REF_MIN;
896 * VCO = N * Ref, that is: VCO = N * LC_FREQ /
[all...]

Completed in 176 milliseconds