Searched refs:dcur (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | cx24117.c | 213 struct cx24117_tuning dcur; member in struct:cx24117_state 878 state->dcur = state->dnxt; cx24117_clone_params() 1421 "%s: delsys = %d\n", __func__, state->dcur.delsys); cx24117_set_frontend() 1423 "%s: modulation = %d\n", __func__, state->dcur.modulation); cx24117_set_frontend() 1425 "%s: frequency = %d\n", __func__, state->dcur.frequency); cx24117_set_frontend() 1428 state->dcur.pilot, state->dcur.pilot_val); cx24117_set_frontend() 1433 state->dcur.rolloff, state->dcur.rolloff_val); cx24117_set_frontend() 1435 "%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); cx24117_set_frontend() 1438 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); cx24117_set_frontend() 1441 state->dcur.inversion, state->dcur.inversion_val); cx24117_set_frontend() 1450 cmd.args[2] = (state->dcur.frequency & 0xff0000) >> 16; cx24117_set_frontend() 1451 cmd.args[3] = (state->dcur.frequency & 0x00ff00) >> 8; cx24117_set_frontend() 1452 cmd.args[4] = (state->dcur.frequency & 0x0000ff); cx24117_set_frontend() 1455 cmd.args[5] = ((state->dcur.symbol_rate / 1000) & 0xff00) >> 8; cx24117_set_frontend() 1456 cmd.args[6] = ((state->dcur.symbol_rate / 1000) & 0x00ff); cx24117_set_frontend() 1459 cmd.args[7] = state->dcur.inversion_val; cx24117_set_frontend() 1462 cmd.args[8] = state->dcur.fec_val | state->dcur.pilot_val; cx24117_set_frontend() 1467 cmd.args[11] = state->dcur.rolloff_val; cx24117_set_frontend() 1468 cmd.args[12] = state->dcur.fec_mask; cx24117_set_frontend() 1470 if (state->dcur.symbol_rate > 30000000) { cx24117_set_frontend() 1473 } else if (state->dcur.symbol_rate > 10000000) { cx24117_set_frontend() 1532 if (state->dcur.rolloff == 3) cx24117_set_frontend() 1615 c->symbol_rate = -1000 * srate_os + state->dcur.symbol_rate; cx24117_get_frontend()
|
H A D | cx24116.c | 191 struct cx24116_tuning dcur; member in struct:cx24116_state 822 state->dcur = state->dnxt; cx24116_clone_params() 1327 dprintk("%s: delsys = %d\n", __func__, state->dcur.delsys); cx24116_set_frontend() 1328 dprintk("%s: modulation = %d\n", __func__, state->dcur.modulation); cx24116_set_frontend() 1329 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency); cx24116_set_frontend() 1331 state->dcur.pilot, state->dcur.pilot_val); cx24116_set_frontend() 1334 state->dcur.rolloff, state->dcur.rolloff_val); cx24116_set_frontend() 1335 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); cx24116_set_frontend() 1337 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); cx24116_set_frontend() 1339 state->dcur.inversion, state->dcur.inversion_val); cx24116_set_frontend() 1357 cmd.args[0x01] = (state->dcur.frequency & 0xff0000) >> 16; cx24116_set_frontend() 1358 cmd.args[0x02] = (state->dcur.frequency & 0x00ff00) >> 8; cx24116_set_frontend() 1359 cmd.args[0x03] = (state->dcur.frequency & 0x0000ff); cx24116_set_frontend() 1362 cmd.args[0x04] = ((state->dcur.symbol_rate / 1000) & 0xff00) >> 8; cx24116_set_frontend() 1363 cmd.args[0x05] = ((state->dcur.symbol_rate / 1000) & 0x00ff); cx24116_set_frontend() 1366 cmd.args[0x06] = state->dcur.inversion_val; cx24116_set_frontend() 1369 cmd.args[0x07] = state->dcur.fec_val | state->dcur.pilot_val; cx24116_set_frontend() 1375 cmd.args[0x0c] = state->dcur.rolloff_val; cx24116_set_frontend() 1376 cmd.args[0x0d] = state->dcur.fec_mask; cx24116_set_frontend() 1378 if (state->dcur.symbol_rate > 30000000) { cx24116_set_frontend() 1432 if (state->dcur.pilot == PILOT_AUTO) cx24116_set_frontend()
|
Completed in 83 milliseconds