Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c350 u16 rf_band = rf_bw_band & 0xff00; in mt76x0_phy_set_chan_rf_params() local
367 rf_band = mt76x0_frequency_plan[i].band; 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()
499 (dev->ee->pa_type == EXT_PA_5G_ONLY && (rf_band & RF_G_BAND)) || in mt76x0_phy_set_chan_rf_params()
500 (dev->ee->pa_type == EXT_PA_2G_ONLY && (rf_band & RF_A_BAND))) { in mt76x0_phy_set_chan_rf_params()
508 if (rf_band & RF_A_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()
525 if (rf_band & RF_G_BAND) { in mt76x0_phy_set_chan_rf_params()
/Linux-v4.19/drivers/media/tuners/
Dtda18271-maps.c1019 int tda18271_lookup_rf_band(struct dvb_frontend *fe, u32 *freq, u8 *rf_band) in tda18271_lookup_rf_band() argument
1037 if (rf_band) in tda18271_lookup_rf_band()
1038 *rf_band = map[i].rfband; in tda18271_lookup_rf_band()
1056 struct tda18271_map *rf_band; member
1136 map = priv->maps->rf_band; in tda18271_lookup_map()
1261 .rf_band = tda18271_rf_band,
1276 .rf_band = tda18271_rf_band,
Dtda18271-priv.h200 u32 *freq, u8 *rf_band);