Lines Matching refs:band

1075 	u8 band = rtw89_subband_to_bb_gain_band(subband);  in rtw8852b_set_rxsc_rpl_comp()  local
1078 val = FIELD_PREP(B_P0_RPL1_20_MASK, (gain->rpl_ofst_20[band][RF_PATH_A] + in rtw8852b_set_rxsc_rpl_comp()
1079 gain->rpl_ofst_20[band][RF_PATH_B]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1080 FIELD_PREP(B_P0_RPL1_40_MASK, (gain->rpl_ofst_40[band][RF_PATH_A][0] + in rtw8852b_set_rxsc_rpl_comp()
1081 gain->rpl_ofst_40[band][RF_PATH_B][0]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1082 FIELD_PREP(B_P0_RPL1_41_MASK, (gain->rpl_ofst_40[band][RF_PATH_A][1] + in rtw8852b_set_rxsc_rpl_comp()
1083 gain->rpl_ofst_40[band][RF_PATH_B][1]) / 2); in rtw8852b_set_rxsc_rpl_comp()
1088 val = FIELD_PREP(B_P0_RTL2_42_MASK, (gain->rpl_ofst_40[band][RF_PATH_A][2] + in rtw8852b_set_rxsc_rpl_comp()
1089 gain->rpl_ofst_40[band][RF_PATH_B][2]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1090 FIELD_PREP(B_P0_RTL2_80_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][0] + in rtw8852b_set_rxsc_rpl_comp()
1091 gain->rpl_ofst_80[band][RF_PATH_B][0]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1092 FIELD_PREP(B_P0_RTL2_81_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][1] + in rtw8852b_set_rxsc_rpl_comp()
1093 gain->rpl_ofst_80[band][RF_PATH_B][1]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1094 FIELD_PREP(B_P0_RTL2_8A_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][10] + in rtw8852b_set_rxsc_rpl_comp()
1095 gain->rpl_ofst_80[band][RF_PATH_B][10]) / 2); in rtw8852b_set_rxsc_rpl_comp()
1099 val = FIELD_PREP(B_P0_RTL3_82_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][2] + in rtw8852b_set_rxsc_rpl_comp()
1100 gain->rpl_ofst_80[band][RF_PATH_B][2]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1101 FIELD_PREP(B_P0_RTL3_83_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][3] + in rtw8852b_set_rxsc_rpl_comp()
1102 gain->rpl_ofst_80[band][RF_PATH_B][3]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1103 FIELD_PREP(B_P0_RTL3_84_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][4] + in rtw8852b_set_rxsc_rpl_comp()
1104 gain->rpl_ofst_80[band][RF_PATH_B][4]) / 2) | in rtw8852b_set_rxsc_rpl_comp()
1105 FIELD_PREP(B_P0_RTL3_89_MASK, (gain->rpl_ofst_80[band][RF_PATH_A][9] + in rtw8852b_set_rxsc_rpl_comp()
1106 gain->rpl_ofst_80[band][RF_PATH_B][9]) / 2); in rtw8852b_set_rxsc_rpl_comp()
1366 static void rtw8852b_bb_reset_en(struct rtw89_dev *rtwdev, enum rtw89_band band, in rtw8852b_bb_reset_en() argument
1375 if (band == RTW89_BAND_2G) in rtw8852b_bb_reset_en()
1441 u8 band = chan->band_type, chan_idx; in rtw8852b_set_channel_bb() local
1464 chan_idx = rtw89_encode_chan_idx(rtwdev, chan->primary_channel, band); in rtw8852b_set_channel_bb()
1692 u8 band = chan->band_type; in rtw8852b_set_tx_shape() local
1693 u8 regd = rtw89_regd_get(rtwdev, band); in rtw8852b_set_tx_shape()
1694 u8 tx_shape_cck = rtw89_8852b_tx_shape[band][RTW89_RS_CCK][regd]; in rtw8852b_set_tx_shape()
1695 u8 tx_shape_ofdm = rtw89_8852b_tx_shape[band][RTW89_RS_OFDM][regd]; in rtw8852b_set_tx_shape()
1697 if (band == RTW89_BAND_2G) in rtw8852b_set_tx_shape()
2369 enum nl80211_band band; in rtw8852b_fill_freq_with_ppdu() local
2375 rtw89_decode_chan_idx(rtwdev, chan, &ch, &band); in rtw8852b_fill_freq_with_ppdu()
2376 status->freq = ieee80211_channel_to_frequency(ch, band); in rtw8852b_fill_freq_with_ppdu()
2377 status->band = band; in rtw8852b_fill_freq_with_ppdu()