Home
last modified time | relevance | path

Searched refs:cs48l32_fll_dbg (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs48l32.c1525 cs48l32_fll_dbg(fll, "Waiting for FLL...\n"); in cs48l32_wait_for_fll()
1555 cs48l32_fll_dbg(fll, "Disabling FLL\n"); in cs48l32_fllhj_disable()
1607 cs48l32_fll_dbg(fll, "fin=%d, fout=%d\n", fin, fll->fout); in cs48l32_fllhj_apply()
1656 cs48l32_fll_dbg(fll, "refdiv=%d, fref=%d, frac:%d\n", refdiv, fref, frac); in cs48l32_fllhj_apply()
1673 cs48l32_fll_dbg(fll, "lockdet=%d, hp=#%x, fbdiv:%d\n", lockdet_thr, hp, fbdiv); in cs48l32_fllhj_apply()
1682 cs48l32_fll_dbg(fll, "fll_n=%d, gcd=%d, theta=%d, lambda=%d\n", in cs48l32_fllhj_apply()
1741 cs48l32_fll_dbg(fll, "Enabling FLL, initially %s\n", in cs48l32_fllhj_enable()
H A Dcs48l32.h386 #define cs48l32_fll_dbg(_fll, fmt, ...) \ macro