Searched refs:post_divm (Results 1 – 2 of 2) sorted by relevance
1346 unsigned long post_divm = input_freq / divm; in clk_compute_pll1_settings() local1349 if ((post_divm < POST_DIVM_MIN) || (post_divm > POST_DIVM_MAX)) { in clk_compute_pll1_settings()1378 vco = (post_divm * (divn + 1U)) + ((post_divm * frac) / FRAC_MAX); in clk_compute_pll1_settings()
1951 unsigned long post_divm = input_freq / divm; in clk_compute_pll1_settings() local1954 if ((post_divm < POST_DIVM_MIN) || (post_divm > POST_DIVM_MAX)) { in clk_compute_pll1_settings()1983 vco = (post_divm * (divn + 1U)) + ((post_divm * frac) / FRAC_MAX); in clk_compute_pll1_settings()