Searched refs:cordic_iq (Results 1 – 4 of 4) sorted by relevance
27 struct cordic_iq { struct46 struct cordic_iq cordic_calc_iq(s32 theta); argument
55 struct cordic_iq cordic_calc_iq(s32 theta) in cordic_calc_iq()57 struct cordic_iq coord; in cordic_calc_iq()
23116 wlc_phy_loadsampletable_nphy(struct brcms_phy *pi, struct cordic_iq *tone_buf, in wlc_phy_loadsampletable_nphy()23149 struct cordic_iq *tone_buf = NULL; in wlc_phy_gen_load_samples_nphy()23164 tone_buf = kmalloc(sizeof(struct cordic_iq) * tbl_len, GFP_ATOMIC); in wlc_phy_gen_load_samples_nphy()
3418 struct cordic_iq tone_samp; in wlc_lcnphy_start_tx_tone()