Home
last modified time | relevance | path

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

/linux/lib/math/
H A Dcordic.c41 * cordic_calc_iq() - calculates the i/q coordinate for given angle
46 struct cordic_iq cordic_calc_iq(s32 theta) in cordic_calc_iq() function
88 EXPORT_SYMBOL(cordic_calc_iq);
/linux/include/linux/
H A Dcordic.h42 * cordic_calc_iq() - calculates the i/q coordinate for given angle.
55 struct cordic_iq cordic_calc_iq(s32 theta);
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1789 sample = cordic_calc_iq(CORDIC_FIXED(theta)); in lpphy_start_tx_tone()
/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()