Lines Matching refs:fll_div
1677 static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
1687 fll_div->fll_refclk_div = 0;
1690 fll_div->fll_refclk_div++;
1715 fll_div->fll_outdiv = div - 1;
1722 fll_div->fll_fratio = fll_fratios[i].fll_fratio;
1732 fll_div->n = target / (fratio * Fref);
1735 fll_div->theta = 0;
1736 fll_div->lambda = 0;
1740 fll_div->theta = (target - (fll_div->n * fratio * Fref))
1742 fll_div->lambda = (fratio * Fref) / gcd_fll;
1746 fll_div->n, fll_div->theta, fll_div->lambda);
1748 fll_div->fll_fratio, fratio, fll_div->fll_outdiv,
1749 fll_div->fll_refclk_div);