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()
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()
206 if (d && (pll_clkin < 512000 || pll_clkin > 9200000)) { in tas2552_setup_pll()
208 pll_clkin = 1800000; in tas2552_setup_pll()
[all …]