Lines Matching refs:current_step
524 current_step, in stv0900_get_demod_cold_lock() local
588 current_step = 1; in stv0900_get_demod_cold_lock()
598 while ((current_step <= nb_steps) && (lock == FALSE)) { 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()
627 current_step++; in stv0900_get_demod_cold_lock()
1404 current_step = 0, in stv0900_search_srate_coarse() local
1460 current_step = 0; in stv0900_search_srate_coarse()
1465 while ((timing_lck == FALSE) && (current_step < nb_steps)) { in stv0900_search_srate_coarse()
1481 current_step++; in stv0900_search_srate_coarse()
1492 else if (current_step < nb_steps) { 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()