Searched refs:next_loop (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstb0899_algo.c176 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; local
186 while ((stb0899_check_tmg(state) != TIMINGOK) && next_loop) {
191 next_loop--;
193 if (next_loop) {
246 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; local
267 next_loop--;
269 if (next_loop) {
281 } while ((internal->status != CARRIEROK) && next_loop);
352 short int derot_freq, derot_step, derot_limit, next_loop = 3; local
369 next_loop
[all...]

Completed in 654 milliseconds