Home
last modified time | relevance | path

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

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