Searched refs:offst_freq (Results 1 – 1 of 1) sorted by relevance
2340 s32 cpt_step = 0, offst_freq, car_max; in stv090x_search_car_loop() local2351 offst_freq = 0; in stv090x_search_car_loop()2353 offst_freq = -car_max + inc; in stv090x_search_car_loop()2371 if (offst_freq >= 0) in stv090x_search_car_loop()2372 offst_freq = -offst_freq - 2 * inc; in stv090x_search_car_loop()2374 offst_freq = -offst_freq; in stv090x_search_car_loop()2376 offst_freq += 2 * inc; in stv090x_search_car_loop()2386 ((offst_freq - inc) < car_max) && in stv090x_search_car_loop()2387 ((offst_freq + inc) > -car_max) && in stv090x_search_car_loop()2594 s32 i = 0, offst_freq; in stv090x_get_sig_params() local[all …]