Lines Matching refs:fll_div
1857 static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
1867 fll_div->fll_refclk_div = 0;
1870 fll_div->fll_refclk_div++;
1895 fll_div->fll_outdiv = div - 1;
1902 fll_div->fll_fratio = fll_fratios[i].fll_fratio;
1912 fll_div->n = target / (fratio * Fref);
1915 fll_div->theta = 0;
1916 fll_div->lambda = 0;
1920 fll_div->theta = (target - (fll_div->n * fratio * Fref))
1922 fll_div->lambda = (fratio * Fref) / gcd_fll;
1926 fll_div->n, fll_div->theta, fll_div->lambda);
1928 fll_div->fll_fratio, fratio, fll_div->fll_outdiv,
1929 fll_div->fll_refclk_div);