Lines Matching refs:prate
447 unsigned long *prate, bool set_parent)
461 this_prate = *prate;
472 *prate = best_prate;
477 unsigned long *prate)
479 int div = pl111_clk_div_choose_div(hw, rate, prate, true);
481 return DIV_ROUND_UP_ULL(*prate, div);
485 unsigned long prate)
493 return prate;
500 return DIV_ROUND_UP_ULL(prate, div);
504 unsigned long prate)
508 int div = pl111_clk_div_choose_div(hw, rate, &prate, false);