Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3531 s16 imag, real; in wlc_lcnphy_samp_cap() local
3577 imag = ((val >> 16) & 0x3ff); in wlc_lcnphy_samp_cap()
3579 if (imag > 511) in wlc_lcnphy_samp_cap()
3580 imag -= 1024; in wlc_lcnphy_samp_cap()
3588 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3591 if (imag > thresh || imag < -thresh) { in wlc_lcnphy_samp_cap()
/drivers/net/wireless/b43/
Dphy_n.c3990 u32 real, imag; in b43_nphy_rev2_cal_rx_iq() local
4124 imag = est.q0_pwr; in b43_nphy_rev2_cal_rx_iq()
4127 imag = est.q1_pwr; in b43_nphy_rev2_cal_rx_iq()
4129 power[i] = ((real + imag) / 1024) + 1; in b43_nphy_rev2_cal_rx_iq()