Home
last modified time | relevance | path

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

/linux/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...]