Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/sh/clk/
Dcore.c95 long rate_best_fit = -ENOENT; in clk_rate_round_helper() local
109 rate_best_fit = freq; in clk_rate_round_helper()
118 rate_best_fit = highest; in clk_rate_round_helper()
120 rate_best_fit = lowest; in clk_rate_round_helper()
122 return rate_best_fit; in clk_rate_round_helper()