Home
last modified time | relevance | path

Searched refs:next_step (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_interactive.c389 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()
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()
[all …]
/u-boot/drivers/ddr/fsl/
A Dinteractive.c1897 unsigned int next_step = STEP_GET_SPD; in fsl_ddr_interactive() local
1957 next_step, in fsl_ddr_interactive()
1958 step_to_string(next_step)); in fsl_ddr_interactive()
2185 next_step = STEP_COMPUTE_DIMM_PARMS; in fsl_ddr_interactive()
2193 next_step = STEP_COMPUTE_COMMON_PARMS; in fsl_ddr_interactive()
2199 next_step = STEP_GATHER_OPTS; in fsl_ddr_interactive()
2205 next_step = STEP_ASSIGN_ADDRESSES; in fsl_ddr_interactive()
2219 next_step = STEP_PROGRAM_REGS; in fsl_ddr_interactive()
2247 next_step = STEP_GET_SPD; in fsl_ddr_interactive()
2248 ddrsize = fsl_ddr_compute(pinfo, next_step, 0); in fsl_ddr_interactive()
[all …]
/u-boot/doc/
A DREADME.fsl-ddr302 Note, check "next_step" to show the flow. For example, after edit opts, the
303 next_step is STEP_ASSIGN_ADDRESSES. After editing registers, the next_step is
344 no argument - recompute from current next_step
346 next_step
347 no argument - show current next_step

Completed in 8 milliseconds