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

/linux-master/drivers/clk/imx/
H A Dclk-sscg-pll.c73 int divr2, divf2; member in struct:clk_sscg_pll_setup
138 temp_setup->vco2 *= temp_setup->divf2 + 1;
160 for (temp_setup->divf2 = 0; temp_setup->divf2 <= PLL_DIVF2_MAX;
161 temp_setup->divf2++) {
331 u32 val, divr1, divf1, divr2, divf2, divq; local
338 divf2 = FIELD_GET(PLL_DIVF2_MASK, val);
347 temp64 *= divf2;
351 temp64 *= (divf1 + 1) * (divf2 + 1);
375 val |= FIELD_PREP(PLL_DIVF2_MASK, setup->divf2);
[all...]

Completed in 135 milliseconds