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