Searched refs:debug_wm (Results 1 – 2 of 2) sorted by relevance
498 dev->fw.debug_wm = val ? MCU_FW_LOG_TO_HOST : 0; in mt7915_fw_debug_wm_set()503 val = dev->fw.debug_wm; in mt7915_fw_debug_wm_set()505 tx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(1)); in mt7915_fw_debug_wm_set()506 rx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(2)); in mt7915_fw_debug_wm_set()507 en = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(0)); in mt7915_fw_debug_wm_set()527 (dev->fw.debug_wm ? 0 : BIT(0))); in mt7915_fw_debug_wm_set()533 dev->fw.debug_wm = 0; in mt7915_fw_debug_wm_set()543 *val = dev->fw.debug_wm; in mt7915_fw_debug_wm_get()628 return mt7915_fw_debug_wm_set(dev, dev->fw.debug_wm); in mt7915_fw_debug_bin_set()651 if (dev->fw.debug_wm) { in mt7915_fw_util_wm_show()
311 u8 debug_wm; member