Lines Matching refs:currier_step
526 currier_step, in stv0900_get_demod_cold_lock() local
560 currier_step = 500; in stv0900_get_demod_cold_lock()
562 currier_step = 1000; in stv0900_get_demod_cold_lock()
564 currier_step = 2000; in stv0900_get_demod_cold_lock()
566 currier_step = 3000; in stv0900_get_demod_cold_lock()
568 currier_step = 5000; in stv0900_get_demod_cold_lock()
578 currier_step = srate / 4000; in stv0900_get_demod_cold_lock()
582 nb_steps = ((search_range / 1000) / currier_step); in stv0900_get_demod_cold_lock()
604 tuner_freq += (current_step * currier_step); in stv0900_get_demod_cold_lock()
606 tuner_freq -= (current_step * currier_step); in stv0900_get_demod_cold_lock()
1413 currier_step = 1200; in stv0900_search_srate_coarse() local
1445 currier_step = 1000; in stv0900_search_srate_coarse()
1447 currier_step = 2000; in stv0900_search_srate_coarse()
1449 currier_step = 3000; in stv0900_search_srate_coarse()
1451 currier_step = 5000; in stv0900_search_srate_coarse()
1453 nb_steps = -1 + ((intp->srch_range[demod] / 1000) / currier_step); in stv0900_search_srate_coarse()
1461 currier_step = (intp->srch_range[demod] / 1000) / 10; in stv0900_search_srate_coarse()
1499 tuner_freq += (current_step * currier_step); in stv0900_search_srate_coarse()
1501 tuner_freq -= (current_step * currier_step); in stv0900_search_srate_coarse()