Home
last modified time | relevance | path

Searched refs:tv_system (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Dascot2e.c324 enum ascot2e_tv_system_t tv_system; in ascot2e_set_params() local
330 tv_system = ascot2e_get_tv_system(fe); in ascot2e_set_params()
332 if (tv_system == ASCOT2E_DTV_UNKNOWN) { in ascot2e_set_params()
345 if (ascot2e_sett[tv_system].agc_sel != ASCOT2E_AUTO) { in ascot2e_set_params()
348 (ascot2e_sett[tv_system].agc_sel & 0x03) << 3); in ascot2e_set_params()
350 if (ascot2e_sett[tv_system].if_out_sel != ASCOT2E_AUTO) { in ascot2e_set_params()
353 (ascot2e_sett[tv_system].if_out_sel & 0x01) << 2); in ascot2e_set_params()
359 if (tv_system == ASCOT2E_DTV_DVBC_6 || in ascot2e_set_params()
360 tv_system == ASCOT2E_DTV_DVBC_8) { in ascot2e_set_params()
370 if (tv_system == ASCOT2E_DTV_DVBC_6 || in ascot2e_set_params()
[all …]