Lines Matching refs:current_step
528 current_step, in stv0900_get_demod_cold_lock() local
592 current_step = 1; in stv0900_get_demod_cold_lock()
602 while ((current_step <= nb_steps) && (lock == FALSE)) { 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()
631 current_step++; in stv0900_get_demod_cold_lock()
1408 current_step = 0, in stv0900_search_srate_coarse() local
1464 current_step = 0; in stv0900_search_srate_coarse()
1469 while ((timing_lck == FALSE) && (current_step < nb_steps)) { in stv0900_search_srate_coarse()
1485 current_step++; in stv0900_search_srate_coarse()
1497 else if (current_step < nb_steps) { 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()