Lines Matching refs:fll_div
1844 static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
1854 fll_div->fll_refclk_div = 0;
1857 fll_div->fll_refclk_div++;
1882 fll_div->fll_outdiv = div - 1;
1889 fll_div->fll_fratio = fll_fratios[i].fll_fratio;
1899 fll_div->n = target / (fratio * Fref);
1902 fll_div->theta = 0;
1903 fll_div->lambda = 0;
1907 fll_div->theta = (target - (fll_div->n * fratio * Fref))
1909 fll_div->lambda = (fratio * Fref) / gcd_fll;
1913 fll_div->n, fll_div->theta, fll_div->lambda);
1915 fll_div->fll_fratio, fratio, fll_div->fll_outdiv,
1916 fll_div->fll_refclk_div);