Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Ds_record.c40 return (SREC_E_NOSREC); in srec_decode()
93 return (SREC_E_NOSREC); in srec_decode()
102 return (SREC_E_NOSREC); in srec_decode()
114 return (SREC_E_NOSREC); in srec_decode()
122 return (SREC_E_NOSREC); in srec_decode()
137 return (SREC_E_NOSREC); in srec_decode()
146 return (SREC_E_NOSREC); in srec_decode()
/OK3568_Linux_fs/u-boot/include/
H A Ds_record.h92 #define SREC_E_NOSREC -2 /* line format differs from s-record */ macro