Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c1346 unsigned long post_divm = input_freq / divm; in clk_compute_pll1_settings() local
1349 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()
H A Dstm32mp1_clk.c1951 unsigned long post_divm = input_freq / divm; in clk_compute_pll1_settings() local
1954 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()