Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dprep.c99 static void NVRAM_set_word(Nvram *nvram, uint32_t addr, uint16_t value) in NVRAM_set_word() function
184 NVRAM_set_word(nvram, 0x14, NVRAM_size); in PPC_NVRAM_set_params()
204 NVRAM_set_word(nvram, 0x54, width); in PPC_NVRAM_set_params()
205 NVRAM_set_word(nvram, 0x56, height); in PPC_NVRAM_set_params()
206 NVRAM_set_word(nvram, 0x58, depth); in PPC_NVRAM_set_params()
208 NVRAM_set_word(nvram, 0xFC, crc); in PPC_NVRAM_set_params()