Lines Matching refs:dnxt

141 	struct cx24120_tuning dnxt;  member
992 state->dnxt.inversion_val = 0x00; in cx24120_set_inversion()
995 state->dnxt.inversion_val = 0x04; in cx24120_set_inversion()
998 state->dnxt.inversion_val = 0x0c; in cx24120_set_inversion()
1004 state->dnxt.inversion = inversion; in cx24120_set_inversion()
1051 state->dnxt.fec = fec; in cx24120_set_fec()
1055 if (modfec_table[idx].delsys != state->dnxt.delsys) in cx24120_set_fec()
1063 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1064 state->dnxt.fec_val = modfec_table[idx].val; in cx24120_set_fec()
1068 if (state->dnxt.delsys == SYS_DVBS2) { in cx24120_set_fec()
1070 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1071 state->dnxt.fec_val = 0x00; in cx24120_set_fec()
1074 state->dnxt.fec_val = 0x2e; in cx24120_set_fec()
1075 state->dnxt.fec_mask = 0xac; in cx24120_set_fec()
1087 if (state->dnxt.delsys != SYS_DVBS2) { in cx24120_set_pilot()
1088 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1094 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1097 state->dnxt.pilot_val = CX24120_PILOT_ON; in cx24120_set_pilot()
1101 state->dnxt.pilot_val = CX24120_PILOT_AUTO; in cx24120_set_pilot()
1112 state->dnxt.symbol_rate = rate; in cx24120_set_symbolrate()
1116 state->dnxt.clkdiv = (-(rate < 31000001) & 3) + 2; in cx24120_set_symbolrate()
1117 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4; in cx24120_set_symbolrate()
1119 state->dnxt.clkdiv = 3; in cx24120_set_symbolrate()
1120 state->dnxt.ratediv = 6; in cx24120_set_symbolrate()
1131 state->dcur = state->dnxt; in cx24120_clone_params()
1155 state->dnxt.delsys = c->delivery_system; in cx24120_set_frontend()
1156 state->dnxt.modulation = c->modulation; in cx24120_set_frontend()
1157 state->dnxt.frequency = c->frequency; in cx24120_set_frontend()
1158 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()