Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c620 const s32 iq_res[], in ar9003_hw_calc_iq_corr() argument
639 i2_m_q2_a0_d0 = iq_res[0] & 0xfff; in ar9003_hw_calc_iq_corr()
641 iq_corr_a0_d0 = ((iq_res[0] >> 24) & 0xff) + ((iq_res[1] & 0xf) << 8); in ar9003_hw_calc_iq_corr()
653 i2_p_q2_a0_d1 = (iq_res[2] & 0xfff); in ar9003_hw_calc_iq_corr()
662 i2_m_q2_a1_d0 = ((iq_res[2] >> 24) & 0xff) + ((iq_res[3] & 0xf) << 8); in ar9003_hw_calc_iq_corr()
664 iq_corr_a1_d0 = iq_res[4] & 0xfff; in ar9003_hw_calc_iq_corr()
676 i2_p_q2_a1_d1 = ((iq_res[4] >> 24) & 0xff) + ((iq_res[5] & 0xf) << 8); in ar9003_hw_calc_iq_corr()
1069 s32 iq_res[6]; in ar9003_hw_tx_iq_cal_post_proc() local
1104 iq_res[idx] = REG_READ(ah, in ar9003_hw_tx_iq_cal_post_proc()
1119 idx, iq_res[idx], idx + 1, in ar9003_hw_tx_iq_cal_post_proc()
[all …]