dccg_update_dpp_dto_params
struct dccg *dccg = params->dccg_update_dpp_dto_params.dccg;
int dpp_inst = params->dccg_update_dpp_dto_params.dpp_inst;
int dppclk_khz = params->dccg_update_dpp_dto_params.dppclk_khz;
seq_state->steps[*seq_state->num_steps].params.dccg_update_dpp_dto_params.dccg = dccg;
seq_state->steps[*seq_state->num_steps].params.dccg_update_dpp_dto_params.dpp_inst = dpp_inst;
seq_state->steps[*seq_state->num_steps].params.dccg_update_dpp_dto_params.dppclk_khz = dppclk_khz;
struct dccg_update_dpp_dto_params dccg_update_dpp_dto_params;