Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c9564 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()
[all …]