Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ds_record.h97 int srec_decode (char *input, int *count, ulong *addr, char *data);
/openbmc/u-boot/common/
H A Ds_record.c13 int srec_decode (char *input, int *count, ulong *addr, char *data) in srec_decode() function
/openbmc/u-boot/cmd/
H A Dload.c142 type = srec_decode(record, &binlen, &addr, binbuf); in load_serial()