Lines Matching refs:rf_alc_idx
9564 u8 bbp = 0, ch_idx = 0, rf_alc_idx = 0, idx = 0; in rt2800_loft_iq_calibration() local
9648 for (rf_alc_idx = 0; rf_alc_idx < 3; rf_alc_idx++) { in rt2800_loft_iq_calibration()
9649 rt2800_bbp_write(rt2x00dev, 23, bbp_2324gain[rf_alc_idx]); in rt2800_loft_iq_calibration()
9650 rt2800_bbp_write(rt2x00dev, 24, bbp_2324gain[rf_alc_idx]); in rt2800_loft_iq_calibration()
9654 macvalue |= (rf_gain[rf_alc_idx] << 4); in rt2800_loft_iq_calibration()
9655 macvalue |= (rf_gain[rf_alc_idx] << 12); in rt2800_loft_iq_calibration()
9660 if (rf_alc_idx == 0) { in rt2800_loft_iq_calibration()
9692 rt2800_loft_search(rt2x00dev, ch_idx, rf_alc_idx, loft_dc_search_result); in rt2800_loft_iq_calibration()
9696 for (rf_alc_idx = 0; rf_alc_idx < 3; rf_alc_idx++) { in rt2800_loft_iq_calibration()
9699 bbp = (idx << 2) + rf_alc_idx; in rt2800_loft_iq_calibration()
9704 bbp = loft_dc_search_result[CHAIN_0][rf_alc_idx][0x00]; in rt2800_loft_iq_calibration()
9710 bbp = loft_dc_search_result[CHAIN_0][rf_alc_idx][0x01]; in rt2800_loft_iq_calibration()
9716 bbp = loft_dc_search_result[CHAIN_1][rf_alc_idx][0x00]; in rt2800_loft_iq_calibration()
9722 bbp = loft_dc_search_result[CHAIN_1][rf_alc_idx][0x01]; in rt2800_loft_iq_calibration()