Searched refs:xyzModem_stream_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/common/spl/ |
H A D | spl_ymodem.c | 44 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 D | xyzModem.h | 66 int xyzModem_stream_read(char *buf, int size, int *err);
|
/openbmc/u-boot/common/ |
H A D | xyzModem.c | 489 xyzModem_stream_read (char *buf, int size, int *err) in xyzModem_stream_read() function
|
/openbmc/u-boot/cmd/ |
H A D | load.c | 969 xyzModem_stream_read(ymodemBuf, 1024, &err)) > 0) { in load_serial_ymodem()
|