Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3514 s16 imag, real; in wlc_lcnphy_samp_cap() local
3560 imag = ((val >> 16) & 0x3ff); in wlc_lcnphy_samp_cap()
3562 if (imag > 511) in wlc_lcnphy_samp_cap()
3563 imag -= 1024; in wlc_lcnphy_samp_cap()
3571 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3574 if (imag > thresh || imag < -thresh) { in wlc_lcnphy_samp_cap()