Searched refs:PLL_DIV_MAX (Results 1 – 4 of 4) sorted by relevance
18 #define PLL_DIV_MAX PLL_DIV_MASK macro154 if (tmpdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()166 if (maxdiv > PLL_DIV_MAX) in clk_pll_get_best_div_mul()167 maxdiv = PLL_DIV_MAX; in clk_pll_get_best_div_mul()
22 #define PLL_DIV_MAX (FIELD_GET(PMC_PLL_CTRL0_DIV_MSK, UINT_MAX) + 1) macro715 if (safe_div >= PLL_DIV_MAX) in sam9x60_clk_register_div_pll()716 safe_div = PLL_DIV_MAX - 1; in sam9x60_clk_register_div_pll()
189 #define PLL_DIV_MAX 3200 macro250 div->fbdiv >= PLL_DIV_MIN && div->fbdiv <= PLL_DIV_MAX); in rkclk_set_pll()
297 #define PLL_DIV_MAX 3200 macro326 div->fbdiv >= PLL_DIV_MIN && div->fbdiv <= PLL_DIV_MAX); in rkclk_set_pll()