Lines Matching defs:enabled

589 #define DBG_BUS_BLOCK_DATA_ENABLE_MASK_MASK       0xF /* 4-bit value: bit i set -> dword/qword i is enabled. */
655 #define DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK_MASK 0xF /* 4-bit value: bit i set -> dword i of the trigger state block (after right shift) is enabled. */
712 u8 enabled /* indicates if the Storm is enabled for recording */;
713 u8 mode /* Storm debug mode, valid only if the Storm is enabled (use enum dbg_bus_storm_modes) */;
731 u8 num_enabled_blocks /* Number of blocks enabled for recording */;
732 u8 num_enabled_storms /* Number of Storms enabled for recording */;
734 u8 one_shot_en /* Indicates if one-shot mode is enabled (0/1) */;
735 u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */;
736 u8 timestamp_input_en /* Indicates if timestamp recording is enabled (0/1) */;
737 u8 filter_en /* Indicates if the recording filter is enabled (0/1) */;
738 u8 adding_filter /* If true, the next added constraint belong to the filter. Otherwise, it belongs to the last added trigger state. Valid only if either filter or triggers are enabled. */;
739 u8 filter_pre_trigger /* Indicates if the recording filter should be applied before the trigger. Valid only if both filter and trigger are enabled (0/1) */;
740 u8 filter_post_trigger /* Indicates if the recording filter should be applied after the trigger. Valid only if both filter and trigger are enabled (0/1) */;
742 u8 trigger_en /* Indicates if the recording trigger is enabled (0/1) */;
1053 u8 mode_enable[40] /* Indicates if a mode is enabled (0/1) */;