ascot2e_sett 74 drivers/media/dvb-frontends/ascot2e.c static struct ascot2e_band_sett ascot2e_sett[] = { ascot2e_sett 337 drivers/media/dvb-frontends/ascot2e.c if (ascot2e_sett[tv_system].agc_sel != ASCOT2E_AUTO) { ascot2e_sett 340 drivers/media/dvb-frontends/ascot2e.c (ascot2e_sett[tv_system].agc_sel & 0x03) << 3); ascot2e_sett 342 drivers/media/dvb-frontends/ascot2e.c if (ascot2e_sett[tv_system].if_out_sel != ASCOT2E_AUTO) { ascot2e_sett 345 drivers/media/dvb-frontends/ascot2e.c (ascot2e_sett[tv_system].if_out_sel & 0x01) << 2); ascot2e_sett 379 drivers/media/dvb-frontends/ascot2e.c data[6] = ascot2e_sett[tv_system].mix_oll; ascot2e_sett 381 drivers/media/dvb-frontends/ascot2e.c if (ascot2e_sett[tv_system].rf_gain == ASCOT2E_AUTO) { ascot2e_sett 389 drivers/media/dvb-frontends/ascot2e.c data[7] = ascot2e_sett[tv_system].rf_gain; ascot2e_sett 392 drivers/media/dvb-frontends/ascot2e.c data[8] = (u8)((ascot2e_sett[tv_system].fif_offset << 3) | ascot2e_sett 393 drivers/media/dvb-frontends/ascot2e.c (ascot2e_sett[tv_system].if_bpf_gc & 0x07)); ascot2e_sett 395 drivers/media/dvb-frontends/ascot2e.c data[9] = ascot2e_sett[tv_system].bw_offset; ascot2e_sett 415 drivers/media/dvb-frontends/ascot2e.c data[0] = ascot2e_sett[tv_system].rf_oldet; ascot2e_sett 417 drivers/media/dvb-frontends/ascot2e.c data[1] = ascot2e_sett[tv_system].if_bpf_f0; ascot2e_sett 435 drivers/media/dvb-frontends/ascot2e.c data[2] |= (u8)(ascot2e_sett[tv_system].bw << 4);