Lines Matching refs:dnxt
141 struct cx24120_tuning dnxt; member
989 state->dnxt.inversion_val = 0x00; in cx24120_set_inversion()
992 state->dnxt.inversion_val = 0x04; in cx24120_set_inversion()
995 state->dnxt.inversion_val = 0x0c; in cx24120_set_inversion()
1001 state->dnxt.inversion = inversion; in cx24120_set_inversion()
1048 state->dnxt.fec = fec; in cx24120_set_fec()
1052 if (modfec_table[idx].delsys != state->dnxt.delsys) in cx24120_set_fec()
1060 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1061 state->dnxt.fec_val = modfec_table[idx].val; in cx24120_set_fec()
1065 if (state->dnxt.delsys == SYS_DVBS2) { in cx24120_set_fec()
1067 state->dnxt.fec_mask = 0x00; in cx24120_set_fec()
1068 state->dnxt.fec_val = 0x00; in cx24120_set_fec()
1071 state->dnxt.fec_val = 0x2e; in cx24120_set_fec()
1072 state->dnxt.fec_mask = 0xac; in cx24120_set_fec()
1084 if (state->dnxt.delsys != SYS_DVBS2) { in cx24120_set_pilot()
1085 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1091 state->dnxt.pilot_val = CX24120_PILOT_OFF; in cx24120_set_pilot()
1094 state->dnxt.pilot_val = CX24120_PILOT_ON; in cx24120_set_pilot()
1098 state->dnxt.pilot_val = CX24120_PILOT_AUTO; in cx24120_set_pilot()
1109 state->dnxt.symbol_rate = rate; in cx24120_set_symbolrate()
1113 state->dnxt.clkdiv = (-(rate < 31000001) & 3) + 2; in cx24120_set_symbolrate()
1114 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4; in cx24120_set_symbolrate()
1116 state->dnxt.clkdiv = 3; in cx24120_set_symbolrate()
1117 state->dnxt.ratediv = 6; in cx24120_set_symbolrate()
1128 state->dcur = state->dnxt; in cx24120_clone_params()
1152 state->dnxt.delsys = c->delivery_system; in cx24120_set_frontend()
1153 state->dnxt.modulation = c->modulation; in cx24120_set_frontend()
1154 state->dnxt.frequency = c->frequency; in cx24120_set_frontend()
1155 state->dnxt.pilot = c->pilot; in cx24120_set_frontend()