Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c306 if (dev->fw_debug_bin) in mt7996_fw_debug_wm_set()
311 tx = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(1)); in mt7996_fw_debug_wm_set()
312 rx = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(2)); in mt7996_fw_debug_wm_set()
313 en = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(0)); in mt7996_fw_debug_wm_set()
417 dev->fw_debug_bin = val; in mt7996_fw_debug_bin_set()
429 *val = dev->fw_debug_bin; in mt7996_fw_debug_bin_get()
H A Dmt7996.h381 u8 fw_debug_bin; member