Home
last modified time | relevance | path

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

/drivers/media/common/tuners/
Dtda827x.c143 int i, tuner_freq, if_freq; in tda827xo_set_params() local
158 tuner_freq = params->frequency + if_freq; in tda827xo_set_params()
161 while (tda827x_table[i].lomax < tuner_freq) { in tda827xo_set_params()
167 N = ((tuner_freq + 125000) / 250000) << (tda827x_table[i].spd + 2); in tda827xo_set_params()
477 int i, tuner_freq, if_freq; in tda827xa_set_params() local
496 tuner_freq = params->frequency + if_freq; in tda827xa_set_params()
499 while (tda827xa_dvbt[i].lomax < tuner_freq) { in tda827xa_set_params()
505 N = ((tuner_freq + 31250) / 62500) << tda827xa_dvbt[i].spd; in tda827xa_set_params()