Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c1464 unsigned int divp; in clk_compute_pll1_settings() local
1470 for (divp = DIVP_MIN; divp <= DIVP_MAX; divp++) { in clk_compute_pll1_settings()
1477 freq = output_freq * divm * (divp + 1U); in clk_compute_pll1_settings()
1502 freq = vco / (divp + 1U); in clk_compute_pll1_settings()
1515 pll1->output.output[PLL_CFG_P] = divp; in clk_compute_pll1_settings()
H A Dstm32mp1_clk.c1961 unsigned int divp; in clk_compute_pll1_settings() local
1967 for (divp = DIVP_MIN; divp <= DIVP_MAX; divp++) { in clk_compute_pll1_settings()
1974 freq = output_freq * divm * (divp + 1U); in clk_compute_pll1_settings()
1999 freq = vco / (divp + 1U); in clk_compute_pll1_settings()
2009 pllcfg[PLLCFG_P] = divp; in clk_compute_pll1_settings()