Searched refs:cordic_iq (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dcordic.h31 * struct cordic_iq - i/q coordinate.
36 struct cordic_iq { struct
55 struct cordic_iq cordic_calc_iq(s32 theta);
/linux-master/lib/math/
H A Dcordic.c46 struct cordic_iq cordic_calc_iq(s32 theta)
48 struct cordic_iq coord;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c1504 struct cordic_iq *samples, u16 len) {
1535 struct cordic_iq *samples;
1552 samples = kcalloc(len, sizeof(struct cordic_iq), GFP_KERNEL);
H A Dphy_lp.c1773 struct cordic_iq sample;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3340 struct cordic_iq tone_samp;
H A Dphy_n.c23009 wlc_phy_loadsampletable_nphy(struct brcms_phy *pi, struct cordic_iq *tone_buf,
23042 struct cordic_iq *tone_buf = NULL;
23057 tone_buf = kmalloc_array(tbl_len, sizeof(struct cordic_iq),

Completed in 317 milliseconds