Searched refs:step_str (Results 1 – 1 of 1) sorted by relevance
39 const char *step_str[] = { variable147 step, step_str[step], in stm32mp1_check_step()149 step_str[expected]); in stm32mp1_check_step()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()415 if (step < 0 || step > ARRAY_SIZE(step_str)) { in stm32mp1_ddr_interactive()[all …]
Completed in 2 milliseconds