Searched refs:shift_freq (Results 1 – 1 of 1) sorted by relevance
1080 int shift_freq = 0; in x_tune2() local1094 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 …]