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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddibx000_common.h157 (ch)->nqam = (fep)->u.ofdm.constellation == QAM_AUTO ? -1 : (fep)->u.ofdm.constellation == QAM_64 ? 2 : (fep)->u.ofdm.constellation; \
H A Dcx22700.c150 if (p->constellation != QPSK &&
151 p->constellation != QAM_16 &&
152 p->constellation != QAM_64)
167 val = qam_tab[p->constellation - QPSK];
208 p->constellation = QAM_AUTO;
210 p->constellation = qam_tab[(val >> 3) & 0x3];
H A Dl64781.c166 if (p->constellation != QPSK && p->constellation != QAM_16 &&
167 p->constellation != QAM_64)
193 spi_bias *= qam_tab[p->constellation];
206 val0x06 = (p->hierarchy_information << 2) | p->constellation;
315 param->u.ofdm.constellation = QPSK;
318 param->u.ofdm.constellation = QAM_16;
321 param->u.ofdm.constellation = QAM_64;
324 printk("Unexpected value for constellation\n");
H A Dmt352.c218 switch (op->constellation) {
346 op->constellation = QPSK;
349 op->constellation = QAM_16;
352 op->constellation = QAM_64;
355 op->constellation = QAM_AUTO;
H A Dcx22702.c152 case 0: p->constellation = QPSK; break;
153 case 1: p->constellation = QAM_16; break;
154 case 2: p->constellation = QAM_64; break;
241 (p->u.ofdm.constellation==QAM_AUTO) ||
260 switch(p->u.ofdm.constellation) {
265 dprintk ("%s: invalid constellation\n",__FUNCTION__);
H A Ddib3000mb.c223 deb_setf("constellation: ");
224 switch (ofdm->constellation) {
350 if (ofdm->constellation == QAM_AUTO ||
505 ofdm->constellation = QPSK;
509 ofdm->constellation = QAM_16;
513 ofdm->constellation = QAM_64;
516 err("Unexpected constellation returned by TPS (%d)", tps_val);
H A Ddib3000mc.c599 case 0: fep->u.ofdm.constellation = QPSK; break;
600 case 1: fep->u.ofdm.constellation = QAM_16; break;
602 default: fep->u.ofdm.constellation = QAM_64; break;
650 fep->u.ofdm.constellation == QAM_AUTO ||
H A Ddib7000p.c732 case 0: fep->u.ofdm.constellation = QPSK; break;
733 case 1: fep->u.ofdm.constellation = QAM_16; break;
735 default: fep->u.ofdm.constellation = QAM_64; break;
783 fep->u.ofdm.constellation == QAM_AUTO ||
H A Dtda1004x.c720 (fe_params->u.ofdm.constellation == QAM_AUTO) ||
723 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x03, 0); // turn off constellation bits
741 // set constellation
742 switch (fe_params->u.ofdm.constellation) {
933 // constellation
936 fe_params->u.ofdm.constellation = QPSK;
939 fe_params->u.ofdm.constellation = QAM_16;
942 fe_params->u.ofdm.constellation = QAM_64;
H A Ddib7000m.c931 case 0: fep->u.ofdm.constellation = QPSK; break;
932 case 1: fep->u.ofdm.constellation = QAM_16; break;
934 default: fep->u.ofdm.constellation = QAM_64; break;
982 fep->u.ofdm.constellation == QAM_AUTO ||
H A Dsp8870.c178 switch (p->u.ofdm.constellation) {
H A Dsp887x.c219 switch (p->u.ofdm.constellation) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dfrontend.h217 fe_modulation_t constellation; /* modulation type (see above) */ member in struct:dvb_ofdm_parameters
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/cinergyT2/
H A DcinergyT2.c426 switch (op->constellation) {

Completed in 142 milliseconds