Lines Matching defs:dnxt
141 struct cx24120_tuning dnxt;
991 state->dnxt.inversion_val = 0x00;
994 state->dnxt.inversion_val = 0x04;
997 state->dnxt.inversion_val = 0x0c;
1003 state->dnxt.inversion = inversion;
1050 state->dnxt.fec = fec;
1054 if (modfec_table[idx].delsys != state->dnxt.delsys)
1062 state->dnxt.fec_mask = 0x00;
1063 state->dnxt.fec_val = modfec_table[idx].val;
1067 if (state->dnxt.delsys == SYS_DVBS2) {
1069 state->dnxt.fec_mask = 0x00;
1070 state->dnxt.fec_val = 0x00;
1073 state->dnxt.fec_val = 0x2e;
1074 state->dnxt.fec_mask = 0xac;
1086 if (state->dnxt.delsys != SYS_DVBS2) {
1087 state->dnxt.pilot_val = CX24120_PILOT_OFF;
1093 state->dnxt.pilot_val = CX24120_PILOT_OFF;
1096 state->dnxt.pilot_val = CX24120_PILOT_ON;
1100 state->dnxt.pilot_val = CX24120_PILOT_AUTO;
1111 state->dnxt.symbol_rate = rate;
1115 state->dnxt.clkdiv = (-(rate < 31000001) & 3) + 2;
1116 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4;
1118 state->dnxt.clkdiv = 3;
1119 state->dnxt.ratediv = 6;
1130 state->dcur = state->dnxt;
1154 state->dnxt.delsys = c->delivery_system;
1155 state->dnxt.modulation = c->modulation;
1156 state->dnxt.frequency = c->frequency;
1157 state->dnxt.pilot = c->pilot;