Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Ds921.c57 } s921_bandselect[] = { variable
268 for (band = 0; band < ARRAY_SIZE(s921_bandselect); band++) in s921_pll_tune()
269 if (p->frequency < s921_bandselect[band].freq_low) in s921_pll_tune()
278 f_switch = s921_bandselect[band].band_reg; in s921_pll_tune()