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

/drivers/media/dvb-frontends/
H A Dzl10353.h34 int if2; /* default: 361667 (36.1667 MHz) */ member in struct:zl10353_config
H A Dmt352.h45 int if2; // default: 36166 member in struct:mt352_config
H A Dmt352.c147 int if2 = 36167; /* 36.166667 MHz */ local
152 if (state->config.if2)
153 if2 = state->config.if2;
155 if (adc_clock >= if2 * 2)
156 ife = if2;
158 ife = adc_clock - (if2 % adc_clock);
163 dprintk("%s: if2 %d, ife %d, adc_clock %d => %d / 0x%x\n",
164 __func__, if2, ife, adc_clock, value, value & 0x3fff);
H A Dzl10353.c150 int if2 = 361667; /* 36.1667 MHz */ local
156 if (state->config.if2)
157 if2 = state->config.if2;
159 if (adc_clock >= if2 * 2)
160 ife = if2;
162 ife = adc_clock - (if2 % adc_clock);
170 dprintk("%s: if2 %d, ife %d, adc_clock %d => %d / 0x%x\n",
171 __func__, if2, ife, adc_clock, -(int)value, *input_freq);
/drivers/media/tuners/
H A Dmt20xx.c101 unsigned int if1, unsigned int if2,
142 desired_lo2=lo1freq-rfin-if2;
243 unsigned int if1, unsigned int if2,
250 tuner_dbg("mt2032_set_if_freq rfin=%d if1=%d if2=%d from=%d to=%d\n",
251 rfin,if1,if2,from,to);
258 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc);
303 int if2,from,to; local
310 if2 = 45750*1000;
315 if2 = 38900*1000;
319 1090*1000*1000, if2, fro
99 mt2032_compute_freq(struct dvb_frontend *fe, unsigned int rfin, unsigned int if1, unsigned int if2, unsigned int spectrum_from, unsigned int spectrum_to, unsigned char *buf, int *ret_sel, unsigned int xogc) argument
242 mt2032_set_if_freq(struct dvb_frontend *fe, unsigned int rfin, unsigned int if1, unsigned int if2, unsigned int from, unsigned int to) argument
328 int if2; local
440 mt2050_set_if_freq(struct dvb_frontend *fe,unsigned int freq, unsigned int if2) argument
506 unsigned int if2; local
529 int if2; local
[all...]
H A Dmt2060.c100 /* The function below calculates the frequency offset between the output frequency if2
102 static int mt2060_spurcalc(u32 lo1,u32 lo2,u32 if2) argument
111 dia = (diff-(int)if2);
121 static int mt2060_spurcheck(u32 lo1,u32 lo2,u32 if2) argument
128 Spur=mt2060_spurcalc(lo1,lo2,if2);
134 Sp1 = mt2060_spurcalc(lo1+I,lo2+I,if2);
135 Sp2 = mt2060_spurcalc(lo1-I,lo2-I,if2);
144 Spur = mt2060_spurcalc(lo1+I,lo2+I,if2);
/drivers/media/pci/cx18/
H A Dcx18-dvb.c115 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
223 .if2 = 4560, /* 4.560 MHz */
230 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
238 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
/drivers/staging/rtl8723au/include/
H A Ddrv_types.h147 struct rtw_adapter *if2; /* SECONDARY_ADAPTER */ member in struct:dvobj_priv
/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c172 .if2 = 45700,
H A Danysee.c313 .if2 = 41500,
321 .if2 = 41500,
/drivers/media/usb/tm6000/
H A Dtm6000-dvb.c244 .if2 = 45700,
/drivers/media/pci/cx88/
H A Dcx88-dvb.c261 .if2 = 45600,
306 .if2 = 45600,
312 .if2 = 4560,
541 .if2 = 45600,
/drivers/media/usb/dvb-usb/
H A Dcxusb.c815 .if2 = 45600,
822 .if2 = 45600,
830 .if2 = 4560,
/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c347 .if2 = 45600,
385 .if2 = 45600,
794 .if2 = 45600,
/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c219 .if2 = 36150,
956 .if2 = 45600,
/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c459 .if2 = 45600,

Completed in 349 milliseconds