Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dphy.h43 u16 bw_band; member
49 u16 bw_band; member
A Dphy.c339 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()
A Dinit.c101 if (((RF_G_BAND | RF_BW_20) & item->bw_band) == (RF_G_BAND | RF_BW_20)) in mt76x0_init_bbp()

Completed in 5 milliseconds