Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2552.c70 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()
184 * pll_clk = (.5 * pll_clkin * J.D) / 2^p in tas2552_setup_pll()
196 j = t / pll_clkin; in tas2552_setup_pll()
197 d = t % pll_clkin; in tas2552_setup_pll()
[all...]