Searched refs:pll_clkin (Results 1 – 1 of 1) sorted by relevance
71 unsigned int pll_clkin; member161 unsigned int pll_clkin = tas2552->pll_clkin; in tas2552_setup_pll() local164 if (!pll_clkin) { 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()202 if (d && (pll_clkin < 512000 || pll_clkin > 9200000)) { in tas2552_setup_pll()204 pll_clkin = 1800000; in tas2552_setup_pll()[all …]
Completed in 4 milliseconds