Searched refs:bw_band (Results 1 – 3 of 3) sorted by relevance
43 u16 bw_band; member49 u16 bw_band; member
339 if (rf_bw == mt76x0_rf_bw_switch_tab[i].bw_band) { in mt76x0_phy_set_chan_rf_params()343 } else if ((rf_bw == (mt76x0_rf_bw_switch_tab[i].bw_band & 0xFF)) && in mt76x0_phy_set_chan_rf_params()344 (rf_band & mt76x0_rf_bw_switch_tab[i].bw_band)) { in mt76x0_phy_set_chan_rf_params()352 if (mt76x0_rf_band_switch_tab[i].bw_band & rf_band) { in mt76x0_phy_set_chan_rf_params()376 if (mt76x0_rf_ext_pa_tab[i].bw_band & rf_band) in mt76x0_phy_set_chan_rf_params()408 if ((rf_bw_band & item->bw_band) != rf_bw_band) in mt76x0_phy_set_chan_bbp_params()1171 if (item->bw_band == RF_BW_20) in mt76x0_phy_rf_init()1173 else if (((RF_G_BAND | RF_BW_20) & item->bw_band) == in mt76x0_phy_rf_init()1179 if (mt76x0_rf_band_switch_tab[i].bw_band & RF_G_BAND) { in mt76x0_phy_rf_init()
101 if (((RF_G_BAND | RF_BW_20) & item->bw_band) == (RF_G_BAND | RF_BW_20)) in mt76x0_init_bbp()
Completed in 8 milliseconds