Searched defs:div_min (Results 1 - 1 of 1) sorted by relevance

/drivers/sh/clk/
H A Dcore.c161 long clk_rate_div_range_round(struct clk *clk, unsigned int div_min, argument
165 .min = div_min,
566 unsigned int div_min, unsigned int div_max)
583 if (unlikely(freq->frequency / target <= div_min - 1)) {
586 freq_max = (freq->frequency + div_min / 2) / div_min;
564 clk_round_parent(struct clk *clk, unsigned long target, unsigned long *best_freq, unsigned long *parent_freq, unsigned int div_min, unsigned int div_max) argument

Completed in 73 milliseconds