Home
last modified time | relevance | path

Searched refs:rf_alc_idx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9601 u8 bbp = 0, ch_idx = 0, rf_alc_idx = 0, idx = 0; in rt2800_loft_iq_calibration() local
9685 for (rf_alc_idx = 0; rf_alc_idx < 3; rf_alc_idx++) { in rt2800_loft_iq_calibration()
9686 rt2800_bbp_write(rt2x00dev, 23, bbp_2324gain[rf_alc_idx]); in rt2800_loft_iq_calibration()
9687 rt2800_bbp_write(rt2x00dev, 24, bbp_2324gain[rf_alc_idx]); in rt2800_loft_iq_calibration()
9691 macvalue |= (rf_gain[rf_alc_idx] << 4); in rt2800_loft_iq_calibration()
9692 macvalue |= (rf_gain[rf_alc_idx] << 12); in rt2800_loft_iq_calibration()
9697 if (rf_alc_idx == 0) { in rt2800_loft_iq_calibration()
9726 rt2800_loft_search(rt2x00dev, ch_idx, rf_alc_idx, loft_dc_search_result); in rt2800_loft_iq_calibration()
9730 for (rf_alc_idx = 0; rf_alc_idx < 3; rf_alc_idx++) { in rt2800_loft_iq_calibration()
9733 bbp = (idx << 2) + rf_alc_idx; in rt2800_loft_iq_calibration()
[all …]