Home
last modified time | relevance | path

Searched refs:mt76x0_rf_band_switch_tab (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c487 for (i = 0; i < ARRAY_SIZE(mt76x0_rf_band_switch_tab); i++) { in mt76x0_phy_set_chan_rf_params()
488 if (mt76x0_rf_band_switch_tab[i].bw_band & rf_band) { in mt76x0_phy_set_chan_rf_params()
489 rf_wr(dev, mt76x0_rf_band_switch_tab[i].rf_bank_reg, in mt76x0_phy_set_chan_rf_params()
490 mt76x0_rf_band_switch_tab[i].value); in mt76x0_phy_set_chan_rf_params()
956 for (i = 0; i < ARRAY_SIZE(mt76x0_rf_band_switch_tab); i++) { in mt76x0_rf_init()
957 if (mt76x0_rf_band_switch_tab[i].bw_band & RF_G_BAND) { in mt76x0_rf_init()
959 mt76x0_rf_band_switch_tab[i].rf_bank_reg, in mt76x0_rf_init()
960 mt76x0_rf_band_switch_tab[i].value); in mt76x0_rf_init()
Dinitvals_phy.h384 static const struct mt76x0_rf_switch_item mt76x0_rf_band_switch_tab[] = { variable