Searched refs:fc2580_pll_lut (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/media/tuners/
H A Dfc2580_priv.h47 static const struct fc2580_pll fc2580_pll_lut[] = { variable in typeref:struct:fc2580_pll
H A Dfc2580.c57 for (i = 0; i < ARRAY_SIZE(fc2580_pll_lut); i++) {
58 if (dev->f_frequency <= fc2580_pll_lut[i].freq)
61 if (i == ARRAY_SIZE(fc2580_pll_lut)) {
68 div_out = fc2580_pll_lut[i].div_out;
70 synth_config = fc2580_pll_lut[i].band;

Completed in 191 milliseconds