Lines Matching defs:fout
1602 int refdiv, fref, fout, lockdet_thr, fbdiv, fllgcd;
1607 cs48l32_fll_dbg(fll, "fin=%d, fout=%d\n", fin, fll->fout);
1615 fout = fll->fout;
1616 frac = fout % fref;
1654 ratio = fout / fref;
1676 fllgcd = gcd(fout, fbdiv * fref);
1677 num = fout / fllgcd;
1786 unsigned int fout)
1788 if (fout && !ref_in) {
1793 if (fll->fout && fout != fll->fout) {
1803 if (fout > CS48L32_FLL_MAX_FOUT) {
1805 fout, CS48L32_FLL_MAX_FOUT);
1813 unsigned int fin, unsigned int fout)
1817 if (fll->ref_src == source && fll->ref_freq == fin && fll->fout == fout)
1820 if (fin && fout && cs48l32_fllhj_validate(fll, fin, fout))
1825 fll->fout = fout;
1827 if (fout)
1843 int source, unsigned int fref, unsigned int fout)
1854 return cs48l32_fllhj_set_refclk(&cs48l32_codec->fll, source, fref, fout);