Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dtlv_eeprom.c101 unsigned int stored_crc; in is_checksum_valid() local
116 stored_crc = (eeprom_crc->value[0] << 24) | in is_checksum_valid()
120 return calc_crc == stored_crc; in is_checksum_valid()

Completed in 3 milliseconds