Home
last modified time | relevance | path

Searched refs:PHASE_RESET (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/st/common/
H A Dstm32cubeprogrammer_usb.c36 if (dfu->phase != PHASE_RESET) { \
40 dfu->phase = PHASE_RESET; \
80 if (dfu->phase == PHASE_RESET) { in dfu_callback_upload()
H A Dstm32cubeprogrammer_uart.c69 if (handle.phase != PHASE_RESET) { \
71 handle.phase = PHASE_RESET; \
230 if (handle.phase == PHASE_RESET) { in uart_send_phase()
450 if ((ret == 0) && (handle.phase == PHASE_RESET)) { in uart_read()
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32cubeprogrammer.h19 #define PHASE_RESET 0xFFU macro
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_usb_dfu.c402 ret = PHASE_RESET; in usb_dfu_get_phase()
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c366 ret = PHASE_RESET; in usb_dfu_get_phase()