Home
last modified time | relevance | path

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

/openbmc/linux/tools/firmware/
H A Dihex2fw.c138 uint8_t type, crc = 0, crcbyte = 0; in process_ihex() local
186 crcbyte = hex(data + i, &crc); i += 2; in process_ihex()
189 line, crcbyte, (unsigned char)(crcbyte-crc)); in process_ihex()