Searched refs:fw_debug_bin (Results 1 – 2 of 2) sorted by relevance
304 if (dev->fw_debug_bin) in mt7996_fw_debug_wm_set()309 tx = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(1)); in mt7996_fw_debug_wm_set()310 rx = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(2)); in mt7996_fw_debug_wm_set()311 en = dev->fw_debug_wm || (dev->fw_debug_bin & BIT(0)); in mt7996_fw_debug_wm_set()415 dev->fw_debug_bin = val; in mt7996_fw_debug_bin_set()427 *val = dev->fw_debug_bin; in mt7996_fw_debug_bin_get()
234 u8 fw_debug_bin; member