Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dstv090x.c2255 s32 timeout, inc, steps_max, srate, car_max; in stv090x_get_loop_params() local
2301 steps_max = (car_max / inc) + 1; /* min steps = 3 */ in stv090x_get_loop_params()
2302 if ((steps_max > 100) || (steps_max < 0)) { in stv090x_get_loop_params()
2303 steps_max = 100; /* max steps <= 100 */ in stv090x_get_loop_params()
2304 inc = car_max / steps_max; in stv090x_get_loop_params()
2308 *steps = steps_max; in stv090x_get_loop_params()
2344 …v090x_search_car_loop(struct stv090x_state *state, s32 inc, s32 timeout, int zigzag, s32 steps_max) in stv090x_search_car_loop() argument
2395 (cpt_step < steps_max)); in stv090x_search_car_loop()
2414 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local
2417 stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); in stv090x_sw_algo()
[all …]