Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_lcn.c2740 cs32 tone_samp; in wlc_lcnphy_start_tx_tone() local
2774 wlc_phy_cordic(theta, &tone_samp); in wlc_lcnphy_start_tx_tone()
2778 i_samp = (u16) (FLOAT(tone_samp.i * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()
2779 q_samp = (u16) (FLOAT(tone_samp.q * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()