Searched refs:current_step (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv0900_sw.c528 current_step, stv0900_get_demod_cold_lock() local
592 current_step = 1; stv0900_get_demod_cold_lock()
602 while ((current_step <= nb_steps) && (lock == FALSE)) { stv0900_get_demod_cold_lock()
604 tuner_freq += (current_step * currier_step); stv0900_get_demod_cold_lock()
606 tuner_freq -= (current_step * currier_step); stv0900_get_demod_cold_lock()
631 current_step++; stv0900_get_demod_cold_lock()
1408 current_step = 0, stv0900_search_srate_coarse() local
1464 current_step = 0; stv0900_search_srate_coarse()
1469 while ((timing_lck == FALSE) && (current_step < nb_steps)) { stv0900_search_srate_coarse()
1485 current_step++; stv0900_search_srate_coarse()
1497 else if (current_step < nb_steps) { stv0900_search_srate_coarse()
1499 tuner_freq += (current_step * currier_step); stv0900_search_srate_coarse()
1501 tuner_freq -= (current_step * currier_step); stv0900_search_srate_coarse()
H A Ddib0090.c1730 dprintk("adc_diff = %d, min_adc_diff = %d current_step = %d", state->adc_diff, state->min_adc_diff, state->step); dib0090_dc_offset_calibration()

Completed in 250 milliseconds