Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/dvb-frontends/
Dstb0899_algo.c200 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local
208 derot_step = (params->srate / 2L) / internal->mclk; in stb0899_search_tmg()
212 derot_freq += index * internal->direction * derot_step; /* next derot zig zag position */ in stb0899_search_tmg()
288 …derot_freq += index * internal->direction * internal->derot_step; /* next zig zag derotator positi… in stb0899_search_carrier()
379 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local
387 derot_step = (params->srate / 4L) / internal->mclk; in stb0899_search_data()
394 derot_freq += index * internal->direction * derot_step; /* next zig zag derotator position */ in stb0899_search_data()
556 …internal->derot_step = internal->derot_percent * (params->srate / 1000L) / internal->mclk; /* Dero… in stb0899_dvbs_algo()
Dstb0899_priv.h168 s16 derot_step; /* Derotator step (binary value) */ member