Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/watchdog/
H A Dwdt_imx2.h44 #define IMX2_WDT_WCR_LOCK_MASK (IMX2_WDT_WCR_WDZST | IMX2_WDT_WCR_WDBG \ macro
/openbmc/qemu/hw/watchdog/
H A Dwdt_imx2.c158 value &= ~IMX2_WDT_WCR_LOCK_MASK; in imx2_wdt_write()
159 value |= (s->wicr & IMX2_WDT_WCR_LOCK_MASK); in imx2_wdt_write()