Lines Matching refs:step_str
39 const char *step_str[] = { variable
147 step, step_str[step], in stm32mp1_check_step()
149 step_str[expected]); in stm32mp1_check_step()
164 printf("step = %d : %s\n", step, step_str[step]); in stm32mp1_do_info()
296 for (i = 0; i < ARRAY_SIZE(step_str); i++) in stm32mp1_do_step()
297 printf("%d:%s\n", i, step_str[i]); in stm32mp1_do_step()
303 value >= ARRAY_SIZE(step_str)) { in stm32mp1_do_step()
312 (int)value, step_str[value], in stm32mp1_do_step()
313 step, step_str[step]); in stm32mp1_do_step()
317 (int)value, step_str[value]); in stm32mp1_do_step()
410 log_debug("** step %d ** %s / %d\n", step, step_str[step], next_step); in stm32mp1_ddr_interactive()
415 if (step < 0 || step > ARRAY_SIZE(step_str)) { in stm32mp1_ddr_interactive()
420 printf("%d:%s\n", step, step_str[step]); in stm32mp1_ddr_interactive()