Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/sh/clk/
H A 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()
/kernel/linux/linux-6.6/drivers/sh/clk/
H A 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()

Completed in 2 milliseconds