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

/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_tuner.c1172 MT2032_SpurCheck(int f1, int f2, int spectrum_from, int spectrum_to) argument
1179 spectrum_to /= 1000;
1187 if ((f > spectrum_from) && (f < spectrum_to)) {
1190 } while ((f > (f2 - spectrum_to)) || (n2 > -5));
1203 int spectrum_to,
1224 if (!MT2032_SpurCheck(lo1freq, desired_lo2, spectrum_from, spectrum_to)) {
1198 MT2032_ComputeFreq( int rfin, int if1, int if2, int spectrum_from, int spectrum_to, unsigned char *buf, int *ret_sel, int xogc ) argument

Completed in 152 milliseconds