Searched refs:tone_buf (Results 1 – 1 of 1) sorted by relevance
14189 static void wlc_phy_loadsampletable_nphy(phy_info_t *pi, cs32 *tone_buf,22350 cs32 *tone_buf = NULL; in wlc_phy_gen_load_samples_nphy() local22365 tone_buf = kmalloc(sizeof(cs32) * tbl_len, GFP_ATOMIC); in wlc_phy_gen_load_samples_nphy()22366 if (tone_buf == NULL) { in wlc_phy_gen_load_samples_nphy()22376 wlc_phy_cordic(theta, &tone_buf[t]); in wlc_phy_gen_load_samples_nphy()22380 tone_buf[t].q = (s32) FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()22381 tone_buf[t].i = (s32) FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()22384 wlc_phy_loadsampletable_nphy(pi, tone_buf, num_samps); in wlc_phy_gen_load_samples_nphy()22386 kfree(tone_buf); in wlc_phy_gen_load_samples_nphy()22412 wlc_phy_loadsampletable_nphy(phy_info_t *pi, cs32 *tone_buf, in wlc_phy_loadsampletable_nphy() argument[all …]