Lines Matching refs:req
1015 struct clk_rate_request *req)
1033 rate = kona_peri_clk_round_rate(hw, req->rate,
1034 &req->best_parent_rate);
1038 req->rate = rate;
1045 best_rate = kona_peri_clk_round_rate(hw, req->rate, &parent_rate);
1046 best_delta = abs(best_rate - req->rate);
1060 other_rate = kona_peri_clk_round_rate(hw, req->rate,
1062 delta = abs(other_rate - req->rate);
1066 req->best_parent_hw = parent;
1067 req->best_parent_rate = parent_rate;
1071 req->rate = best_rate;