Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/imx/
Dclk-sscg-pll.c73 int divr2, divf2; member
138 temp_setup->vco2 *= temp_setup->divf2 + 1; in clk_sscg_divq_lookup()
160 for (temp_setup->divf2 = 0; temp_setup->divf2 <= PLL_DIVF2_MAX; in clk_sscg_divf2_lookup()
161 temp_setup->divf2++) { in clk_sscg_divf2_lookup()
331 u32 val, divr1, divf1, divr2, divf2, divq; in clk_sscg_pll_recalc_rate() local
338 divf2 = FIELD_GET(PLL_DIVF2_MASK, val); in clk_sscg_pll_recalc_rate()
347 temp64 *= divf2; in clk_sscg_pll_recalc_rate()
351 temp64 *= (divf1 + 1) * (divf2 + 1); in clk_sscg_pll_recalc_rate()
375 val |= FIELD_PREP(PLL_DIVF2_MASK, setup->divf2); in clk_sscg_pll_set_rate()