Home
last modified time | relevance | path

Searched refs:FEC_1_2 (Results 1 – 49 of 49) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Dcx22700.c133 if (p->code_rate_HP < FEC_1_2 || p->code_rate_HP > FEC_7_8) in cx22700_set_tps()
136 if (p->code_rate_LP < FEC_1_2 || p->code_rate_LP > FEC_7_8) in cx22700_set_tps()
172 if (p->code_rate_HP - FEC_1_2 >= sizeof(fec_tab) || in cx22700_set_tps()
173 p->code_rate_LP - FEC_1_2 >= sizeof(fec_tab)) in cx22700_set_tps()
175 val = fec_tab[p->code_rate_HP - FEC_1_2] << 3; in cx22700_set_tps()
176 val |= fec_tab[p->code_rate_LP - FEC_1_2]; in cx22700_set_tps()
195 static const fe_code_rate_t fec_tab [5] = { FEC_1_2, FEC_2_3, FEC_3_4, in cx22700_get_tps()
Dtda10071_priv.h49 { SYS_DVBS2, QPSK, FEC_1_2, 0x04 },
67 { SYS_DVBS, QPSK, FEC_1_2, 0x2e },
Dl64781.c164 if (p->code_rate_HP != FEC_1_2 && p->code_rate_HP != FEC_2_3 && in apply_frontend_param()
170 (p->code_rate_LP != FEC_1_2 && p->code_rate_LP != FEC_2_3 && in apply_frontend_param()
213 val0x05 |= (p->code_rate_LP - FEC_1_2) << 3; in apply_frontend_param()
282 p->code_rate_HP = FEC_1_2; in get_frontend()
301 p->code_rate_LP = FEC_1_2; in get_frontend()
Dcx22702.c188 p->code_rate_HP = FEC_1_2; in cx22702_get_tps()
205 p->code_rate_LP = FEC_1_2; in cx22702_get_tps()
353 case FEC_1_2: in cx22702_set_tps()
374 case FEC_1_2: in cx22702_set_tps()
Das102_fe.c40 case FEC_1_2: in as102_fe_get_code_rate()
237 c->code_rate_HP = FEC_1_2; in as102_fe_get_frontend()
256 c->code_rate_LP = FEC_1_2; in as102_fe_get_frontend()
Dves1x93.c163 else if (fec < FEC_1_2 || fec > FEC_8_9) in ves1x93_set_fec()
166 return ves1x93_writereg (state, 0x0d, fec - FEC_1_2); in ves1x93_set_fec()
171 return FEC_1_2 + ((ves1x93_readreg (state, 0x0d) >> 4) & 0x7); in ves1x93_get_fec()
Dmt352.c191 case FEC_1_2: in mt352_set_parameters()
211 case FEC_1_2: in mt352_set_parameters()
323 FEC_1_2, in mt352_get_parameters()
Dcxd2820r_t.c205 c->code_rate_HP = FEC_1_2; in cxd2820r_get_frontend_t()
223 c->code_rate_LP = FEC_1_2; in cxd2820r_get_frontend_t()
Dzl10353.c250 case FEC_1_2: in zl10353_set_parameters()
270 case FEC_1_2: in zl10353_set_parameters()
381 FEC_1_2, in zl10353_get_parameters()
Dtda8083.c114 if (fec >= FEC_1_2 && fec <= FEC_8_9) in tda8083_set_fec()
123 static fe_code_rate_t fec_tab [] = { FEC_8_9, FEC_1_2, FEC_2_3, FEC_3_4, in tda8083_get_fec()
Dcx24123.c346 if (fec == FEC_1_2) in cx24123_set_fec()
354 case FEC_1_2: in cx24123_set_fec()
411 *fec = FEC_1_2; in cx24123_get_fec()
Ddib3000mc.c518 case FEC_1_2: value |= (1 << 1); break; in dib3000mc_set_channel_cfg()
669 case 1: fep->code_rate_HP = FEC_1_2; break; in dib3000mc_get_frontend()
679 case 1: fep->code_rate_LP = FEC_1_2; break; in dib3000mc_get_frontend()
Dtc90522.c199 FEC_1_2, /* for BPSK */
200 FEC_1_2, FEC_2_3, FEC_3_4, FEC_5_6, FEC_7_8, /* for QPSK */
330 FEC_1_2, FEC_2_3, FEC_3_4, FEC_5_6, FEC_7_8, 0, 0, 0
Daf9013.c768 case FEC_1_2: in af9013_set_frontend()
792 case FEC_1_2: in af9013_set_frontend()
934 c->code_rate_HP = FEC_1_2; in af9013_get_frontend()
952 c->code_rate_LP = FEC_1_2; in af9013_get_frontend()
Dstv0299.c146 case FEC_1_2: in stv0299_set_FEC()
176 FEC_7_8, FEC_1_2 }; in stv0299_get_fec()
Dtda10086.c377 case FEC_1_2: in tda10086_set_fec()
526 fe_params->fec_inner = FEC_1_2; in tda10086_get_frontend()
Ddib3000mb.c270 case FEC_1_2: in dib3000mb_set_frontend()
549 *cr = FEC_1_2; in dib3000mb_get_frontend()
Dm88rs2000.c548 case FEC_1_2: in m88rs2000_set_fec()
589 return FEC_1_2; in m88rs2000_get_fec()
Dcxd2820r_t2.c234 c->fec_inner = FEC_1_2; in cxd2820r_get_frontend_t2()
Dlgs8gl5.c347 p->code_rate_HP = FEC_1_2; in lgs8gl5_get_frontend()
Drtl2830.c355 c->code_rate_HP = FEC_1_2; in rtl2830_get_frontend()
373 c->code_rate_LP = FEC_1_2; in rtl2830_get_frontend()
Ddib7000m.c890 case FEC_1_2: value |= (1 << 1); break; in dib7000m_set_channel()
1189 case 1: fep->code_rate_HP = FEC_1_2; break; in dib7000m_get_frontend()
1199 case 1: fep->code_rate_LP = FEC_1_2; break; in dib7000m_get_frontend()
Dtda10048.c626 p->code_rate_HP = FEC_1_2; in tda10048_get_tps()
645 p->code_rate_LP = FEC_1_2; in tda10048_get_tps()
Ds5h1420.c563 case FEC_1_2: in s5h1420_setfec_inversion()
602 return FEC_1_2; in s5h1420_getfec()
Dsp8870.c213 case FEC_1_2: in configure_reg0xc05()
Dcx24110.c229 return FEC_1_2 + i - 1; in cx24110_get_fec()
Dsp887x.c254 case FEC_1_2: in configure_reg0xc05()
Drtl2832.c643 c->code_rate_HP = FEC_1_2; in rtl2832_get_frontend()
661 c->code_rate_LP = FEC_1_2; in rtl2832_get_frontend()
Dtda1004x.c569 case FEC_1_2: in tda1004x_encode_fec()
590 return FEC_1_2; in tda1004x_decode_fec()
Dcx24116.c386 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */
396 { SYS_DVBS2, QPSK, FEC_1_2, 0x00, 0x04 },
Daf9033.c773 c->code_rate_HP = FEC_1_2; in af9033_get_frontend()
794 c->code_rate_LP = FEC_1_2; in af9033_get_frontend()
Ddib7000p.c1043 case FEC_1_2: in dib7000p_set_channel()
1462 fep->code_rate_HP = FEC_1_2; in dib7000p_get_frontend()
1482 fep->code_rate_LP = FEC_1_2; in dib7000p_get_frontend()
1835 case FEC_1_2: in dib7000p_get_time_us()
Ddib9000.c1281 state->fe[0]->dtv_property_cache.code_rate_HP = FEC_1_2; in dib9000_fw_get_channel()
1302 state->fe[0]->dtv_property_cache.code_rate_LP = FEC_1_2; in dib9000_fw_get_channel()
1423 case FEC_1_2: in dib9000_fw_set_channel_union()
1444 case FEC_1_2: in dib9000_fw_set_channel_union()
Dm88ds3103.c782 c->fec_inner = FEC_1_2; in m88ds3103_get_frontend()
810 c->fec_inner = FEC_1_2; in m88ds3103_get_frontend()
Dmt312.c231 { FEC_1_2, FEC_2_3, FEC_3_4, FEC_5_6, FEC_6_7, FEC_7_8, in mt312_get_code_rate()
Dcx24117.c233 { SYS_DVBS, QPSK, FEC_1_2, 0x02, 0x2e }, /* 00000010 00101110 */
244 { SYS_DVBS2, QPSK, FEC_1_2, 0x00, 0x04 },
Dmb86a20s.c440 return FEC_1_2; in mb86a20s_get_fec()
583 case FEC_1_2: in mb86a20s_layer_bitrate()
Ddib8000.c2011 case FEC_1_2: in dib8000_set_layer()
3502 fe->dtv_property_cache.layer[i].fec = FEC_1_2; in dib8000_get_frontend()
4046 case FEC_1_2: in dib8000_get_time_us()
Ddrxd_hard.c2277 case FEC_1_2: in DRX_Start()
Dstv0367.c1983 p->code_rate_HP = FEC_1_2; in stv0367ter_get_frontend()
Ddrxk_hard.c3888 case FEC_1_2: in set_dvbt()
/linux-4.1.27/Documentation/dvb/
Davermedia.txt213 TEN Digital:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM
216 TEN Digital 1:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
219 TEN Digital 2:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
222 TEN Digital 3:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
225 TEN Digital:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM
228 TEN Digital 4:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q
231 TEN Digital:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM
234 TEN HD:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM_64:T
236 TEN Digital:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QAM
239 Nine Digital:191625000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:QA
[all …]
/linux-4.1.27/drivers/media/usb/dvb-usb/
DcinergyT2-fe.c60 case FEC_1_2: in compute_tps()
79 case FEC_1_2: in compute_tps()
Dgp8psk-fe.c167 case FEC_1_2: in gp8psk_fe_set_frontend()
Daf9005-fe.c1306 fep->code_rate_HP = FEC_1_2; in af9005_fe_get_frontend()
1337 fep->code_rate_LP = FEC_1_2; in af9005_fe_get_frontend()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c361 case FEC_1_2: c->operand[10] = 0x1; break; in avc_tuner_tuneqpsk()
459 case FEC_1_2: c->operand[18] = 0x1; break; in avc_tuner_dsd_dvb_c()
552 case FEC_1_2: in avc_tuner_dsd_dvb_t()
561 case FEC_1_2: in avc_tuner_dsd_dvb_t()
/linux-4.1.27/include/uapi/linux/dvb/
Dfrontend.h156 FEC_1_2, enumerator
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c85 *code_rate = FEC_1_2; in mxl1x1sf_demod_get_tps_code_rate()
/linux-4.1.27/drivers/media/common/siano/
Dsmsdvb-main.c51 [0] = FEC_1_2,