Home
last modified time | relevance | path

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

/u-boot/env/
A Deeprom.c91 ulong len, crc[2], crc_tmp; in env_eeprom_load() local
111 crc_tmp = 0; in env_eeprom_load()
120 crc_tmp = crc32(crc_tmp, rdbuf, n); in env_eeprom_load()
125 if (crc_tmp == crc[i]) in env_eeprom_load()

Completed in 3 milliseconds