Lines Matching refs:steps_max
2243 s32 timeout, inc, steps_max, srate, car_max; in stv090x_get_loop_params() local
2289 steps_max = (car_max / inc) + 1; /* min steps = 3 */ in stv090x_get_loop_params()
2290 if ((steps_max > 100) || (steps_max < 0)) { in stv090x_get_loop_params()
2291 steps_max = 100; /* max steps <= 100 */ in stv090x_get_loop_params()
2292 inc = car_max / steps_max; in stv090x_get_loop_params()
2296 *steps = steps_max; in stv090x_get_loop_params()
2332 …v090x_search_car_loop(struct stv090x_state *state, s32 inc, s32 timeout, int zigzag, s32 steps_max) in stv090x_search_car_loop() argument
2383 (cpt_step < steps_max)); in stv090x_search_car_loop()
2402 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local
2405 stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); in stv090x_sw_algo()
2450 lock = stv090x_search_car_loop(state, inc, timeout_step, zigzag, steps_max); in stv090x_sw_algo()