Lines Matching refs:currier_step
522 currier_step, in stv0900_get_demod_cold_lock() local
556 currier_step = 500; in stv0900_get_demod_cold_lock()
558 currier_step = 1000; in stv0900_get_demod_cold_lock()
560 currier_step = 2000; in stv0900_get_demod_cold_lock()
562 currier_step = 3000; in stv0900_get_demod_cold_lock()
564 currier_step = 5000; in stv0900_get_demod_cold_lock()
574 currier_step = srate / 4000; in stv0900_get_demod_cold_lock()
578 nb_steps = ((search_range / 1000) / currier_step); in stv0900_get_demod_cold_lock()
600 tuner_freq += (current_step * currier_step); in stv0900_get_demod_cold_lock()
602 tuner_freq -= (current_step * currier_step); in stv0900_get_demod_cold_lock()
1409 currier_step = 1200; in stv0900_search_srate_coarse() local
1441 currier_step = 1000; in stv0900_search_srate_coarse()
1443 currier_step = 2000; in stv0900_search_srate_coarse()
1445 currier_step = 3000; in stv0900_search_srate_coarse()
1447 currier_step = 5000; in stv0900_search_srate_coarse()
1449 nb_steps = -1 + ((intp->srch_range[demod] / 1000) / currier_step); in stv0900_search_srate_coarse()
1457 currier_step = (intp->srch_range[demod] / 1000) / 10; in stv0900_search_srate_coarse()
1494 tuner_freq += (current_step * currier_step); in stv0900_search_srate_coarse()
1496 tuner_freq -= (current_step * currier_step); in stv0900_search_srate_coarse()