Searched refs:divp (Results 1 – 2 of 2) sorted by relevance
1464 unsigned int divp; in clk_compute_pll1_settings() local1470 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()
1961 unsigned int divp; in clk_compute_pll1_settings() local1967 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()