Lines Matching full:nss
60 u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_stream() argument
68 *nss = FIELD_GET(MT_EE_WIFI_CONF5_STREAM_NUM_BAND1, in mt7996_eeprom_parse_stream()
76 *nss = FIELD_GET(MT_EE_WIFI_CONF5_STREAM_NUM_BAND2, in mt7996_eeprom_parse_stream()
84 *nss = FIELD_GET(MT_EE_WIFI_CONF4_STREAM_NUM_BAND0, in mt7996_eeprom_parse_stream()
112 u8 path, rx_path, nss; in mt7996_eeprom_variant_valid() local
118 mt7996_eeprom_parse_stream(eeprom, i, &path, &rx_path, &nss); in mt7996_eeprom_variant_valid()
121 if (path > def_path || rx_path > def_rx_path || nss > def_nss) in mt7996_eeprom_variant_valid()
216 u8 *path, u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_efuse_hw_cap() argument
234 *nss = min_t(u8, *nss, STREAM_CAP(1 + band_offs)); in mt7996_eeprom_parse_efuse_hw_cap()
284 u8 path, rx_path, nss, band_idx = phy->mt76->band_idx; in mt7996_eeprom_parse_hw_cap() local
290 mt7996_eeprom_parse_stream(eeprom, band_idx, &path, &rx_path, &nss); in mt7996_eeprom_parse_hw_cap()
291 ret = mt7996_eeprom_parse_efuse_hw_cap(phy, &path, &rx_path, &nss); in mt7996_eeprom_parse_hw_cap()
298 if (!nss || nss > max_nss) in mt7996_eeprom_parse_hw_cap()
299 nss = max_nss; in mt7996_eeprom_parse_hw_cap()
301 nss = min_t(u8, nss, path); in mt7996_eeprom_parse_hw_cap()
306 mphy->antenna_mask = BIT(nss) - 1; in mt7996_eeprom_parse_hw_cap()