Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs48l32.c1511 cs48l32_fll_err(fll, "Failed to read current state: %d\n", ret); in cs48l32_is_enabled_fll()
1660 cs48l32_fll_err(fll, "FBDIV (%u) < minimum N (%u)\n", fbdiv, min_n); in cs48l32_fllhj_apply()
1667 cs48l32_fll_err(fll, "FBDIV (%u) >= 1024\n", fbdiv); in cs48l32_fllhj_apply()
1686 cs48l32_fll_err(fll, "N not in valid %s mode range %d-%d: %d\n", in cs48l32_fllhj_apply()
1691 cs48l32_fll_err(fll, "Invalid fbdiv for %s mode (%u)\n", in cs48l32_fllhj_apply()
1751 cs48l32_fll_err(fll, "Failed to set FLL: %d\n", ret); in cs48l32_fllhj_enable()
1788 cs48l32_fll_err(fll, "fllout set without valid input clk\n"); in cs48l32_fllhj_validate()
1793 cs48l32_fll_err(fll, "Can't change output on active FLL\n"); in cs48l32_fllhj_validate()
1798 cs48l32_fll_err(fll, "Can't scale %dMHz to <=13MHz\n", ref_in); in cs48l32_fllhj_validate()
1803 cs48l32_fll_err(fl in cs48l32_fllhj_validate()
[all...]
H A Dcs48l32.h382 #define cs48l32_fll_err(_fll, fmt, ...) \ macro