Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c375 for (i = 0; i < ARRAY_SIZE(mt76x0_rf_ext_pa_tab); i++) 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()
378 mt76x0_rf_ext_pa_tab[i].rf_bank_reg, in mt76x0_phy_set_chan_rf_params()
379 mt76x0_rf_ext_pa_tab[i].value); in mt76x0_phy_set_chan_rf_params()
H A Dinitvals_phy.h586 static const struct mt76x0_rf_switch_item mt76x0_rf_ext_pa_tab[] = { variable