Lines Matching refs:req
1023 struct clk_rate_request *req)
1041 rate = kona_peri_clk_round_rate(hw, req->rate,
1042 &req->best_parent_rate);
1046 req->rate = rate;
1053 best_rate = kona_peri_clk_round_rate(hw, req->rate, &parent_rate);
1054 best_delta = abs(best_rate - req->rate);
1068 other_rate = kona_peri_clk_round_rate(hw, req->rate,
1070 delta = abs(other_rate - req->rate);
1074 req->best_parent_hw = parent;
1075 req->best_parent_rate = parent_rate;
1079 req->rate = best_rate;