Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c38 VMSTATE_UINT32(wcvu, SBSA_GWDTState),
87 ret = s->wcvu; in sbsa_gwdt_read()
119 s->wcvu = timeout >> 32; in sbsa_gwdt_update_timer()
170 s->wcvu = data; in sbsa_gwdt_write()
188 s->wcvu = 0; in wdt_sbsa_gwdt_reset()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h75 uint32_t wcvu; member