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