Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtas2552.c79 unsigned int pll_clkin; member
169 unsigned int pll_clkin = tas2552->pll_clkin; in tas2552_setup_pll() local
172 if (!pll_clkin) { in tas2552_setup_pll()
176 pll_clkin = snd_soc_params_to_bclk(params); in tas2552_setup_pll()
177 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
183 if (pll_clkin == pll_clk) in tas2552_setup_pll()
204 j = t / pll_clkin; in tas2552_setup_pll()
205 d = t % pll_clkin; in tas2552_setup_pll()
206 t = pll_clkin / 10000; in tas2552_setup_pll()
208 d = q + ((9999 - pll_clkin % 10000) * (d / t - q)) / 10000; in tas2552_setup_pll()
[all …]