Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c557 dev->fw.debug_wa = val ? MCU_FW_LOG_TO_HOST : 0; in mt7915_fw_debug_wa_set()
559 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WA, dev->fw.debug_wa); in mt7915_fw_debug_wa_set()
564 MCU_WA_PARAM_PDMA_RX, !!dev->fw.debug_wa, 0); in mt7915_fw_debug_wa_set()
567 dev->fw.debug_wa = 0; in mt7915_fw_debug_wa_set()
577 *val = dev->fw.debug_wa; in mt7915_fw_debug_wa_get()
672 if (dev->fw.debug_wa) in mt7915_fw_util_wa_show()
H A Dmt7915.h312 u8 debug_wa; member