Lines Matching refs:ofdm
129 struct dvb_ofdm_parameters *ofdm = &fep->u.ofdm; in dib3000mb_set_frontend() local
138 switch (ofdm->bandwidth) { in dib3000mb_set_frontend()
164 switch (ofdm->transmission_mode) { in dib3000mb_set_frontend()
181 switch (ofdm->guard_interval) { in dib3000mb_set_frontend()
223 switch (ofdm->constellation) { in dib3000mb_set_frontend()
242 switch (ofdm->hierarchy_information) { in dib3000mb_set_frontend()
266 if (ofdm->hierarchy_information == HIERARCHY_NONE) { in dib3000mb_set_frontend()
270 fe_cr = ofdm->code_rate_HP; in dib3000mb_set_frontend()
271 } else if (ofdm->hierarchy_information != HIERARCHY_AUTO) { in dib3000mb_set_frontend()
275 fe_cr = ofdm->code_rate_LP; in dib3000mb_set_frontend()
310 [ofdm->transmission_mode == TRANSMISSION_MODE_AUTO] in dib3000mb_set_frontend()
311 [ofdm->guard_interval == GUARD_INTERVAL_AUTO] in dib3000mb_set_frontend()
320 if (ofdm->transmission_mode == TRANSMISSION_MODE_2K) { in dib3000mb_set_frontend()
321 if (ofdm->guard_interval == GUARD_INTERVAL_1_8) { in dib3000mb_set_frontend()
349 if (ofdm->constellation == QAM_AUTO || in dib3000mb_set_frontend()
350 ofdm->hierarchy_information == HIERARCHY_AUTO || in dib3000mb_set_frontend()
467 struct dvb_ofdm_parameters *ofdm = &fep->u.ofdm; in dib3000mb_get_frontend() local
504 ofdm->constellation = QPSK; in dib3000mb_get_frontend()
508 ofdm->constellation = QAM_16; in dib3000mb_get_frontend()
512 ofdm->constellation = QAM_64; in dib3000mb_get_frontend()
522 cr = &ofdm->code_rate_LP; in dib3000mb_get_frontend()
523 ofdm->code_rate_HP = FEC_NONE; in dib3000mb_get_frontend()
527 ofdm->hierarchy_information = HIERARCHY_NONE; in dib3000mb_get_frontend()
531 ofdm->hierarchy_information = HIERARCHY_1; in dib3000mb_get_frontend()
535 ofdm->hierarchy_information = HIERARCHY_2; in dib3000mb_get_frontend()
539 ofdm->hierarchy_information = HIERARCHY_4; in dib3000mb_get_frontend()
550 cr = &ofdm->code_rate_HP; in dib3000mb_get_frontend()
551 ofdm->code_rate_LP = FEC_NONE; in dib3000mb_get_frontend()
552 ofdm->hierarchy_information = HIERARCHY_NONE; in dib3000mb_get_frontend()
587 ofdm->guard_interval = GUARD_INTERVAL_1_32; in dib3000mb_get_frontend()
591 ofdm->guard_interval = GUARD_INTERVAL_1_16; in dib3000mb_get_frontend()
595 ofdm->guard_interval = GUARD_INTERVAL_1_8; in dib3000mb_get_frontend()
599 ofdm->guard_interval = GUARD_INTERVAL_1_4; in dib3000mb_get_frontend()
610 ofdm->transmission_mode = TRANSMISSION_MODE_2K; in dib3000mb_get_frontend()
614 ofdm->transmission_mode = TRANSMISSION_MODE_8K; in dib3000mb_get_frontend()