Lines Matching refs:_channel
121 #define CH_TO_CHSPC(band, _channel) \ argument
122 ((_channel | band) | WL_CHANSPEC_BW_20 | WL_CHANSPEC_CTL_SB_NONE)
123 #define CHAN2G(_channel, _freq, _flags) { \ argument
126 .hw_value = CH_TO_CHSPC(WL_CHANSPEC_BAND_2G, _channel), \
132 #define CHAN5G(_channel, _flags) { \ argument
134 .center_freq = 5000 + (5 * (_channel)), \
135 .hw_value = CH_TO_CHSPC(WL_CHANSPEC_BAND_5G, _channel), \
142 #define CHAN6G(_channel, _flags) { \ argument
144 .center_freq = 5950 + (5 * (_channel)), \
145 .hw_value = CH_TO_CHSPC(WL_CHANSPEC_BAND_6G, _channel), \
160 #define CHAN6G(_channel, _flags) { \ argument
162 .center_freq = 5950 + (5 * (_channel)), \
163 .hw_value = CH_TO_CHSPC(WL_CHANSPEC_BAND_6G, _channel), \