Home
last modified time | relevance | path

Searched defs:is_7976 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Deeprom.c277 bool tssi_on, is_7976; in mt7915_eeprom_get_target_power() local
324 bool is_7976 = mt7915_check_adie(dev, false) || is_mt7916(&dev->mt76); in mt7915_eeprom_get_power_delta() local
H A Deeprom.h103 mt7915_get_channel_group_5g(int channel, bool is_7976) in mt7915_get_channel_group_5g()
H A Dsoc.c381 static inline bool is_7976(struct mt7915_dev *dev, u8 adie, u32 adie_type) in is_7976() function