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