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

/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt.h60 enum cxd2880_dvbt_constellation constellation; member in struct:cxd2880_dvbt_tpsinfo
H A Dcxd2880_top.c709 info.constellation = CXD2880_DVBT_CONSTELLATION_QPSK;
716 pre_ber_rate = 63000000 * bw * (info.constellation * 2 + 2) /
720 (info.constellation * 2 + 2) /
724 (info.constellation * 2 + 2) /
745 63000000 * bw * (info.constellation * 2 + 2) /
749 (info.constellation * 2 + 2) /
753 bw * (info.constellation * 2 + 2) /
1536 switch (tps.constellation) {
1548 pr_debug("TPSInfo constellation is invalid %d\n",
1549 tps.constellation);
[all...]
H A Dcxd2880_tnrdmd_dvbt_mon.c275 info->constellation =
683 if (tps.constellation >= CXD2880_DVBT_CONSTELLATION_RESERVED_3 ||
687 prel = rf_lvl - ref_dbm_1000[tps.constellation][tps.rate_hp];
/linux-master/drivers/media/common/siano/
H A Dsmsdvb.h69 u32 constellation; member in struct:RECEPTION_STATISTICS_PER_SLICES_S
H A Dsmscoreapi.h709 u32 constellation; /* constellation from member in struct:sms_stats
774 u32 constellation; /* constellation from SMSHOSTLIB_CONSTELLATION_ET, member in struct:sms_isdbt_layer_stats
933 u32 constellation; /* constellation from member in struct:sms_tx_stats
1034 u32 constellation; member in struct:sms_srvm_signal_status
H A Dsmsdvb-debugfs.c68 n += sysfs_emit_at(buf, n, "constellation = %d\n", p->constellation);
137 n += sysfs_emit_at(buf, n, "constellation = %d\n", p->layer_info[i].constellation);
202 n += sysfs_emit_at(buf, n, "constellation = %d\n", p->layer_info[i].constellation);
H A Dsmsdvb-main.c254 c->modulation = sms_to_modulation(p->constellation);
265 c->modulation = sms_to_modulation(p->constellation);
317 c->modulation = sms_to_modulation(p->constellation);
421 c->layer[i].modulation = sms_to_modulation(lr->constellation);
513 c->layer[i].modulation = sms_to_modulation(lr->constellation);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h426 enum drx_modulation constellation; member in struct:drxj_data
427 /*< current constellation */
H A Ddrxj.c279 * \brief Maximal wait time for QAM auto constellation in ms
580 DRX_CONSTELLATION_AUTO, /* constellation */
2821 switch (ext_attr->constellation) {
2839 } /* ext_attr->constellation */
2921 switch (ext_attr->constellation) {
2956 switch (ext_attr->constellation) {
6460 * \param constellation current constellation.
6467 * TODO: overriding the ext_attr->fec_bits_desired by constellation dependent
6475 enum drx_modulation constellation, u3
6474 set_qam_measurement(struct drx_demod_instance *demod, enum drx_modulation constellation, u32 symbol_rate) argument
9467 enum drx_modulation constellation = ext_attr->constellation; local
12105 u32 constellation = DRX_CONSTELLATION_AUTO; local
[all...]
H A Ddrx_driver.h557 /*< Autodetect constellation. */
998 enum drx_modulation constellation; member in struct:drx_channel
999 /*< constellation */
1115 enum drx_modulation constellation; member in struct:drxtps_info
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832.c687 unsigned hierarchy, constellation; local
700 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */
702 if (constellation > CONSTELLATION_NUM - 1)
715 tmp = (constant[constellation][hierarchy] -
H A Drtl2830.c431 unsigned int hierarchy, constellation; local
444 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */
445 if (constellation > CONSTELLATION_NUM - 1)
458 stmp = (constant[constellation][hierarchy] -
H A Ddib9000.c1184 s8 constellation; member in struct:dibDVBTChannel
1256 switch (ch->constellation) {
1339 s8 constellation; member in struct:dibDVBTChannel
1398 ch.constellation = 2;
1401 ch.constellation = 1;
1404 ch.constellation = 0;
1408 ch.constellation = -1;
H A Ddib8000.c1995 u8 cr, constellation, time_intlv; local
2000 constellation = 0;
2003 constellation = 1;
2006 constellation = 2;
2010 constellation = 3;
2037 dib8000_write_word(state, 2 + layer_index, (constellation << 10) | ((c->layer[layer_index].segment_count & 0xf) << 6) | (cr << 3) | time_intlv);
2423 /* update ana_gain depending on max constellation */
H A Ddrxk_hard.c2597 u16 constellation = 0;
2606 &constellation);
2609 constellation &= OFDM_EQ_TOP_TD_TPS_CONST__M;
2617 if (constellation > OFDM_EQ_TOP_TD_TPS_CONST_64QAM ||
2621 QE_SN[constellation * 5 + code_rate];
/linux-master/include/uapi/linux/dvb/
H A Dfrontend.h343 * enum fe_modulation - Type of modulation/constellation
1030 fe_modulation_t constellation; /* modulation type (see above) */ member in struct:dvb_ofdm_parameters
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c1219 c->modulation = p->u.ofdm.constellation;
1299 p->u.ofdm.constellation = c->modulation;

Completed in 325 milliseconds