Searched refs:pll_clkin (Results 1 – 1 of 1) sorted by relevance
70 unsigned int pll_clkin; member163 unsigned int pll_clkin = tas2552->pll_clkin; in tas2552_setup_pll() local166 if (!pll_clkin) { in tas2552_setup_pll()170 pll_clkin = snd_soc_params_to_bclk(params); in tas2552_setup_pll()171 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()177 if (pll_clkin == pll_clk) in tas2552_setup_pll()198 j = t / pll_clkin; in tas2552_setup_pll()199 d = t % pll_clkin; in tas2552_setup_pll()200 t = pll_clkin / 10000; in tas2552_setup_pll()202 d = q + ((9999 - pll_clkin % 10000) * (d / t - q)) / 10000; in tas2552_setup_pll()[all …]