Home
last modified time | relevance | path

Searched refs:FLOAT (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_int.h227 #define FLOAT(X) \ macro
Dphy_lcn.c3366 i_samp = (u16) (FLOAT(tone_samp.i * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()
3367 q_samp = (u16) (FLOAT(tone_samp.q * max_val) & 0x3ff); in wlc_lcnphy_start_tx_tone()
Dphy_n.c23186 tone_buf[t].q = (s32) FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()
23187 tone_buf[t].i = (s32) FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()