Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c498 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()
526 mt76_wr(dev, MT_DIC_CMD_REG_CMD, BIT(2) | BIT(13) | !dev->fw.debug_wm); in mt7915_fw_debug_wm_set()
532 dev->fw.debug_wm = 0; in mt7915_fw_debug_wm_set()
542 *val = dev->fw.debug_wm; in mt7915_fw_debug_wm_get()
627 return mt7915_fw_debug_wm_set(dev, dev->fw.debug_wm); in mt7915_fw_debug_bin_set()
650 if (dev->fw.debug_wm) { in mt7915_fw_util_wm_show()
H A Dmt7915.h306 u8 debug_wm; member