Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_tnrdmd.c1080 int shift_freq = 0; in x_tune2() local
1094 shift_freq = shift_frequency_khz * 1000; in x_tune2()
1100 if (shift_freq >= 0) in x_tune2()
1101 shift_freq = (shift_freq + 183 / 2) / 183; in x_tune2()
1103 shift_freq = (shift_freq - 183 / 2) / 183; in x_tune2()
1106 if (shift_freq >= 0) in x_tune2()
1107 shift_freq = (shift_freq + 178 / 2) / 178; in x_tune2()
1109 shift_freq = (shift_freq - 178 / 2) / 178; in x_tune2()
1113 shift_freq += in x_tune2()
1116 if (shift_freq > 32767) in x_tune2()
[all …]