Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/watchdog/
H A Dwdt_imx2.h61 #define IMX2_WDT_WICR_LOCK_MASK (IMX2_WDT_WICR_WIE | IMX2_WDT_WICR_WICT) macro
/openbmc/qemu/hw/watchdog/
H A Dwdt_imx2.c199 value &= IMX2_WDT_WICR_LOCK_MASK | IMX2_WDT_WICR_WTIS; in imx2_wdt_write()
202 value |= (s->wicr & IMX2_WDT_WICR_LOCK_MASK); in imx2_wdt_write()