Searched refs:in_t (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Drl6231.c122 int i, k, red, n_t, pll_out, in_t, out_t; rl6231_pll_calc() local
146 in_t = freq_in / (k + 2); rl6231_pll_calc()
148 if (in_t < 0) rl6231_pll_calc()
150 if (in_t == pll_out) { rl6231_pll_calc()
155 red = abs(in_t - pll_out); rl6231_pll_calc()
165 out_t = in_t / (m_t + 2); rl6231_pll_calc()

Completed in 150 milliseconds