Searched refs:ascot2e_sett (Results 1 – 1 of 1) sorted by relevance
74 static struct ascot2e_band_sett ascot2e_sett[] = { variable337 if (ascot2e_sett[tv_system].agc_sel != ASCOT2E_AUTO) { in ascot2e_set_params()340 (ascot2e_sett[tv_system].agc_sel & 0x03) << 3); in ascot2e_set_params()342 if (ascot2e_sett[tv_system].if_out_sel != ASCOT2E_AUTO) { in ascot2e_set_params()345 (ascot2e_sett[tv_system].if_out_sel & 0x01) << 2); in ascot2e_set_params()379 data[6] = ascot2e_sett[tv_system].mix_oll; in ascot2e_set_params()381 if (ascot2e_sett[tv_system].rf_gain == ASCOT2E_AUTO) { in ascot2e_set_params()389 data[7] = ascot2e_sett[tv_system].rf_gain; in ascot2e_set_params()392 data[8] = (u8)((ascot2e_sett[tv_system].fif_offset << 3) | in ascot2e_set_params()393 (ascot2e_sett[tv_system].if_bpf_gc & 0x07)); in ascot2e_set_params()[all …]