Searched refs:next_command_buffer_entry (Results 1 – 1 of 1) sorted by relevance
201 static command_buffer_element_t *next_command_buffer_entry = debug_command_buffer; in pe_init_debug_command() local204 command_buffer_element_t *command_starting_index = next_command_buffer_entry; in pe_init_debug_command()243 __func__, entry_name, next_command_buffer_entry - command_starting_index, in pe_init_debug_command()247 if (next_command_buffer_entry - debug_command_buffer >= DEBUG_COMMAND_BUFFER_SIZE - 1) { in pe_init_debug_command()250 __func__, entry_name, next_command_buffer_entry - command_starting_index ); in pe_init_debug_command()253 next_command_buffer_entry->address = debug_reg_window + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()254 next_command_buffer_entry->address_pa = base_address_pa + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()255 next_command_buffer_entry->value = *(reg_prop + 1); in pe_init_debug_command()257 next_command_buffer_entry->delay_us = DELAY_US(*reg_prop); in pe_init_debug_command()258 next_command_buffer_entry->is_32bit = REGISTER_IS_32BIT(*reg_prop); in pe_init_debug_command()[all …]