Home
last modified time | relevance | path

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

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