Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/mt7996/
A Deeprom.c226 #define STREAM_CAP(_offs) ((cap & (0x7 << (_offs))) >> (_offs)) in mt7996_eeprom_parse_efuse_hw_cap() macro
240 *nss = min_t(u8, *nss, STREAM_CAP(1 + band_offs)); in mt7996_eeprom_parse_efuse_hw_cap()
241 *path = min_t(u8, *path, STREAM_CAP(10 + band_offs)); in mt7996_eeprom_parse_efuse_hw_cap()
242 *rx_path = min_t(u8, *rx_path, STREAM_CAP(19 + band_offs)); in mt7996_eeprom_parse_efuse_hw_cap()

Completed in 6 milliseconds