Searched refs:tone_samp (Results 1 – 1 of 1) sorted by relevance
2740 cs32 tone_samp; in wlc_lcnphy_start_tx_tone() local2774 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()