Home
last modified time | relevance | path

Searched refs:BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_ymodem.c19 #define BUF_SIZE 1024 macro
46 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit()
54 memcpy(addr, &buf[BUF_SIZE - res], res); in ymodem_read_fit()
59 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit()
79 char buf[BUF_SIZE]; in spl_ymodem_load_image()
89 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in spl_ymodem_load_image()
104 info.image_read = BUF_SIZE; in spl_ymodem_load_image()
109 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) in spl_ymodem_load_image()
121 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) { in spl_ymodem_load_image()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Ddialog.h49 #define BUF_SIZE (10*1024) macro