Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23009 wlc_phy_loadsampletable_nphy(struct brcms_phy *pi, struct cordic_iq *tone_buf, in wlc_phy_loadsampletable_nphy() argument
23023 data_buf[t] = ((((unsigned int)tone_buf[t].i) & 0x3ff) << 10) | in wlc_phy_loadsampletable_nphy()
23024 (((unsigned int)tone_buf[t].q) & 0x3ff); in wlc_phy_loadsampletable_nphy()
23042 struct cordic_iq *tone_buf = NULL; in wlc_phy_gen_load_samples_nphy() local
23057 tone_buf = kmalloc_array(tbl_len, sizeof(struct cordic_iq), in wlc_phy_gen_load_samples_nphy()
23059 if (tone_buf == NULL) in wlc_phy_gen_load_samples_nphy()
23068 tone_buf[t] = cordic_calc_iq(theta); in wlc_phy_gen_load_samples_nphy()
23072 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()
23073 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()
23076 wlc_phy_loadsampletable_nphy(pi, tone_buf, num_samps); in wlc_phy_gen_load_samples_nphy()
[all …]