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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c163 int if2 = 361667; /* 36.1667 MHz */ local
169 if (state->config.if2)
170 if2 = state->config.if2;
172 if (adc_clock >= if2 * 2)
173 ife = if2;
175 ife = adc_clock - (if2 % adc_clock);
183 dprintk("%s: if2 %d, ife %d, adc_clock %d => %d / 0x%x\n",
184 __func__, if2, ife, adc_clock, -(int)value, *input_freq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/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
441 mt2050_set_if_freq(struct dvb_frontend *fe,unsigned int freq, unsigned int if2) argument
507 unsigned int if2; local
530 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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-dvb.c85 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
193 .if2 = 4560, /* 4.560 MHz */
200 .if2 = 45600, /* 4.560 MHz IF from the XC3028 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-dvb.c252 .if2 = 45600,
280 .if2 = 45600,
321 .if2 = 45600,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dce6230.c172 .if2 = 45700,
H A Dcxusb.c662 .if2 = 45600,
669 .if2 = 45600,
677 .if2 = 4560,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-dvb.c234 .if2 = 45700,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dvb.c250 .if2 = 45600,
292 .if2 = 45600,
298 .if2 = 4560,
501 .if2 = 45600,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-dvb.c215 .if2 = 36150,
893 .if2 = 45600,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-dvb.c387 .if2 = 45600,

Completed in 112 milliseconds