Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Drc4030.c85 uint32_t memory_refresh_rate; /* 0x0210: memory refresh rate */ member
229 val = s->memory_refresh_rate; in rc4030_read()
368 s->memory_refresh_rate = val; in rc4030_write()
543 s->memory_refresh_rate = 0x18186; in rc4030_reset()
583 VMSTATE_UINT32(memory_refresh_rate, rc4030State),