Lines Matching defs:budget
435 unsigned budget;
469 budget = 0;
476 budget = 1500;
482 budget = 2000;
493 budget = 4000;
497 budget = 5000;
500 budget = 1000;
504 return budget;
507 static void wrpll_update_rnp(uint64_t freq2k, unsigned budget,
529 * and we would like delta <= budget.
531 * If the discrepancy is above the PPM-based budget, always prefer to
533 * budget, try to maximize Ref * VCO, that is N / (P * R^2).
535 a = freq2k * budget * p * r2;
536 b = freq2k * budget * best->p * best->r2;
544 /* If both are above the budget, pick the closer */
573 unsigned budget;
577 budget = wrpll_get_budget_for_freq(clock);
621 wrpll_update_rnp(freq2k, budget,