Searched refs:max_steps (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | stv0900_sw.c | 73 s32 timeout, freq_inc, max_steps, srate, max_carrier; in stv0900_get_sw_loop_params() local 122 max_steps = (max_carrier / freq_inc) + 1; in stv0900_get_sw_loop_params() 124 if ((max_steps > 100) || (max_steps < 0)) { in stv0900_get_sw_loop_params() 125 max_steps = 100; in stv0900_get_sw_loop_params() 126 freq_inc = max_carrier / max_steps; in stv0900_get_sw_loop_params() 131 *steps = max_steps; in stv0900_get_sw_loop_params() 206 max_steps; in stv0900_sw_algo() local 209 &max_steps, demod); in stv0900_sw_algo() 252 max_steps, in stv0900_sw_algo()
|
/linux-2.6.39/sound/i2c/other/ |
D | ak4xxx-adda.c | 745 int idx, err, mixer_ch, num_stereo, max_steps; in build_adc_controls() local 776 max_steps = 152; in build_adc_controls() 778 max_steps = 164; in build_adc_controls() 780 AK_COMPOSE(idx/2, (idx%2) + 4, 0, max_steps) | in build_adc_controls()
|