Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_ymodem.c45 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()
88 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in spl_ymodem_load_image()
108 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) in spl_ymodem_load_image()
120 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) { in spl_ymodem_load_image()
/external/u-boot/include/
DxyzModem.h66 int xyzModem_stream_read(char *buf, int size, int *err);
/external/u-boot/common/
DxyzModem.c487 xyzModem_stream_read (char *buf, int size, int *err) in xyzModem_stream_read() function
/external/u-boot/cmd/
Dload.c969 xyzModem_stream_read(ymodemBuf, 1024, &err)) > 0) { in load_serial_ymodem()