Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2552.c72 unsigned int pll_clkin; member
165 unsigned int pll_clkin = tas2552->pll_clkin; in tas2552_setup_pll() local
168 if (!pll_clkin) { in tas2552_setup_pll()
172 pll_clkin = snd_soc_params_to_bclk(params); in tas2552_setup_pll()
173 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
179 if (pll_clkin == pll_clk) in tas2552_setup_pll()
200 j = t / pll_clkin; in tas2552_setup_pll()
201 d = t % pll_clkin; in tas2552_setup_pll()
202 t = pll_clkin / 10000; in tas2552_setup_pll()
204 d = q + ((9999 - pll_clkin % 10000) * (d / t - q)) / 10000; in tas2552_setup_pll()
[all …]