Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3418 struct cordic_iq tone_samp; in wlc_lcnphy_start_tx_tone() local
3451 tone_samp = cordic_calc_iq(theta); in wlc_lcnphy_start_tx_tone()
3455 i_samp = (u16) (FLOAT(tone_samp.i * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()
3456 q_samp = (u16) (FLOAT(tone_samp.q * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()