Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A DxyzModem.c443 if (xyz.mode == xyzModem_xmodem) in xyzModem_stream_open()
514 if (xyz.mode == xyzModem_xmodem || xyz.file_length == 0) in xyzModem_stream_read()
536 if (xyz.mode != xyzModem_xmodem && 0 != xyz.file_length) in xyzModem_stream_read()
628 case xyzModem_xmodem: in xyzModem_stream_terminate()
/openbmc/u-boot/include/
H A DxyzModem.h28 #define xyzModem_xmodem 1 macro
/openbmc/u-boot/cmd/
H A Dload.c473 addr = load_serial_ymodem(offset, xyzModem_xmodem); in do_load_serial_bin()