Home
last modified time | relevance | path

Searched refs:xyzModem_ymodem (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
DxyzModem.h29 #define xyzModem_ymodem 2 macro
/external/u-boot/common/spl/
Dspl_ymodem.c81 info.mode = xyzModem_ymodem; in spl_ymodem_load_image()
/external/u-boot/common/
DxyzModem.c563 if (xyz.mode == xyzModem_ymodem) in xyzModem_stream_read()
627 case xyzModem_ymodem: in xyzModem_stream_terminate()
/external/u-boot/cmd/
Dload.c465 addr = load_serial_ymodem(offset, xyzModem_ymodem); in do_load_serial_bin()