Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0900_sw.c59 s32 timeout, freq_inc, max_steps, srate, max_carrier; in stv0900_get_sw_loop_params() local
108 max_steps = (max_carrier / freq_inc) + 1; in stv0900_get_sw_loop_params()
110 if ((max_steps > 100) || (max_steps < 0)) { in stv0900_get_sw_loop_params()
111 max_steps = 100; in stv0900_get_sw_loop_params()
112 freq_inc = max_carrier / max_steps; in stv0900_get_sw_loop_params()
117 *steps = max_steps; in stv0900_get_sw_loop_params()
192 max_steps; in stv0900_sw_algo() local
195 &max_steps, demod); in stv0900_sw_algo()
238 max_steps, in stv0900_sw_algo()
/openbmc/linux/sound/i2c/other/
H A Dak4xxx-adda.c716 int idx, err, mixer_ch, num_stereo, max_steps; in build_adc_controls() local
747 max_steps = 152; in build_adc_controls()
749 max_steps = 164; in build_adc_controls()
751 AK_COMPOSE(idx/2, (idx%2) + 4, 0, max_steps) | in build_adc_controls()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c932 unsigned int i, steps, max_steps; in virtqueue_ordered_fill() local
940 max_steps = (vq->last_avail_idx - vq->used_idx) % vq->vring.num; in virtqueue_ordered_fill()
943 while (steps <= max_steps) { in virtqueue_ordered_fill()
963 if (steps >= max_steps) { in virtqueue_ordered_fill()