Lines Matching refs:dnxt

141 	struct cx24120_tuning dnxt;  member
990 state->dnxt.inversion_val = 0x00; in cx24120_set_inversion()
993 state->dnxt.inversion_val = 0x04; in cx24120_set_inversion()
996 state->dnxt.inversion_val = 0x0c; in cx24120_set_inversion()
1002 state->dnxt.inversion = inversion; in cx24120_set_inversion()
1049 state->dnxt.fec = fec; in cx24120_set_fec()
1053 if (modfec_table[idx].delsys != state->dnxt.delsys) in cx24120_set_fec()
1061 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1062 state->dnxt.fec_val = modfec_table[idx].val; in cx24120_set_fec()
1066 if (state->dnxt.delsys == SYS_DVBS2) { in cx24120_set_fec()
1068 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1069 state->dnxt.fec_val = 0x00; in cx24120_set_fec()
1072 state->dnxt.fec_val = 0x2e; in cx24120_set_fec()
1073 state->dnxt.fec_mask = 0xac; in cx24120_set_fec()
1085 if (state->dnxt.delsys != SYS_DVBS2) { in cx24120_set_pilot()
1086 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1092 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1095 state->dnxt.pilot_val = CX24120_PILOT_ON; in cx24120_set_pilot()
1099 state->dnxt.pilot_val = CX24120_PILOT_AUTO; in cx24120_set_pilot()
1110 state->dnxt.symbol_rate = rate; in cx24120_set_symbolrate()
1114 state->dnxt.clkdiv = (-(rate < 31000001) & 3) + 2; in cx24120_set_symbolrate()
1115 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4; in cx24120_set_symbolrate()
1117 state->dnxt.clkdiv = 3; in cx24120_set_symbolrate()
1118 state->dnxt.ratediv = 6; in cx24120_set_symbolrate()
1129 state->dcur = state->dnxt; in cx24120_clone_params()
1153 state->dnxt.delsys = c->delivery_system; in cx24120_set_frontend()
1154 state->dnxt.modulation = c->modulation; in cx24120_set_frontend()
1155 state->dnxt.frequency = c->frequency; in cx24120_set_frontend()
1156 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()