Searched refs:wm831x_fll_auto_rates (Results 1 – 1 of 1) sorted by relevance
65 static const unsigned long wm831x_fll_auto_rates[] = { variable138 return wm831x_fll_auto_rates[ret & WM831X_FLL_AUTO_FREQ_MASK]; in wm831x_fll_recalc_rate()151 for (i = 0; i < ARRAY_SIZE(wm831x_fll_auto_rates); i++) in wm831x_fll_round_rate()152 if (abs(wm831x_fll_auto_rates[i] - rate) < in wm831x_fll_round_rate()153 abs(wm831x_fll_auto_rates[best] - rate)) in wm831x_fll_round_rate()156 return wm831x_fll_auto_rates[best]; in wm831x_fll_round_rate()167 for (i = 0; i < ARRAY_SIZE(wm831x_fll_auto_rates); i++) in wm831x_fll_set_rate()168 if (wm831x_fll_auto_rates[i] == rate) in wm831x_fll_set_rate()170 if (i == ARRAY_SIZE(wm831x_fll_auto_rates)) in wm831x_fll_set_rate()