Lines Matching refs:nsyms
617 uint nsyms, dur = 0, Ndps, kNdps; in brcms_c_calc_frame_time() local
638 nsyms = in brcms_c_calc_frame_time()
643 nsyms = in brcms_c_calc_frame_time()
648 dur += APHY_SYMBOL_TIME * nsyms; in brcms_c_calc_frame_time()
657 nsyms = in brcms_c_calc_frame_time()
660 dur += APHY_SYMBOL_TIME * nsyms; in brcms_c_calc_frame_time()
5812 uint nsyms, mac_len, Ndps, kNdps; in brcms_c_calc_frame_len() local
5825 nsyms = dur / APHY_SYMBOL_TIME; in brcms_c_calc_frame_len()
5827 ((nsyms * kNdps) - in brcms_c_calc_frame_len()
5834 nsyms = dur / APHY_SYMBOL_TIME; in brcms_c_calc_frame_len()
5836 ((nsyms * Ndps) - in brcms_c_calc_frame_len()
7213 uint nsyms, len = 0, kNdps; in brcms_c_calc_lsig_len() local
7229 nsyms = in brcms_c_calc_lsig_len()
7234 nsyms = in brcms_c_calc_lsig_len()
7240 nsyms += (tot_streams + 3); in brcms_c_calc_lsig_len()
7245 len = (3 * nsyms) - 3; in brcms_c_calc_lsig_len()