Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23013 wlc_phy_loadsampletable_nphy(struct brcms_phy *pi, struct cordic_iq *tone_buf, in wlc_phy_loadsampletable_nphy() argument
23027 data_buf[t] = ((((unsigned int)tone_buf[t].i) & 0x3ff) << 10) | in wlc_phy_loadsampletable_nphy()
23028 (((unsigned int)tone_buf[t].q) & 0x3ff); in wlc_phy_loadsampletable_nphy()
23046 struct cordic_iq *tone_buf = NULL; in wlc_phy_gen_load_samples_nphy() local
23061 tone_buf = kmalloc_array(tbl_len, sizeof(struct cordic_iq), in wlc_phy_gen_load_samples_nphy()
23063 if (tone_buf == NULL) in wlc_phy_gen_load_samples_nphy()
23072 tone_buf[t] = cordic_calc_iq(theta); in wlc_phy_gen_load_samples_nphy()
23076 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()
23077 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()
23080 wlc_phy_loadsampletable_nphy(pi, tone_buf, num_samps); in wlc_phy_gen_load_samples_nphy()
[all …]