rounder            91 drivers/sh/clk/core.c static long clk_rate_round_helper(struct clk_rate_round_data *rounder)
rounder           101 drivers/sh/clk/core.c 	for_each_frequency(i, rounder, freq) {
rounder           107 drivers/sh/clk/core.c 		rate_error = abs(freq - rounder->rate);
rounder           117 drivers/sh/clk/core.c 	if (rounder->rate >= highest)
rounder           119 drivers/sh/clk/core.c 	if (rounder->rate <= lowest)
rounder           126 drivers/sh/clk/core.c 				struct clk_rate_round_data *rounder)
rounder           128 drivers/sh/clk/core.c 	struct cpufreq_frequency_table *freq_table = rounder->arg;
rounder           156 drivers/sh/clk/core.c 				    struct clk_rate_round_data *rounder)
rounder           158 drivers/sh/clk/core.c 	return clk_get_rate(rounder->arg) / pos;
rounder           176 drivers/sh/clk/core.c 				      struct clk_rate_round_data *rounder)
rounder           178 drivers/sh/clk/core.c 	return clk_get_rate(rounder->arg) * pos;