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()241 if (next_command_buffer_entry - debug_command_buffer >= DEBUG_COMMAND_BUFFER_SIZE - 1) { in pe_init_debug_command()244 __func__, entry_name, next_command_buffer_entry - command_starting_index ); in pe_init_debug_command()247 next_command_buffer_entry->address = debug_reg_window + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()248 next_command_buffer_entry->address_pa = base_address_pa + REGISTER_OFFSET(*reg_prop); 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()[all …]