Searched refs:divp (Results 1 – 2 of 2) sorted by relevance
1347 unsigned int divp; in clk_compute_pll1_settings() local1353 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()
1952 unsigned int divp; in clk_compute_pll1_settings() local1958 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()