Lines Matching refs:fref
1602 int refdiv, fref, fout, lockdet_thr, fbdiv, fllgcd; in cs48l32_fllhj_apply() local
1614 fref = fin / (1 << refdiv); in cs48l32_fllhj_apply()
1616 frac = fout % fref; in cs48l32_fllhj_apply()
1622 if (fref < CS48L32_FLLHJ_LOW_THRESH) { in cs48l32_fllhj_apply()
1630 } else if (fref < CS48L32_FLLHJ_MID_THRESH) { in cs48l32_fllhj_apply()
1645 if (fref < CS48L32_FLLHJ_LP_INT_MODE_THRESH) in cs48l32_fllhj_apply()
1654 ratio = fout / fref; in cs48l32_fllhj_apply()
1656 cs48l32_fll_dbg(fll, "refdiv=%d, fref=%d, frac:%d\n", refdiv, fref, frac); in cs48l32_fllhj_apply()
1676 fllgcd = gcd(fout, fbdiv * fref); in cs48l32_fllhj_apply()
1678 lambda = (fref * fbdiv) / fllgcd; in cs48l32_fllhj_apply()
1843 int source, unsigned int fref, unsigned int fout) in cs48l32_set_fll() argument
1854 return cs48l32_fllhj_set_refclk(&cs48l32_codec->fll, source, fref, fout); in cs48l32_set_fll()