Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/at91/
Dclk-pll.c23 #define PLL_DIV_MAX PLL_DIV_MASK macro
169 if (tmpdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()
181 if (maxdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()
182 maxdiv = PLL_DIV_MAX; in clk_pll_get_best_div_mul()