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

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

Completed in 114 milliseconds