Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Drl6231.c60 int k, red, n_t, pll_out, in_t, out_t; in rl6231_pll_calc() local
72 in_t = freq_in / (k + 2); in rl6231_pll_calc()
74 if (in_t < 0) in rl6231_pll_calc()
76 if (in_t == pll_out) { in rl6231_pll_calc()
81 red = abs(in_t - pll_out); in rl6231_pll_calc()
91 out_t = in_t / (m_t + 2); in rl6231_pll_calc()