Searched refs:rounder (Results 1 – 1 of 1) sorted by relevance
89 static long clk_rate_round_helper(struct clk_rate_round_data *rounder) in clk_rate_round_helper() argument99 for_each_frequency(i, rounder, freq) { in clk_rate_round_helper()105 rate_error = abs(freq - rounder->rate); in clk_rate_round_helper()115 if (rounder->rate >= highest) in clk_rate_round_helper()117 if (rounder->rate <= lowest) in clk_rate_round_helper()124 struct clk_rate_round_data *rounder) in clk_rate_table_iter() argument126 struct cpufreq_frequency_table *freq_table = rounder->arg; in clk_rate_table_iter()154 struct clk_rate_round_data *rounder) in clk_rate_div_range_iter() argument156 return clk_get_rate(rounder->arg) / pos; in clk_rate_div_range_iter()