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

/freebsd-10.1-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c842 double Fout, Fvco;
845 Fvco = (Fref * (config.synth.n<<(3*config.synth.v)))/config.synth.m;
846 Fout = Fvco / (1<<(config.synth.x+config.synth.r+config.synth.prescale));
855 double Fout, Fvco, Ftarg;
867 Fvco = (SYNTH_FREF * (n<<(3*v)))/m;
868 if (Fvco < SYNTH_FMIN || Fvco > SYNTH_FMAX) continue;
869 Fout = Fvco / (1<<(x+r));
879 ((newdiff == olddiff) && (Fvco < bestV)))
888 bestV = Fvco;
841 double Fout, Fvco; local
854 double Fout, Fvco, Ftarg; local
[all...]

Completed in 162 milliseconds