Searched refs:bw_khz (Results 1 – 3 of 3) sorted by relevance
1210 int bw_khz = bw; in dib7000p_spur_protect() local1215 if (f_rel < -bw_khz / 2 || f_rel > bw_khz / 2) in dib7000p_spur_protect()1218 bw_khz /= 100; in dib7000p_spur_protect()1223 pha = ((f_rel * (k + 1) * 112 * 80 / bw_khz) / 1000) & 0x3ff; in dib7000p_spur_protect()
474 u32 center_freq_khz, u32 bw_khz);
2715 u32 center_freq_khz, u32 bw_khz) in cfg80211_link_sinfo_alloc_tid_stats() 2719 start_freq_khz = center_freq_khz - (bw_khz / 2); in cfg80211_link_sinfo_alloc_tid_stats() 2720 end_freq_khz = center_freq_khz + (bw_khz / 2); in cfg80211_link_sinfo_alloc_tid_stats() 2699 cfg80211_does_bw_fit_range(const struct ieee80211_freq_range * freq_range,u32 center_freq_khz,u32 bw_khz) cfg80211_does_bw_fit_range() argument