Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.c2344 s32 cpt_step = 0, offst_freq, car_max; in stv090x_search_car_loop() local
2355 offst_freq = 0; in stv090x_search_car_loop()
2357 offst_freq = -car_max + inc; in stv090x_search_car_loop()
2362 if (STV090x_WRITE_DEMOD(state, CFRINIT1, ((offst_freq / 256) & 0xff)) < 0) in stv090x_search_car_loop()
2364 if (STV090x_WRITE_DEMOD(state, CFRINIT0, offst_freq & 0xff) < 0) in stv090x_search_car_loop()
2375 if (offst_freq >= 0) in stv090x_search_car_loop()
2376 offst_freq = -offst_freq - 2 * inc; in stv090x_search_car_loop()
2378 offst_freq = -offst_freq; in stv090x_search_car_loop()
2380 offst_freq += 2 * inc; in stv090x_search_car_loop()
2390 ((offst_freq - inc) < car_max) && in stv090x_search_car_loop()
[all …]