Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c297 dev->fw_debug_wm = val ? MCU_FW_LOG_TO_HOST : 0; in mt7996_fw_debug_wm_set()
302 val = dev->fw_debug_wm; in mt7996_fw_debug_wm_set()
304 tx = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(1)); in mt7996_fw_debug_wm_set()
305 rx = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(2)); in mt7996_fw_debug_wm_set()
306 en = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(0)); in mt7996_fw_debug_wm_set()
334 *val = dev->fw_debug_wm; in mt7996_fw_debug_wm_get()
414 return mt7996_fw_debug_wm_set(dev, dev->fw_debug_wm); in mt7996_fw_debug_bin_set()
H A Dmt7996.h232 u8 fw_debug_wm; member