Searched refs:next_step (Results 1 – 3 of 3) sorted by relevance
389 static int next_step = -1; in stm32mp1_ddr_interactive() local391 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 …]
1897 unsigned int next_step = STEP_GET_SPD; in fsl_ddr_interactive() local1957 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 …]
302 Note, check "next_step" to show the flow. For example, after edit opts, the303 next_step is STEP_ASSIGN_ADDRESSES. After editing registers, the next_step is344 no argument - recompute from current next_step346 next_step347 no argument - show current next_step
Completed in 8 milliseconds