Searched refs:next_command_buffer_entry (Results 1 – 1 of 1) sorted by relevance
195 static command_buffer_element_t *next_command_buffer_entry = debug_command_buffer; in pe_init_debug_command() local198 command_buffer_element_t *command_starting_index = next_command_buffer_entry; in pe_init_debug_command()237 __func__, entry_name, next_command_buffer_entry - command_starting_index, in pe_init_debug_command()244 __func__, entry_name, next_command_buffer_entry - command_starting_index ); in pe_init_debug_command()249 next_command_buffer_entry->value = *(reg_prop + 1); in pe_init_debug_command()251 next_command_buffer_entry->delay_us = DELAY_US(*reg_prop); in pe_init_debug_command()252 next_command_buffer_entry->is_32bit = REGISTER_IS_32BIT(*reg_prop); in pe_init_debug_command()254 next_command_buffer_entry->delay_us = 0; in pe_init_debug_command()255 next_command_buffer_entry->is_32bit = false; in pe_init_debug_command()263 next_command_buffer_entry++; in pe_init_debug_command()[all …]