Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/frontends/
Dstb0899_algo.c211 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local
218 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_tmg()
225 if (abs(derot_freq) > derot_limit) in stb0899_search_tmg()
281 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local
287 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_carrier()
301 if(abs(derot_freq) > derot_limit) in stb0899_search_carrier()
387 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local
396 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_data()
403 if (abs(derot_freq) > derot_limit) in stb0899_search_data()