Lines Matching refs:dcur
140 struct cx24120_tuning dcur;
809 if (modfec_lookup_table[idx].delsys != state->dcur.delsys)
928 if (clock_ratios_table[idx].delsys != state->dcur.delsys)
1131 state->dcur = state->dnxt;
1180 "delsys = %d\n", state->dcur.delsys);
1182 "modulation = %d\n", state->dcur.modulation);
1184 "frequency = %d\n", state->dcur.frequency);
1187 state->dcur.pilot, state->dcur.pilot_val);
1190 state->dcur.symbol_rate,
1191 state->dcur.clkdiv, state->dcur.ratediv);
1194 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val);
1197 state->dcur.inversion, state->dcur.inversion_val);
1206 cmd.arg[1] = (state->dcur.frequency & 0xff0000) >> 16;
1207 cmd.arg[2] = (state->dcur.frequency & 0x00ff00) >> 8;
1208 cmd.arg[3] = (state->dcur.frequency & 0x0000ff);
1209 cmd.arg[4] = ((state->dcur.symbol_rate / 1000) & 0xff00) >> 8;
1210 cmd.arg[5] = ((state->dcur.symbol_rate / 1000) & 0x00ff);
1211 cmd.arg[6] = state->dcur.inversion;
1212 cmd.arg[7] = state->dcur.fec_val | state->dcur.pilot_val;
1216 cmd.arg[11] = state->dcur.fec_mask;
1217 cmd.arg[12] = state->dcur.ratediv;
1218 cmd.arg[13] = state->dcur.clkdiv;
1227 ret = cx24120_writereg(state, CX24120_REG_CLKDIV, state->dcur.clkdiv);
1230 ret |= state->dcur.ratediv;