Searched refs:srec_type (Results 1 - 1 of 1) sorted by path

/u-boot/common/
H A Ds_record.c16 int srec_type; /* S-Record type */ local
47 srec_type = SREC_START; /* 2 byte addr field */
51 srec_type = SREC_DATA2; /* 2 byte addr field */
55 srec_type = SREC_DATA3; /* 3 byte addr field */
59 srec_type = SREC_DATA4; /* 4 byte addr field */
64 srec_type = SREC_COUNT; /* a 2 byte record counter */
69 srec_type = SREC_END4; /* 4 byte addr field */
73 srec_type = SREC_END3; /* 3 byte addr field */
77 srec_type = SREC_END2; /* 2 byte addr field */
151 return (srec_type);
[all...]

Completed in 126 milliseconds