Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtas2552.c71 unsigned int pll_clkin; member
161 unsigned int pll_clkin = tas2552->pll_clkin; in tas2552_setup_pll() local
164 if (!pll_clkin) { in tas2552_setup_pll()
168 pll_clkin = snd_soc_params_to_bclk(params); in tas2552_setup_pll()
169 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
175 if (pll_clkin == pll_clk) in tas2552_setup_pll()
196 j = t / pll_clkin; in tas2552_setup_pll()
197 d = t % pll_clkin; in tas2552_setup_pll()
198 t = pll_clkin / 10000; in tas2552_setup_pll()
200 d = q + ((9999 - pll_clkin % 10000) * (d / t - q)) / 10000; in tas2552_setup_pll()
[all …]