Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dmadera.c3647 cfg->theta = (fll->fout - (cfg->n * ratio * fref)) in madera_calc_fll()
3651 cfg->theta = 0; in madera_calc_fll()
3661 cfg->theta >>= 1; in madera_calc_fll()
3706 cfg->n, cfg->theta, cfg->lambda); in madera_calc_fll()
3724 cfg->theta, &change); in madera_write_fll()
3827 if (!sync && ref_cfg->theta == 0) in madera_set_fll_phase_integrator()
4028 cfg.theta = (cfg.theta * (1 << 16)) / cfg.lambda; in madera_enable_fll()
4040 if (!have_sync && cfg.theta == 0) in madera_enable_fll()
4054 if (!have_sync && cfg.theta == 0) in madera_enable_fll()
4425 unsigned int fll_n, min_n, max_n, ratio, theta, lambda; in madera_fllhj_apply() local
[all …]
Dwm2200.c1840 u16 theta; member
1915 fll_div->theta = 0; in fll_factors()
1920 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
1926 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
1976 if (factors.theta) { in wm2200_set_fll()
1991 factors.theta); in wm2200_set_fll()
Darizona.c2096 unsigned int theta; member
2289 cfg->theta = (target - (cfg->n * ratio * Fref)) in arizona_calc_fll()
2293 cfg->theta = 0; in arizona_calc_fll()
2302 cfg->theta >>= 1; in arizona_calc_fll()
2319 cfg->n, cfg->theta, cfg->lambda); in arizona_calc_fll()
2333 ARIZONA_FLL1_THETA_MASK, cfg->theta); in arizona_apply_fll()
2453 cfg.theta = (cfg.theta * (1 << 16)) / cfg.lambda; in arizona_enable_fll()
Dwm8996.c1897 u16 theta; member
1982 fll_div->theta = 0; in fll_factors()
1987 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
1993 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
2059 if (fll_div.theta || fll_div.lambda) in wm8996_set_fll()
2071 snd_soc_component_write(component, WM8996_FLL_CONTROL_3, fll_div.theta); in wm8996_set_fll()
Dwm8962.c2765 u16 theta; member
2844 fll_div->theta = 0; in fll_factors()
2849 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
2855 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
2915 if (fll_div.theta) in wm8962_set_fll()
2930 snd_soc_component_write(component, WM8962_FLL_CONTROL_6, fll_div.theta); in wm8962_set_fll()
Dwm5100.c1660 u16 theta; member
1735 fll_div->theta = 0; in fll_factors()
1740 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
1746 fll_div->n, fll_div->theta, fll_div->lambda); in fll_factors()
1815 factors.theta); in wm5100_set_fll()
Dmadera.h150 unsigned int theta; member