Lines Matching refs:vco_freq
343 u64 vco_freq, freq, diff, vcomin, vcomax;
358 vco_freq = DIV_ROUND_CLOSEST((parent_rate * m), d);
359 if (vco_freq >= vcomin && vco_freq <= vcomax) {
361 freq = DIV_ROUND_CLOSEST_ULL(vco_freq, o);
381 u64 vco_freq, freq, diff, vcomin, vcomax, best_diff = -1ULL;
398 vco_freq = DIV_ROUND_CLOSEST_ULL((parent_rate * m), d);
399 o = DIV_ROUND_CLOSEST_ULL(vco_freq, rate);
402 freq = DIV_ROUND_CLOSEST_ULL(vco_freq, o);