Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/imx/
Dclk-sscg-pll.c72 int divr1, divf1; member
210 for (temp_setup->divf1 = 0; temp_setup->divf1 <= PLL_DIVF1_MAX; in clk_sscg_divf1_lookup()
211 temp_setup->divf1++) { in clk_sscg_divf1_lookup()
216 vco1 *= temp_setup->divf1 + 1; in clk_sscg_divf1_lookup()
331 u32 val, divr1, divf1, divr2, divf2, divq; in clk_sscg_pll_recalc_rate() local
337 divf1 = FIELD_GET(PLL_DIVF1_MASK, val); in clk_sscg_pll_recalc_rate()
351 temp64 *= (divf1 + 1) * (divf2 + 1); in clk_sscg_pll_recalc_rate()
374 val |= FIELD_PREP(PLL_DIVF1_MASK, setup->divf1); in clk_sscg_pll_set_rate()