Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Deeprom.c88 ulong len, crc[2], crc_tmp; in env_eeprom_load() local
108 crc_tmp = 0; in env_eeprom_load()
117 crc_tmp = crc32(crc_tmp, rdbuf, n); in env_eeprom_load()
122 if (crc_tmp == crc[i]) in env_eeprom_load()