Searched refs:PLL_DIV_MAX (Results 1 – 2 of 2) sorted by relevance
18 #define PLL_DIV_MAX PLL_DIV_MASK macro153 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()
21 #define PLL_DIV_MAX (FIELD_GET(PMC_PLL_CTRL0_DIV_MSK, UINT_MAX) + 1) macro