Searched refs:mt76x0_rf_bw_switch_tab (Results 1 – 2 of 2) sorted by relevance
476 for (i = 0; i < ARRAY_SIZE(mt76x0_rf_bw_switch_tab); i++) { in mt76x0_phy_set_chan_rf_params()477 if (rf_bw == mt76x0_rf_bw_switch_tab[i].bw_band) { in mt76x0_phy_set_chan_rf_params()478 rf_wr(dev, mt76x0_rf_bw_switch_tab[i].rf_bank_reg, in mt76x0_phy_set_chan_rf_params()479 mt76x0_rf_bw_switch_tab[i].value); in mt76x0_phy_set_chan_rf_params()480 } else if ((rf_bw == (mt76x0_rf_bw_switch_tab[i].bw_band & 0xFF)) && in mt76x0_phy_set_chan_rf_params()481 (rf_band & mt76x0_rf_bw_switch_tab[i].bw_band)) { in mt76x0_phy_set_chan_rf_params()482 rf_wr(dev, mt76x0_rf_bw_switch_tab[i].rf_bank_reg, in mt76x0_phy_set_chan_rf_params()483 mt76x0_rf_bw_switch_tab[i].value); in mt76x0_phy_set_chan_rf_params()947 for (i = 0; i < ARRAY_SIZE(mt76x0_rf_bw_switch_tab); i++) { in mt76x0_rf_init()948 const struct mt76x0_rf_switch_item *item = &mt76x0_rf_bw_switch_tab[i]; in mt76x0_rf_init()
329 static const struct mt76x0_rf_switch_item mt76x0_rf_bw_switch_tab[] = { variable