Searched refs:pll_clkin (Results 1 – 1 of 1) sorted by relevance
72 unsigned int pll_clkin; member165 unsigned int pll_clkin = tas2552->pll_clkin; in tas2552_setup_pll() local168 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 …]