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