Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dprep.c135 static uint16_t NVRAM_crc_update (uint16_t prev, uint16_t value) in NVRAM_crc_update() function
159 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()