Searched refs:divf2 (Results 1 – 1 of 1) sorted by relevance
72 int divr2, divf2; member141 temp_setup->vco2 *= temp_setup->divf2 + 1; in clk_sccg_divq_lookup()163 for (temp_setup->divf2 = 0; temp_setup->divf2 <= PLL_DIVF2_MAX; in clk_sccg_divf2_lookup()164 temp_setup->divf2++) { in clk_sccg_divf2_lookup()340 u32 val, divr1, divf1, divr2, divf2, divq; in clk_sccg_pll_recalc_rate() local347 divf2 = FIELD_GET(PLL_DIVF2_MASK, val); in clk_sccg_pll_recalc_rate()356 temp64 *= divf2; in clk_sccg_pll_recalc_rate()360 temp64 *= (divf1 + 1) * (divf2 + 1); in clk_sccg_pll_recalc_rate()384 val |= FIELD_PREP(PLL_DIVF2_MASK, setup->divf2); in clk_sccg_pll_set_rate()