dmub_hw_control_lock_fast_params
block_sequence[*num_steps].params.dmub_hw_control_lock_fast_params.dc = dc;
block_sequence[*num_steps].params.dmub_hw_control_lock_fast_params.lock = true;
block_sequence[*num_steps].params.dmub_hw_control_lock_fast_params.is_required = is_dmub_lock_required;
block_sequence[*num_steps].params.dmub_hw_control_lock_fast_params.dc = dc;
block_sequence[*num_steps].params.dmub_hw_control_lock_fast_params.lock = false;
block_sequence[*num_steps].params.dmub_hw_control_lock_fast_params.is_required = is_dmub_lock_required;
struct dc *dc = params->dmub_hw_control_lock_fast_params.dc;
bool lock = params->dmub_hw_control_lock_fast_params.lock;
if (params->dmub_hw_control_lock_fast_params.is_required) {
struct dmub_hw_control_lock_fast_params dmub_hw_control_lock_fast_params;