Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3573 s16 imag, real; in wlc_lcnphy_samp_cap() local
3619 imag = ((val >> 16) & 0x3ff); in wlc_lcnphy_samp_cap()
3621 if (imag > 511) in wlc_lcnphy_samp_cap()
3622 imag -= 1024; in wlc_lcnphy_samp_cap()
3630 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3633 if (imag > thresh || imag < -thresh) { in wlc_lcnphy_samp_cap()
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_n.c5647 u32 real, imag; in b43_nphy_rev2_cal_rx_iq() local
5781 imag = est.q0_pwr; in b43_nphy_rev2_cal_rx_iq()
5784 imag = est.q1_pwr; in b43_nphy_rev2_cal_rx_iq()
5786 power[i] = ((real + imag) / 1024) + 1; in b43_nphy_rev2_cal_rx_iq()
/Linux-v5.4/
DMAINTAINERS4072 M: Nicolas Palix <nicolas.palix@imag.fr>