Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c35 VMSTATE_UINT32(worl, SBSA_GWDTState),
78 ret = s->worl; in sbsa_gwdt_read()
112 timeout |= s->worl; in sbsa_gwdt_update_timer()
152 s->worl = data; in sbsa_gwdt_write()
189 s->worl = 0; in wdt_sbsa_gwdt_reset()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h72 uint32_t worl; member