Lines Matching defs:phase
60 uint8_t phase;
69 if (handle.phase != PHASE_RESET) { \
71 handle.phase = PHASE_RESET; \
229 /* Additional information only for RESET phase */
230 if (handle.phase == PHASE_RESET) {
239 ret = uart_write_8(handle.phase);
386 STM32PROG_ERROR("Invalid start at %x, for phase %u\n",
387 start_address, handle.phase);
392 STM32PROG_ERROR("FIP Header check failed %lx, for phase %u\n",
393 buffer, handle.phase);
407 handle.phase = id;
412 INFO("UART: read phase %u at 0x%lx size 0x%zx\n",
450 if ((ret == 0) && (handle.phase == PHASE_RESET)) {
462 if ((ret == 0) && (handle.phase == id)) {
463 INFO("UART: Start phase %u\n", handle.phase);