Lines Matching refs:next_step
389 static int next_step = -1; in stm32mp1_ddr_interactive() local
391 if (next_step < 0 && step == STEP_DDR_RESET) { in stm32mp1_ddr_interactive()
395 next_step = STEP_DDR_RESET; in stm32mp1_ddr_interactive()
401 next_step = STEP_DDR_RESET; in stm32mp1_ddr_interactive()
410 log_debug("** step %d ** %s / %d\n", step, step_str[step], next_step); in stm32mp1_ddr_interactive()
412 if (next_step < 0) in stm32mp1_ddr_interactive()
422 if (next_step > step) in stm32mp1_ddr_interactive()
425 while (next_step == step) { in stm32mp1_ddr_interactive()
444 next_step = STEP_DDR_RESET; in stm32mp1_ddr_interactive()
464 next_step = STEP_RUN; in stm32mp1_ddr_interactive()
468 next_step = step + 1; in stm32mp1_ddr_interactive()
472 next_step = stm32mp1_do_step(step, argc, argv); in stm32mp1_ddr_interactive()
496 return next_step == STEP_DDR_RESET; in stm32mp1_ddr_interactive()