Home
last modified time | relevance | path

Searched refs:rounder (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/sh/clk/
Dcore.c89 static long clk_rate_round_helper(struct clk_rate_round_data *rounder) in clk_rate_round_helper() argument
99 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() argument
126 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() argument
156 return clk_get_rate(rounder->arg) / pos; in clk_rate_div_range_iter()