Searched refs:Fvco (Results 1 – 1 of 1) sorted by relevance
841 double Fout, Fvco; in print_synth_freq() local844 Fvco = (Fref * (config.synth.n<<(3*config.synth.v)))/config.synth.m; in print_synth_freq()845 Fout = Fvco / (1<<(config.synth.x+config.synth.r+config.synth.prescale)); in print_synth_freq()854 double Fout, Fvco, Ftarg; in synth_freq() local866 Fvco = (SYNTH_FREF * (n<<(3*v)))/m; in synth_freq()867 if (Fvco < SYNTH_FMIN || Fvco > SYNTH_FMAX) continue; in synth_freq()868 Fout = Fvco / (1<<(x+r)); in synth_freq()878 ((newdiff == olddiff) && (Fvco < bestV))) in synth_freq()887 bestV = Fvco; in synth_freq()