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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5527 const int32_t iq_res[], int32_t iqc_coeff[])
5543 i2_m_q2_a0_d0 = iq_res[0] & 0xfff;
5544 i2_p_q2_a0_d0 = (iq_res[0] >> 12) & 0xfff;
5545 iq_corr_a0_d0 = ((iq_res[0] >> 24) & 0xff) + ((iq_res[1] & 0xf) << 8);
5554 i2_m_q2_a0_d1 = (iq_res[1] >> 4) & 0xfff;
5555 i2_p_q2_a0_d1 = (iq_res[2] & 0xfff);
5556 iq_corr_a0_d1 = (iq_res[2] >> 12) & 0xfff;
5565 i2_m_q2_a1_d0 = ((iq_res[2] >> 24) & 0xff) + ((iq_res[
5526 ar9300_calc_iq_corr(struct ath_hal *ah, int32_t chain_idx, const int32_t iq_res[], int32_t iqc_coeff[]) argument
6079 int32_t iq_res[6]; local
[all...]

Completed in 89 milliseconds