Lines Matching refs:dcur
140 struct cx24120_tuning dcur;
808 if (modfec_lookup_table[idx].delsys != state->dcur.delsys)
927 if (clock_ratios_table[idx].delsys != state->dcur.delsys)
1130 state->dcur = state->dnxt;
1179 "delsys = %d\n", state->dcur.delsys);
1181 "modulation = %d\n", state->dcur.modulation);
1183 "frequency = %d\n", state->dcur.frequency);
1186 state->dcur.pilot, state->dcur.pilot_val);
1189 state->dcur.symbol_rate,
1190 state->dcur.clkdiv, state->dcur.ratediv);
1193 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val);
1196 state->dcur.inversion, state->dcur.inversion_val);
1205 cmd.arg[1] = (state->dcur.frequency & 0xff0000) >> 16;
1206 cmd.arg[2] = (state->dcur.frequency & 0x00ff00) >> 8;
1207 cmd.arg[3] = (state->dcur.frequency & 0x0000ff);
1208 cmd.arg[4] = ((state->dcur.symbol_rate / 1000) & 0xff00) >> 8;
1209 cmd.arg[5] = ((state->dcur.symbol_rate / 1000) & 0x00ff);
1210 cmd.arg[6] = state->dcur.inversion;
1211 cmd.arg[7] = state->dcur.fec_val | state->dcur.pilot_val;
1215 cmd.arg[11] = state->dcur.fec_mask;
1216 cmd.arg[12] = state->dcur.ratediv;
1217 cmd.arg[13] = state->dcur.clkdiv;
1226 ret = cx24120_writereg(state, CX24120_REG_CLKDIV, state->dcur.clkdiv);
1229 ret |= state->dcur.ratediv;