Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/clk/sam/
A Dat91_pll.c124 unsigned long mindiv = 1; in clk_pll_get_best_div_mul() local
141 mindiv = (parent_rate * PLL_MUL_MIN) / rate; in clk_pll_get_best_div_mul()
142 if (!mindiv) in clk_pll_get_best_div_mul()
143 mindiv = 1; in clk_pll_get_best_div_mul()
150 if (tmpdiv > mindiv) in clk_pll_get_best_div_mul()
151 mindiv = tmpdiv; in clk_pll_get_best_div_mul()
167 for (tmpdiv = mindiv; tmpdiv <= maxdiv; tmpdiv++) { in clk_pll_get_best_div_mul()

Completed in 2 milliseconds