Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/at91/
Dclk-pll.c18 #define PLL_DIV_MAX PLL_DIV_MASK macro
153 if (tmpdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()
165 if (maxdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()
166 maxdiv = PLL_DIV_MAX; in clk_pll_get_best_div_mul()
Dclk-sam9x60-pll.c38 #define PLL_DIV_MAX (FIELD_GET(PMC_PLL_CTRL0_DIV_MSK, UINT_MAX) + 1) macro
195 if (maxdiv > PLL_DIV_MAX) in sam9x60_pll_get_best_div_mul()
196 maxdiv = PLL_DIV_MAX; in sam9x60_pll_get_best_div_mul()