Lines Matching defs:ascot2e_sett
74 static struct ascot2e_band_sett ascot2e_sett[] = {
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);
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;
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);