Searched refs:ascot2e_sett (Results 1 – 1 of 1) sorted by relevance
83 static struct ascot2e_band_sett ascot2e_sett[] = { variable347 if (ascot2e_sett[tv_system].agc_sel != ASCOT2E_AUTO) { in ascot2e_set_params()350 (ascot2e_sett[tv_system].agc_sel & 0x03) << 3); in ascot2e_set_params()352 if (ascot2e_sett[tv_system].if_out_sel != ASCOT2E_AUTO) { in ascot2e_set_params()355 (ascot2e_sett[tv_system].if_out_sel & 0x01) << 2); in ascot2e_set_params()389 data[6] = ascot2e_sett[tv_system].mix_oll; in ascot2e_set_params()391 if (ascot2e_sett[tv_system].rf_gain == ASCOT2E_AUTO) { in ascot2e_set_params()399 data[7] = ascot2e_sett[tv_system].rf_gain; in ascot2e_set_params()402 data[8] = (u8)((ascot2e_sett[tv_system].fif_offset << 3) | in ascot2e_set_params()403 (ascot2e_sett[tv_system].if_bpf_gc & 0x07)); in ascot2e_set_params()[all …]