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.c1347 unsigned int divp; in clk_compute_pll1_settings() local
1353 for (divp = DIVP_MIN; divp <= DIVP_MAX; divp++) { in clk_compute_pll1_settings()
1360 freq = output_freq * divm * (divp + 1U); in clk_compute_pll1_settings()
1385 freq = vco / (divp + 1U); in clk_compute_pll1_settings()
1398 pll1->output.output[PLL_CFG_P] = divp; in clk_compute_pll1_settings()
H A Dstm32mp1_clk.c1952 unsigned int divp; in clk_compute_pll1_settings() local
1958 for (divp = DIVP_MIN; divp <= DIVP_MAX; divp++) { in clk_compute_pll1_settings()
1965 freq = output_freq * divm * (divp + 1U); in clk_compute_pll1_settings()
1990 freq = vco / (divp + 1U); in clk_compute_pll1_settings()
2000 pllcfg[PLLCFG_P] = divp; in clk_compute_pll1_settings()