Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dprep.c94 static uint8_t NVRAM_get_byte(Nvram *nvram, uint32_t addr) in NVRAM_get_byte() function
162 crc = NVRAM_crc_update(crc, NVRAM_get_byte(nvram, start + i) << 8); in NVRAM_compute_crc()