Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c620 const s32 iq_res[], in ar9003_hw_calc_iq_corr()
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[ in ar9003_hw_calc_iq_corr()
618 ar9003_hw_calc_iq_corr(struct ath_hw *ah, s32 chain_idx, const s32 iq_res[], s32 iqc_coeff[]) ar9003_hw_calc_iq_corr() argument
1073 s32 iq_res[6]; ar9003_hw_tx_iq_cal_post_proc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c620 const s32 iq_res[], in ar9003_hw_calc_iq_corr()
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[ in ar9003_hw_calc_iq_corr()
618 ar9003_hw_calc_iq_corr(struct ath_hw *ah, s32 chain_idx, const s32 iq_res[], s32 iqc_coeff[]) ar9003_hw_calc_iq_corr() argument
1069 s32 iq_res[6]; ar9003_hw_tx_iq_cal_post_proc() local
[all...]

Completed in 3 milliseconds