Lines Matching refs:dcur

148 	struct cx24120_tuning dcur;  member
816 if (modfec_lookup_table[idx].delsys != state->dcur.delsys) in cx24120_get_fec()
935 if (clock_ratios_table[idx].delsys != state->dcur.delsys) in cx24120_set_clock_ratios()
1136 state->dcur = state->dnxt; in cx24120_clone_params()
1186 "delsys = %d\n", state->dcur.delsys); in cx24120_set_frontend()
1188 "modulation = %d\n", state->dcur.modulation); in cx24120_set_frontend()
1190 "frequency = %d\n", state->dcur.frequency); in cx24120_set_frontend()
1193 state->dcur.pilot, state->dcur.pilot_val); in cx24120_set_frontend()
1196 state->dcur.symbol_rate, in cx24120_set_frontend()
1197 state->dcur.clkdiv, state->dcur.ratediv); in cx24120_set_frontend()
1200 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24120_set_frontend()
1203 state->dcur.inversion, state->dcur.inversion_val); in cx24120_set_frontend()
1212 cmd.arg[1] = (state->dcur.frequency & 0xff0000) >> 16; in cx24120_set_frontend()
1213 cmd.arg[2] = (state->dcur.frequency & 0x00ff00) >> 8; in cx24120_set_frontend()
1214 cmd.arg[3] = (state->dcur.frequency & 0x0000ff); in cx24120_set_frontend()
1215 cmd.arg[4] = ((state->dcur.symbol_rate / 1000) & 0xff00) >> 8; in cx24120_set_frontend()
1216 cmd.arg[5] = ((state->dcur.symbol_rate / 1000) & 0x00ff); in cx24120_set_frontend()
1217 cmd.arg[6] = state->dcur.inversion; in cx24120_set_frontend()
1218 cmd.arg[7] = state->dcur.fec_val | state->dcur.pilot_val; in cx24120_set_frontend()
1222 cmd.arg[11] = state->dcur.fec_mask; in cx24120_set_frontend()
1223 cmd.arg[12] = state->dcur.ratediv; in cx24120_set_frontend()
1224 cmd.arg[13] = state->dcur.clkdiv; in cx24120_set_frontend()
1233 ret = cx24120_writereg(state, CX24120_REG_CLKDIV, state->dcur.clkdiv); in cx24120_set_frontend()
1236 ret |= state->dcur.ratediv; in cx24120_set_frontend()