Searched refs:fc2580_pll_lut (Results 1 – 2 of 2) sorted by relevance
165 for (i = 0; i < ARRAY_SIZE(fc2580_pll_lut); i++) { in fc2580_set_params()166 if (c->frequency <= fc2580_pll_lut[i].freq) in fc2580_set_params()170 if (i == ARRAY_SIZE(fc2580_pll_lut)) in fc2580_set_params()174 f_vco *= fc2580_pll_lut[i].div; in fc2580_set_params()177 tmp_val = 0x0e | fc2580_pll_lut[i].band; in fc2580_set_params()179 tmp_val = 0x06 | fc2580_pll_lut[i].band; in fc2580_set_params()222 if (fc2580_pll_lut[i].band == 0x00) { in fc2580_set_params()
57 static const struct fc2580_pll fc2580_pll_lut[] = { variable