Lines Matching refs:start_freq
442 u32 start_freq; in cfg80211_get_start_freq() local
446 start_freq = center_freq; in cfg80211_get_start_freq()
448 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq()
450 return start_freq; in cfg80211_get_start_freq()
472 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
474 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
477 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_required()
551 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
554 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
563 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_usable()
741 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_available() local
747 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
755 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_available()
813 u32 start_freq, end_freq, freq; in cfg80211_get_chans_dfs_cac_time() local
816 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
819 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_cac_time()
870 u32 freq, start_freq, end_freq; in cfg80211_secondary_chans_ok() local
872 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
875 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_secondary_chans_ok()