Home
last modified time | relevance | path

Searched refs:rf_band (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c237 u16 rf_band = rf_bw_band & 0xff00; in mt76x0_phy_set_chan_rf_params() local
253 rf_band = mt76x0_frequency_plan[i].band; 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()
361 band = (rf_band & RF_G_BAND) ? NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; in mt76x0_phy_set_chan_rf_params()
369 if (rf_band & RF_A_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()
382 if (rf_band & RF_G_BAND) { in mt76x0_phy_set_chan_rf_params()
/drivers/media/tuners/
Dtda18271-maps.c1007 int tda18271_lookup_rf_band(struct dvb_frontend *fe, u32 *freq, u8 *rf_band) in tda18271_lookup_rf_band() argument
1025 if (rf_band) in tda18271_lookup_rf_band()
1026 *rf_band = map[i].rfband; in tda18271_lookup_rf_band()
1044 struct tda18271_map *rf_band; member
1124 map = priv->maps->rf_band; in tda18271_lookup_map()
1249 .rf_band = tda18271_rf_band,
1264 .rf_band = tda18271_rf_band,
Dtda18271-priv.h188 u32 *freq, u8 *rf_band);
/drivers/net/wireless/ath/wcn36xx/
Dtxrx.h113 u32 rf_band:2; member
Dtxrx.c370 if (bd->rf_band != 1 && hwch <= sizeof(ab_rx_ch_map) && hwch >= 1) { in wcn36xx_rx_skb()