Searched defs:q_pwr (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dphy.c1778 u32 i_pwr, q_pwr; local
1794 * Read registers up to 10 times until we get both i_pr and q_pwr */
1798 q_pwr = ath5k_hw_reg_read(ah, AR5K_PHY_IQRES_CAL_PWR_Q);
1800 "iq_corr:%x i_pwr:%x q_pwr:%x", iq_corr, i_pwr, q_pwr);
1801 if (i_pwr && q_pwr)
1805 i_coffd = ((i_pwr >> 1) + (q_pwr >> 1)) >> 7;
1808 q_coffd = q_pwr >> 6;
1810 q_coffd = q_pwr >> 7;
/drivers/net/wireless/b43/
H A Dphy_lp.c700 struct lpphy_iq_est { u32 iq_prod, i_pwr, q_pwr; }; member in struct:lpphy_iq_est
1030 iq_est->q_pwr = b43_phy_read(dev, B43_LPPHY_IQ_Q_PWR_ACC_HI_ADDR);
1031 iq_est->q_pwr <<= 16;
1032 iq_est->q_pwr |= b43_phy_read(dev, B43_LPPHY_IQ_Q_PWR_ACC_LO_ADDR);
1061 tmp = (iq_est.i_pwr + iq_est.q_pwr) / 1000;
1242 mean_sq_pwr = iq_est.i_pwr + iq_est.q_pwr;
1728 qpwr = iq_est.q_pwr;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c186 u32 q_pwr; member in struct:lcnphy_iq_est
1231 iq_est->q_pwr = ((u32) read_phy_reg(pi, 0x487) << 16) |
1268 qq = iq_est.q_pwr;
1329 return (iq_est.i_pwr + iq_est.q_pwr) / nsamples;
1358 q_thresh_l = (iq_est_l.q_pwr << 1);
1359 q_thresh_h = (iq_est_l.q_pwr << 2) + iq_est_l.q_pwr;
1362 (iq_est_h.q_pwr > q_thresh_l) &&
1363 (iq_est_h.q_pwr < q_thresh_h))
H A Dphy_int.h1048 u32 q_pwr; member in struct:phy_iq_est
H A Dphy_n.c26206 est[core].q_pwr =
26248 qq = est[curr_core].q_pwr;
26252 qq = est[curr_core].q_pwr;
27007 u32 i_pwr, q_pwr, curr_pwr, optim_pwr = 0, prev_pwr = 0, local
27098 q_pwr = (est[rx_core].q_pwr + num_samps / 2) / num_samps;
27099 curr_pwr = i_pwr + q_pwr;
27351 est[0].q_pwr) >>
27357 est[1].q_pwr) >>
27369 target_iq_vals = (est[0].i_pwr + est[0].q_pwr) >>
27623 u32 i_pwr, q_pwr, tot_pwr[3]; local
[all...]

Completed in 294 milliseconds