Lines Matching refs:currier_step
512 currier_step, in stv0900_get_demod_cold_lock() local
546 currier_step = 500; in stv0900_get_demod_cold_lock()
548 currier_step = 1000; in stv0900_get_demod_cold_lock()
550 currier_step = 2000; in stv0900_get_demod_cold_lock()
552 currier_step = 3000; in stv0900_get_demod_cold_lock()
554 currier_step = 5000; in stv0900_get_demod_cold_lock()
564 currier_step = srate / 4000; in stv0900_get_demod_cold_lock()
568 nb_steps = ((search_range / 1000) / currier_step); in stv0900_get_demod_cold_lock()
590 tuner_freq += (current_step * currier_step); in stv0900_get_demod_cold_lock()
592 tuner_freq -= (current_step * currier_step); in stv0900_get_demod_cold_lock()
1399 currier_step = 1200; in stv0900_search_srate_coarse() local
1431 currier_step = 1000; in stv0900_search_srate_coarse()
1433 currier_step = 2000; in stv0900_search_srate_coarse()
1435 currier_step = 3000; in stv0900_search_srate_coarse()
1437 currier_step = 5000; in stv0900_search_srate_coarse()
1439 nb_steps = -1 + ((intp->srch_range[demod] / 1000) / currier_step); in stv0900_search_srate_coarse()
1447 currier_step = (intp->srch_range[demod] / 1000) / 10; in stv0900_search_srate_coarse()
1484 tuner_freq += (current_step * currier_step); in stv0900_search_srate_coarse()
1486 tuner_freq -= (current_step * currier_step); in stv0900_search_srate_coarse()