Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c299 if (dev->fw_debug_bin) 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()
410 dev->fw_debug_bin = val; in mt7996_fw_debug_bin_set()
422 *val = dev->fw_debug_bin; in mt7996_fw_debug_bin_get()
799 debugfs_create_file("fw_debug_bin", 0600, dir, dev, &fops_fw_debug_bin); in mt7996_init_debugfs()
H A Dmt7996.h234 u8 fw_debug_bin; member

Completed in 3 milliseconds