Home
last modified time | relevance | path

Searched refs:bw_band (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.h34 u16 bw_band; member
40 u16 bw_band; member
Dphy.c477 if (rf_bw == mt76x0_rf_bw_switch_tab[i].bw_band) { 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()
488 if (mt76x0_rf_band_switch_tab[i].bw_band & rf_band) { in mt76x0_phy_set_chan_rf_params()
520 if (mt76x0_rf_ext_pa_tab[i].bw_band & rf_band) in mt76x0_phy_set_chan_rf_params()
549 if ((rf_bw_band & item->bw_band) != rf_bw_band) in mt76x0_phy_set_chan_bbp_params()
950 if (item->bw_band == RF_BW_20) in mt76x0_rf_init()
952 else if (((RF_G_BAND | RF_BW_20) & item->bw_band) == (RF_G_BAND | RF_BW_20)) in mt76x0_rf_init()
957 if (mt76x0_rf_band_switch_tab[i].bw_band & RF_G_BAND) { in mt76x0_rf_init()
Dinit.c153 if (((RF_G_BAND | RF_BW_20) & item->bw_band) == (RF_G_BAND | RF_BW_20)) in mt76x0_init_bbp()