Searched refs:wm831x_fll_auto_rates (Results 1 – 1 of 1) sorted by relevance
64 static const unsigned long wm831x_fll_auto_rates[] = { variable137 return wm831x_fll_auto_rates[ret & WM831X_FLL_AUTO_FREQ_MASK]; in wm831x_fll_recalc_rate()150 for (i = 0; i < ARRAY_SIZE(wm831x_fll_auto_rates); i++) in wm831x_fll_round_rate()151 if (abs(wm831x_fll_auto_rates[i] - rate) < in wm831x_fll_round_rate()152 abs(wm831x_fll_auto_rates[best] - rate)) in wm831x_fll_round_rate()155 return wm831x_fll_auto_rates[best]; in wm831x_fll_round_rate()166 for (i = 0; i < ARRAY_SIZE(wm831x_fll_auto_rates); i++) in wm831x_fll_set_rate()167 if (wm831x_fll_auto_rates[i] == rate) in wm831x_fll_set_rate()169 if (i == ARRAY_SIZE(wm831x_fll_auto_rates)) in wm831x_fll_set_rate()