Searched refs:NVRAM_crc_update (Results 1 – 1 of 1) sorted by relevance
135 static uint16_t NVRAM_crc_update (uint16_t prev, uint16_t value) in NVRAM_crc_update() function159 crc = NVRAM_crc_update(crc, NVRAM_get_word(nvram, start + i)); in NVRAM_compute_crc()162 crc = NVRAM_crc_update(crc, NVRAM_get_byte(nvram, start + i) << 8); in NVRAM_compute_crc()