Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9585 u8 bbp = 0, ch_idx = 0, rf_alc_idx = 0, idx = 0; in rt2800_loft_iq_calibration() local
9669 for (rf_alc_idx = 0; rf_alc_idx < 3; rf_alc_idx++) { in rt2800_loft_iq_calibration()
9670 rt2800_bbp_write(rt2x00dev, 23, bbp_2324gain[rf_alc_idx]); in rt2800_loft_iq_calibration()
9671 rt2800_bbp_write(rt2x00dev, 24, bbp_2324gain[rf_alc_idx]); in rt2800_loft_iq_calibration()
9675 macvalue |= (rf_gain[rf_alc_idx] << 4); in rt2800_loft_iq_calibration()
9676 macvalue |= (rf_gain[rf_alc_idx] << 12); in rt2800_loft_iq_calibration()
9681 if (rf_alc_idx == 0) { in rt2800_loft_iq_calibration()
9713 rt2800_loft_search(rt2x00dev, ch_idx, rf_alc_idx, loft_dc_search_result); in rt2800_loft_iq_calibration()
9717 for (rf_alc_idx = 0; rf_alc_idx < 3; rf_alc_idx++) { in rt2800_loft_iq_calibration()
9720 bbp = (idx << 2) + rf_alc_idx; in rt2800_loft_iq_calibration()
[all …]