Lines Matching refs:iq_res
620 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()
640 i2_p_q2_a0_d0 = (iq_res[0] >> 12) & 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()
652 i2_m_q2_a0_d1 = (iq_res[1] >> 4) & 0xfff; in ar9003_hw_calc_iq_corr()
653 i2_p_q2_a0_d1 = (iq_res[2] & 0xfff); in ar9003_hw_calc_iq_corr()
654 iq_corr_a0_d1 = (iq_res[2] >> 12) & 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()
663 i2_p_q2_a1_d0 = (iq_res[3] >> 4) & 0xfff; in ar9003_hw_calc_iq_corr()
664 iq_corr_a1_d0 = iq_res[4] & 0xfff; in ar9003_hw_calc_iq_corr()
675 i2_m_q2_a1_d1 = (iq_res[4] >> 12) & 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()
677 iq_corr_a1_d1 = (iq_res[5] >> 4) & 0xfff; 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()
1114 iq_res[idx + 1] = 0xffff & 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()
1120 iq_res[idx + 1]); in ar9003_hw_tx_iq_cal_post_proc()
1123 if (!ar9003_hw_calc_iq_corr(ah, i, iq_res, in ar9003_hw_tx_iq_cal_post_proc()