cordic_calc_iq
sample = cordic_calc_iq(CORDIC_FIXED(theta));
samples[i] = cordic_calc_iq(CORDIC_FIXED(angle));
tone_samp = cordic_calc_iq(theta);
tone_buf[t] = cordic_calc_iq(theta);
struct cordic_iq cordic_calc_iq(s32 theta);
EXPORT_SYMBOL(cordic_calc_iq);