Searched refs:debug_bin (Results 1 – 2 of 2) sorted by relevance
521 if (dev->fw.debug_bin) in mt7915_fw_debug_wm_set()526 tx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(1)); in mt7915_fw_debug_wm_set()527 rx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(2)); in mt7915_fw_debug_wm_set()528 en = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(0)); in mt7915_fw_debug_wm_set()645 dev->fw.debug_bin = val; in mt7915_fw_debug_bin_set()657 *val = dev->fw.debug_bin; in mt7915_fw_debug_bin_get()
312 u8 debug_bin; member
Completed in 10 milliseconds