Lines Matching full:1000

73 	f1=f1/1000; //scale to kHz to avoid 32bit overflows  in mt2032_spurcheck()
74 f2=f2/1000; in mt2032_spurcheck()
75 spectrum_from/=1000; in mt2032_spurcheck()
76 spectrum_to/=1000; in mt2032_spurcheck()
111 fref= 5250 *1000; //5.25MHz in mt2032_compute_freq()
114 lo1=(2*(desired_lo1/1000)+(fref/1000)) / (2*fref/1000); in mt2032_compute_freq()
118 s=rfin/1000/1000+1090; in mt2032_compute_freq()
145 lo2num=((desired_lo2/1000)%(fref/1000))* 3780/(fref/1000); //scale to fit in 32bit arith in mt2032_compute_freq()
146 lo2freq=(lo2a+8*lo2n)*fref + lo2num*(fref/1000)/3780*1000; in mt2032_compute_freq()
168 if(rfin >400*1000*1000) in mt2032_compute_freq()
199 udelay(1000); in mt2032_check_lo_lock()
307 from = 40750*1000; in mt2032_set_tv_freq()
308 to = 46750*1000; in mt2032_set_tv_freq()
309 if2 = 45750*1000; in mt2032_set_tv_freq()
312 from = 32900*1000; in mt2032_set_tv_freq()
313 to = 39900*1000; in mt2032_set_tv_freq()
314 if2 = 38900*1000; in mt2032_set_tv_freq()
318 1090*1000*1000, if2, from, to); in mt2032_set_tv_freq()
331 if2 = 41300 * 1000; in mt2032_set_radio_freq()
334 if2 = 33300 * 1000; in mt2032_set_radio_freq()
339 1085*1000*1000,if2,if2,if2); in mt2032_set_radio_freq()
442 unsigned int if1=1218*1000*1000; in mt2050_set_if_freq()
463 num2=4096*(f_lo2_modulo/1000)/4000; in mt2050_set_if_freq()
481 if(freq<275*1000*1000) buf[1] = buf[1]|0x80; in mt2050_set_if_freq()
504 if2 = 45750*1000; in mt2050_set_tv_freq()
507 if2 = 38900*1000; in mt2050_set_tv_freq()
511 if2 = 36150*1000; in mt2050_set_tv_freq()
527 if2 = 41300 * 1000; in mt2050_set_radio_freq()
530 if2 = 33300 * 1000; in mt2050_set_radio_freq()
608 //priv->radio_if2 = 10700 * 1000; /* 10.7MHz - FM radio */ in microtune_attach()