Home
last modified time | relevance | path

Searched refs:FEC_8_9 (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Dtda10071_priv.h55 { SYS_DVBS2, QPSK, FEC_8_9, 0x0a },
63 { SYS_DVBS2, PSK_8, FEC_8_9, 0x10 },
Dtda8083.c114 if (fec >= FEC_1_2 && fec <= FEC_8_9) in tda8083_set_fec()
115 return tda8083_writereg (state, 0x07, 1 << (FEC_8_9 - fec)); 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()
Dtda10086.c398 case FEC_8_9: in tda10086_set_fec()
547 fe_params->fec_inner = FEC_8_9; in tda10086_get_frontend()
Dcx24116.c393 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */
402 { SYS_DVBS2, QPSK, FEC_8_9, 0x00, 0x0a },
409 { SYS_DVBS2, PSK_8, FEC_8_9, 0x00, 0x10 },
Dves1x93.c163 else if (fec < FEC_1_2 || fec > FEC_8_9) in ves1x93_set_fec()
Dcx24117.c240 { SYS_DVBS, QPSK, FEC_8_9, 0xfe, 0x30 }, /* 0000000? ? */
250 { SYS_DVBS2, QPSK, FEC_8_9, 0x00, 0x0a },
259 { SYS_DVBS2, PSK_8, FEC_8_9, 0x00, 0x10 },
Dmt312.c573 || (p->fec_inner == FEC_8_9)) in mt312_set_frontend()
Dm88ds3103.c828 c->fec_inner = FEC_8_9; in m88ds3103_get_frontend()
/linux-4.1.27/include/uapi/linux/dvb/
Dfrontend.h163 FEC_8_9, enumerator
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dgp8psk-fe.c198 case FEC_8_9: in gp8psk_fe_set_frontend()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c367 case FEC_8_9: in avc_tuner_tuneqpsk()
464 case FEC_8_9: c->operand[18] = 0x6; break; in avc_tuner_dsd_dvb_c()