Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 5 of 5) sorted by relevance

/sound/soc/codecs/
Darizona.c1961 unsigned int theta; member
2154 cfg->theta = (target - (cfg->n * ratio * Fref)) in arizona_calc_fll()
2158 cfg->theta = 0; in arizona_calc_fll()
2167 cfg->theta >>= 1; in arizona_calc_fll()
2184 cfg->n, cfg->theta, cfg->lambda); in arizona_calc_fll()
2199 ARIZONA_FLL1_THETA_MASK, cfg->theta); in arizona_apply_fll()
2279 cfg.theta = (cfg.theta * (1 << 16)) / cfg.lambda; in arizona_enable_fll()
Dwm2200.c1843 u16 theta; member
1918 fll_div->theta = 0; in fll_factors()
1923 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
1929 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
1979 if (factors.theta) { in wm2200_set_fll()
1994 factors.theta); in wm2200_set_fll()
Dwm8962.c2714 u16 theta; member
2793 fll_div->theta = 0; in fll_factors()
2798 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
2804 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
2864 if (fll_div.theta || fll_div.lambda) in wm8962_set_fll()
2879 snd_soc_write(codec, WM8962_FLL_CONTROL_6, fll_div.theta); in wm8962_set_fll()
Dwm8996.c1901 u16 theta; member
1986 fll_div->theta = 0; in fll_factors()
1991 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
1997 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
2063 if (fll_div.theta || fll_div.lambda) in wm8996_set_fll()
2075 snd_soc_write(codec, WM8996_FLL_CONTROL_3, fll_div.theta); in wm8996_set_fll()
Dwm5100.c1664 u16 theta; member
1739 fll_div->theta = 0; in fll_factors()
1744 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
1750 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
1819 factors.theta); in wm5100_set_fll()