Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c37 VMSTATE_UINT32(wcvl, SBSA_GWDTState),
84 ret = s->wcvl; in sbsa_gwdt_read()
120 s->wcvl = timeout; in sbsa_gwdt_update_timer()
166 s->wcvl = data; in sbsa_gwdt_write()
187 s->wcvl = 0; in wdt_sbsa_gwdt_reset()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h74 uint32_t wcvl; member