Searched refs:tone_samp (Results 1 – 1 of 1) sorted by relevance
3340 struct cordic_iq tone_samp; in wlc_lcnphy_start_tx_tone() local3373 tone_samp = cordic_calc_iq(theta); in wlc_lcnphy_start_tx_tone()3377 i_samp = (u16)(CORDIC_FLOAT(tone_samp.i * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()3378 q_samp = (u16)(CORDIC_FLOAT(tone_samp.q * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()