Lines Matching refs:prate
137 unsigned long *prate)
141 return divider_round_rate(hw, rate, prate, divider->table,
147 unsigned long prate)
152 value = divider_get_val(rate, prate, divider->table,
396 u64 prate;
404 prate = (u64)parent_rate;
405 do_div(prate, div0);
406 do_div(prate, div1);
409 do_div(prate, ddiv->div);
410 prate *= ddiv->mult;
413 return prate;
463 unsigned long prate)
468 div = DIV_ROUND_CLOSEST_ULL((u64)prate, rate);
492 unsigned long *prate)
498 div = DIV_ROUND_CLOSEST_ULL((u64)*prate, rate);
507 return *prate;
513 rate64 = *prate;