Home
last modified time | relevance | path

Searched refs:cordic_calc_iq (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/math/
H A Dcordic.c46 struct cordic_iq cordic_calc_iq(s32 theta) in cordic_calc_iq() function
88 EXPORT_SYMBOL(cordic_calc_iq);
/openbmc/linux/include/linux/
H A Dcordic.h55 struct cordic_iq cordic_calc_iq(s32 theta);
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1789 sample = cordic_calc_iq(CORDIC_FIXED(theta)); in lpphy_start_tx_tone()
H A Dphy_n.c1561 samples[i] = cordic_calc_iq(CORDIC_FIXED(angle)); in b43_nphy_gen_load_samples()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3373 tone_samp = cordic_calc_iq(theta); in wlc_lcnphy_start_tx_tone()
H A Dphy_n.c23072 tone_buf[t] = cordic_calc_iq(theta); in wlc_phy_gen_load_samples_nphy()