Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv090x.c2335 s32 cpt_step = 0, offst_freq, car_max; in stv090x_search_car_loop() local
2346 offst_freq = 0; in stv090x_search_car_loop()
2348 offst_freq = -car_max + inc; in stv090x_search_car_loop()
2366 if (offst_freq >= 0) in stv090x_search_car_loop()
2367 offst_freq = -offst_freq - 2 * inc; in stv090x_search_car_loop()
2369 offst_freq = -offst_freq; in stv090x_search_car_loop()
2371 offst_freq += 2 * inc; in stv090x_search_car_loop()
2381 ((offst_freq - inc) < car_max) && in stv090x_search_car_loop()
2382 ((offst_freq + inc) > -car_max) && in stv090x_search_car_loop()
2589 s32 i = 0, offst_freq; in stv090x_get_sig_params() local
[all …]