Lines Matching refs:dnxt

149 	struct cx24120_tuning dnxt;  member
997 state->dnxt.inversion_val = 0x00; in cx24120_set_inversion()
1000 state->dnxt.inversion_val = 0x04; in cx24120_set_inversion()
1003 state->dnxt.inversion_val = 0x0c; in cx24120_set_inversion()
1009 state->dnxt.inversion = inversion; in cx24120_set_inversion()
1056 state->dnxt.fec = fec; in cx24120_set_fec()
1060 if (modfec_table[idx].delsys != state->dnxt.delsys) in cx24120_set_fec()
1068 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1069 state->dnxt.fec_val = modfec_table[idx].val; in cx24120_set_fec()
1073 if (state->dnxt.delsys == SYS_DVBS2) { in cx24120_set_fec()
1075 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1076 state->dnxt.fec_val = 0x00; in cx24120_set_fec()
1079 state->dnxt.fec_val = 0x2e; in cx24120_set_fec()
1080 state->dnxt.fec_mask = 0xac; in cx24120_set_fec()
1092 if (state->dnxt.delsys != SYS_DVBS2) { in cx24120_set_pilot()
1093 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1099 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1102 state->dnxt.pilot_val = CX24120_PILOT_ON; in cx24120_set_pilot()
1106 state->dnxt.pilot_val = CX24120_PILOT_AUTO; in cx24120_set_pilot()
1117 state->dnxt.symbol_rate = rate; in cx24120_set_symbolrate()
1121 state->dnxt.clkdiv = (-(rate < 31000001) & 3) + 2; in cx24120_set_symbolrate()
1122 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4; in cx24120_set_symbolrate()
1124 state->dnxt.clkdiv = 3; in cx24120_set_symbolrate()
1125 state->dnxt.ratediv = 6; in cx24120_set_symbolrate()
1136 state->dcur = state->dnxt; in cx24120_clone_params()
1161 state->dnxt.delsys = c->delivery_system; in cx24120_set_frontend()
1162 state->dnxt.modulation = c->modulation; in cx24120_set_frontend()
1163 state->dnxt.frequency = c->frequency; in cx24120_set_frontend()
1164 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()