Searched refs:next_command_buffer_entry (Results 1 – 1 of 1) sorted by relevance
298 static command_buffer_element_t *next_command_buffer_entry = debug_command_buffer; in pe_init_debug_command() local301 command_buffer_element_t *command_starting_index = next_command_buffer_entry; in pe_init_debug_command()340 __func__, entry_name, next_command_buffer_entry - command_starting_index, in pe_init_debug_command()344 if (next_command_buffer_entry - debug_command_buffer >= DEBUG_COMMAND_BUFFER_SIZE - 1) { in pe_init_debug_command()347 __func__, entry_name, next_command_buffer_entry - command_starting_index ); in pe_init_debug_command()350 next_command_buffer_entry->address = debug_reg_window + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()351 next_command_buffer_entry->address_pa = base_address_pa + REGISTER_OFFSET(*reg_prop); in pe_init_debug_command()352 next_command_buffer_entry->value = *(reg_prop + 1); in pe_init_debug_command()354 next_command_buffer_entry->delay_us = DELAY_US(*reg_prop); in pe_init_debug_command()355 next_command_buffer_entry->is_32bit = REGISTER_IS_32BIT(*reg_prop); in pe_init_debug_command()[all …]