Home
last modified time | relevance | path

Searched refs:steps_max (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/media/dvb/frontends/
Dstv090x.c2252 s32 timeout, inc, steps_max, srate, car_max; in stv090x_get_loop_params() local
2298 steps_max = (car_max / inc) + 1; /* min steps = 3 */ in stv090x_get_loop_params()
2299 if ((steps_max > 100) || (steps_max < 0)) { in stv090x_get_loop_params()
2300 steps_max = 100; /* max steps <= 100 */ in stv090x_get_loop_params()
2301 inc = car_max / steps_max; in stv090x_get_loop_params()
2305 *steps = steps_max; in stv090x_get_loop_params()
2341 …v090x_search_car_loop(struct stv090x_state *state, s32 inc, s32 timeout, int zigzag, s32 steps_max) in stv090x_search_car_loop() argument
2392 (cpt_step < steps_max)); in stv090x_search_car_loop()
2411 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local
2414 stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); in stv090x_sw_algo()
[all …]