Lines Matching defs:band
913 u8 band = chan->band_type;
915 bool is_2g = band == RTW89_BAND_2G;
987 if (band == RTW89_BAND_2G) {
1025 chan_idx = rtw89_encode_chan_idx(rtwdev, chan->primary_channel, band);
1460 static void rtw8852c_bb_reset_en(struct rtw89_dev *rtwdev, enum rtw89_band band,
1470 if (band == RTW89_BAND_2G)
1967 u8 band = chan->band_type;
1968 u8 regd = rtw89_regd_get(rtwdev, band);
1969 u8 tx_shape_cck = rtw89_8852c_tx_shape[band][RTW89_RS_CCK][regd];
1970 u8 tx_shape_ofdm = rtw89_8852c_tx_shape[band][RTW89_RS_OFDM][regd];
1972 if (band == RTW89_BAND_2G)
2051 u8 band = chan->band_type;
2145 rtw8852c_ctrl_btg(rtwdev, band == RTW89_BAND_2G);
2674 enum nl80211_band band;
2680 rtw89_decode_chan_idx(rtwdev, chan_idx, &ch, &band);
2681 status->freq = ieee80211_channel_to_frequency(ch, band);
2682 status->band = band;