Searched refs:CORDIC_FLOAT (Results 1 – 5 of 5) sorted by relevance
63 if (CORDIC_FLOAT(theta) > 90) { in cordic_calc_iq()66 } else if (CORDIC_FLOAT(theta) < -90) { in cordic_calc_iq()
26 #define CORDIC_FLOAT(X) (((X) >= 0) \ macro
1791 buf[i] = CORDIC_FLOAT((sample.i * max) & 0xFF) << 8; in lpphy_start_tx_tone()1792 buf[i] |= CORDIC_FLOAT((sample.q * max) & 0xFF); in lpphy_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()
23066 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()23067 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()