Searched refs:debug_wm (Results 1 – 2 of 2) sorted by relevance
450 dev->fw.debug_wm = val ? MCU_FW_LOG_TO_HOST : 0; in mt7915_fw_debug_wm_set()455 val = dev->fw.debug_wm; in mt7915_fw_debug_wm_set()457 tx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(1)); in mt7915_fw_debug_wm_set()458 rx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(2)); in mt7915_fw_debug_wm_set()459 en = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(0)); in mt7915_fw_debug_wm_set()478 mt76_wr(dev, MT_DIC_CMD_REG_CMD, BIT(2) | BIT(13) | !dev->fw.debug_wm); in mt7915_fw_debug_wm_set()484 dev->fw.debug_wm = 0; in mt7915_fw_debug_wm_set()494 *val = dev->fw.debug_wm; in mt7915_fw_debug_wm_get()579 return mt7915_fw_debug_wm_set(dev, dev->fw.debug_wm); in mt7915_fw_debug_bin_set()606 if (dev->fw.debug_wm) { in mt7915_fw_util_wm_show()
326 u8 debug_wm; member