Searched refs:spectrum_to (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/tuners/ |
D | mt20xx.c | 68 int f1, int f2, int spectrum_from,int spectrum_to) in mt2032_spurcheck() argument 76 spectrum_to/=1000; in mt2032_spurcheck() 79 f1,f2,spectrum_from,spectrum_to); in mt2032_spurcheck() 89 if( (f>spectrum_from) && (f<spectrum_to)) in mt2032_spurcheck() 91 } while ( (f>(f2-spectrum_to)) || (n2>-5)); in mt2032_spurcheck() 102 unsigned int spectrum_to, in mt2032_compute_freq() argument 158 mt2032_spurcheck(fe, lo1freq, desired_lo2, spectrum_from, spectrum_to); in mt2032_compute_freq()
|