Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/at91/
Dclk-pll.c29 #define PLL_DIV_MAX PLL_DIV_MASK macro
191 if (tmpdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()
203 if (maxdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()
204 maxdiv = PLL_DIV_MAX; in clk_pll_get_best_div_mul()