Home
last modified time | relevance | path

Searched refs:cordic_iq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dcordic.h27 struct cordic_iq { struct
46 struct cordic_iq cordic_calc_iq(s32 theta); argument
/linux-4.1.27/lib/
Dcordic.c55 struct cordic_iq cordic_calc_iq(s32 theta) in cordic_calc_iq()
57 struct cordic_iq coord; in cordic_calc_iq()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c23116 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()
Dphy_lcn.c3418 struct cordic_iq tone_samp; in wlc_lcnphy_start_tx_tone()