Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Drc4030.c86 uint32_t nvram_protect; /* 0x0220: NV ram protect register */ member
233 val = s->nvram_protect; in rc4030_read()
544 s->nvram_protect = 7; in rc4030_reset()
584 VMSTATE_UINT32(nvram_protect, rc4030State),