Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c501 if (dev->fw.debug_bin) in mt7915_fw_debug_wm_set()
506 tx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(1)); in mt7915_fw_debug_wm_set()
507 rx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(2)); in mt7915_fw_debug_wm_set()
508 en = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(0)); in mt7915_fw_debug_wm_set()
625 dev->fw.debug_bin = val; in mt7915_fw_debug_bin_set()
637 *val = dev->fw.debug_bin; in mt7915_fw_debug_bin_get()
H A Dmt7915.h314 u8 debug_bin; member