Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dwdt_imx2.c62 s->wcr_locked = false; in imx2_wdt_reset()
158 if (s->wcr_locked) { in imx2_wdt_write()
162 s->wcr_locked = true; in imx2_wdt_write()
241 VMSTATE_BOOL(wcr_locked, IMX2WdtState),
/openbmc/qemu/include/hw/watchdog/
H A Dwdt_imx2.h86 bool wcr_locked; /* affects WDZST, WDBG, and WDW */ member