Lines Matching full:band
163 u8 band = phy->mt76->band_idx; in mt7915_eeprom_parse_band_config() local
166 val = eeprom[MT_EE_WIFI_CONF + band]; in mt7915_eeprom_parse_band_config()
180 u8p_replace_bits(&eeprom[MT_EE_WIFI_CONF + band], in mt7915_eeprom_parse_band_config()
185 u8p_replace_bits(&eeprom[MT_EE_WIFI_CONF + band], in mt7915_eeprom_parse_band_config()
198 val = band ? MT_EE_BAND_SEL_5GHZ : MT_EE_BAND_SEL_2GHZ; in mt7915_eeprom_parse_band_config()
220 u8 band = phy->mt76->band_idx; in mt7915_eeprom_parse_hw_cap() local
230 eeprom[MT_EE_WIFI_CONF + band]); in mt7915_eeprom_parse_hw_cap()
243 if (band) in mt7915_eeprom_parse_hw_cap()
248 eeprom[MT_EE_WIFI_CONF + 2 + band]); in mt7915_eeprom_parse_hw_cap()
260 if (band) in mt7915_eeprom_parse_hw_cap()
303 tssi_on = mt7915_tssi_enabled(dev, chan->band); in mt7915_eeprom_get_target_power()
306 if (chan->band == NL80211_BAND_2GHZ) { in mt7915_eeprom_get_target_power()
317 } else if (chan->band == NL80211_BAND_5GHZ) { in mt7915_eeprom_get_target_power()
340 s8 mt7915_eeprom_get_power_delta(struct mt7915_dev *dev, int band) in mt7915_eeprom_get_power_delta() argument
347 if (band == NL80211_BAND_2GHZ) in mt7915_eeprom_get_power_delta()
349 else if (band == NL80211_BAND_5GHZ) in mt7915_eeprom_get_power_delta()