Lines Matching refs:tv_system
316 enum ascot2e_tv_system_t tv_system;
322 tv_system = ascot2e_get_tv_system(fe);
324 if (tv_system == ASCOT2E_DTV_UNKNOWN) {
337 if (ascot2e_sett[tv_system].agc_sel != ASCOT2E_AUTO) {
340 (ascot2e_sett[tv_system].agc_sel & 0x03) << 3);
342 if (ascot2e_sett[tv_system].if_out_sel != ASCOT2E_AUTO) {
345 (ascot2e_sett[tv_system].if_out_sel & 0x01) << 2);
351 if (tv_system == ASCOT2E_DTV_DVBC_6 ||
352 tv_system == ASCOT2E_DTV_DVBC_8) {
362 if (tv_system == ASCOT2E_DTV_DVBC_6 ||
363 tv_system == ASCOT2E_DTV_DVBC_8) {
373 if (tv_system == ASCOT2E_DTV_DVBC_6 ||
374 tv_system == ASCOT2E_DTV_DVBC_8)
379 data[6] = ascot2e_sett[tv_system].mix_oll;
381 if (ascot2e_sett[tv_system].rf_gain == ASCOT2E_AUTO) {
389 data[7] = ascot2e_sett[tv_system].rf_gain;
392 data[8] = (u8)((ascot2e_sett[tv_system].fif_offset << 3) |
393 (ascot2e_sett[tv_system].if_bpf_gc & 0x07));
395 data[9] = ascot2e_sett[tv_system].bw_offset;
402 if (tv_system == ASCOT2E_DTV_DVBC_6 ||
403 tv_system == ASCOT2E_DTV_DVBC_8) {
415 data[0] = ascot2e_sett[tv_system].rf_oldet;
417 data[1] = ascot2e_sett[tv_system].if_bpf_f0;
435 data[2] |= (u8)(ascot2e_sett[tv_system].bw << 4);