Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c315 if (test_bit(MT76_STATE_MCU_RUNNING, &dev->mphy.state) && mt7996_has_wa(dev)) in mt7996_mcu_send_message()
400 if (mt7996_has_wa(dev)) in mt7996_mcu_wa_cmd()
3532 if (!mt7996_has_wa(dev)) in mt7996_load_ram()
3602 fw_state = mt7996_has_wa(dev) ? FW_STATE_RDY : FW_STATE_NORMAL_TRX; in mt7996_load_firmware()
3741 if (mt7996_has_wa(dev)) { in mt7996_mcu_init_firmware()
5516 if (!mt7996_has_wa(dev)) { in mt7996_mcu_cp_support()
H A Dmt7996.h860 static inline bool mt7996_has_wa(struct mt7996_dev *dev) in mt7996_has_wa() function
H A Dmac.c1022 if (!mt7996_has_wa(dev)) { in mt7996_tx_use_mgmt()