Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dstv090x.c2260 s32 timeout, inc, steps_max, srate, car_max; in stv090x_get_loop_params() local
2306 steps_max = (car_max / inc) + 1; /* min steps = 3 */ in stv090x_get_loop_params()
2307 if ((steps_max > 100) || (steps_max < 0)) { in stv090x_get_loop_params()
2308 steps_max = 100; /* max steps <= 100 */ in stv090x_get_loop_params()
2309 inc = car_max / steps_max; in stv090x_get_loop_params()
2313 *steps = steps_max; in stv090x_get_loop_params()
2349 …v090x_search_car_loop(struct stv090x_state *state, s32 inc, s32 timeout, int zigzag, s32 steps_max) in stv090x_search_car_loop() argument
2400 (cpt_step < steps_max)); in stv090x_search_car_loop()
2419 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local
2422 stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); in stv090x_sw_algo()
[all …]