Lines Matching defs:start_freq
492 u32 start_freq;
496 start_freq = center_freq;
498 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10);
500 return start_freq;
522 u32 freq, start_freq, end_freq;
524 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
527 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) {
601 u32 freq, start_freq, end_freq;
604 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
613 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) {
845 u32 freq, start_freq, end_freq;
851 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
859 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) {
917 u32 start_freq, end_freq, freq;
920 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
923 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) {
974 u32 freq, start_freq, end_freq;
976 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
979 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) {
1498 u32 idx, i, start_freq;
1503 start_freq = chandef->center_freq1 - 40;
1507 start_freq = chandef->center_freq1 - 80;
1511 start_freq = chandef->center_freq1 - 160;
1522 if (*bitmap & (u16)BIT((chandef->chan->center_freq - start_freq) / 20))