Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c36 VMSTATE_UINT32(woru, SBSA_GWDTState),
81 ret = s->woru; in sbsa_gwdt_read()
110 timeout = s->woru; in sbsa_gwdt_update_timer()
159 s->woru = data & SBSA_GWDT_WOR_MASK; in sbsa_gwdt_write()
190 s->woru = 0; in wdt_sbsa_gwdt_reset()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h73 uint32_t woru; member