Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c44 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit()
58 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit()
89 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in spl_ymodem_load_image()
109 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) in spl_ymodem_load_image()
127 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) { in spl_ymodem_load_image()
/openbmc/u-boot/include/
H A DxyzModem.h66 int xyzModem_stream_read(char *buf, int size, int *err);
/openbmc/u-boot/common/
H A DxyzModem.c489 xyzModem_stream_read (char *buf, int size, int *err) in xyzModem_stream_read() function
/openbmc/u-boot/cmd/
H A Dload.c969 xyzModem_stream_read(ymodemBuf, 1024, &err)) > 0) { in load_serial_ymodem()