Searched refs:derot_step (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 200 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 position */ 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; /* DerotStep/1000 * Fsymbol */ in stb0899_dvbs_algo()
|
H A D | stb0899_priv.h | 168 s16 derot_step; /* Derotator step (binary value) */ member
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 200 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 position */ 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; /* DerotStep/1000 * Fsymbol */ in stb0899_dvbs_algo()
|
H A D | stb0899_priv.h | 168 s16 derot_step; /* Derotator step (binary value) */ member
|
Completed in 5 milliseconds