Searched refs:spectrum_to (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | tuner.c | 368 static int mt2032_spurcheck(int f1, int f2, int spectrum_from,int spectrum_to) in mt2032_spurcheck() argument 375 spectrum_to/=1000; in mt2032_spurcheck() 377 dprintk("spurcheck f1=%d f2=%d from=%d to=%d\n",f1,f2,spectrum_from,spectrum_to); in mt2032_spurcheck() 387 if( (f>spectrum_from) && (f<spectrum_to)) in mt2032_spurcheck() 389 } while ( (f>(f2-spectrum_to)) || (n2>-5)); in mt2032_spurcheck() 399 unsigned int spectrum_to, in mt2032_compute_freq() argument 453 mt2032_spurcheck(lo1freq, desired_lo2, spectrum_from, spectrum_to); in mt2032_compute_freq()
|