Lines Matching refs:computed
126 long computed;
150 computed = ref_clk * (testn + 1) / (testm + 1);
151 if (computed < f_vco)
152 tmp_delta = f_vco - computed;
154 tmp_delta = computed - f_vco;
193 unsigned int computed;
216 computed = (pllreffreq * testn) /
218 if (computed > clock)
219 tmpdelta = computed - clock;
221 tmpdelta = clock - computed;
258 computed = (pllreffreq * testn) /
260 if (computed > clock)
261 tmpdelta = computed - clock;
263 tmpdelta = clock - computed;
314 unsigned int computed;
339 computed = (pllreffreq * testn) /
341 if (computed > clock)
342 tmpdelta = computed - clock;
344 tmpdelta = clock - computed;
372 computed = (pllreffreq * testn) /
374 if (computed > clock)
375 tmpdelta = computed - clock;
377 tmpdelta = clock - computed;
495 unsigned int computed;
513 computed = (pllreffreq * testn) /
515 if (computed > clock)
516 tmpdelta = computed - clock;
518 tmpdelta = clock - computed;
590 unsigned int computed;
612 computed = (pllreffreq * testn) / testm;
613 if (computed > clock)
614 tmpdelta = computed - clock;
616 tmpdelta = clock - computed;
645 computed = (pllreffreq * testn) /
647 if (computed > clock)
648 tmpdelta = computed - clock;
650 tmpdelta = clock - computed;
723 unsigned int computed, vco;
750 computed = vco / (m_div_val[testm] * (testo + 1));
751 if (computed > clock)
752 tmpdelta = computed - clock;
754 tmpdelta = clock - computed;