Searched refs:derot_limit (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
183 derot_limit = (internal->sub_range / 2L) / internal->mclk;
190 if (abs(derot_freq) > derot_limit)
246 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; local
252 derot_limit = (internal->sub_range / 2L) / internal->mclk;
266 if(abs(derot_freq) > derot_limit)
352 short int derot_freq, derot_step, derot_limit, next_loop = 3; local
361 derot_limit = (internal->sub_range / 2L) / internal->mclk;
368 if (abs(derot_freq) > derot_limit)

Completed in 48 milliseconds