Searched defs:dbg_bus_data (Results 1 – 1 of 1) sorted by relevance
692 struct dbg_bus_data struct694 u32 app_version /* The tools version number of the application */;695 u8 state /* The current debug bus state (use enum dbg_bus_states) */;696 u8 hw_dwords /* HW dwords per cycle */;697 … The HW IDs of the recorded HW blocks, where bits i*3..i*3+2 contain the HW ID of dword/qword i */;698 u8 num_enabled_blocks /* Number of blocks enabled for recording */;699 u8 num_enabled_storms /* Number of Storms enabled for recording */;700 u8 target /* Output target (use enum dbg_bus_targets) */;701 u8 one_shot_en /* Indicates if one-shot mode is enabled (0/1) */;702 u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */;[all …]