Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DxyzModem.h29 #define xyzModem_ymodem 2 macro
/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c82 info.mode = xyzModem_ymodem; in spl_ymodem_load_image()
/openbmc/u-boot/common/
H A DxyzModem.c565 if (xyz.mode == xyzModem_ymodem) in xyzModem_stream_read()
629 case xyzModem_ymodem: in xyzModem_stream_terminate()
/openbmc/u-boot/cmd/
H A Dload.c465 addr = load_serial_ymodem(offset, xyzModem_ymodem); in do_load_serial_bin()