Home
last modified time | relevance | path

Searched refs:read_phase (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog_serial.c124 if (data->read_phase <= PHASE_LAST_USER && in stm32prog_read()
125 phase != data->read_phase) { in stm32prog_read()
127 dfu_entity = dfu_get_entity(data->read_phase - 1); in stm32prog_read()
146 (data->read_phase != phase || data->offset != offset)) in stm32prog_read()
162 data->read_phase = phase; in stm32prog_read()
177 data->read_phase = PHASE_END; in stm32prog_read()
A Dstm32prog.h139 u8 read_phase; member
A Dstm32prog.c1696 data->read_phase = PHASE_RESET; in stm32prog_init()

Completed in 6 milliseconds