Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
H A 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 in x_tune2()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/
H A 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 in x_tune2()
[all...]

Completed in 3 milliseconds