Home
last modified time | relevance | path

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

/qemu/include/hw/watchdog/
H A Dwdt_imx2.h52 #define IMX2_WDT_WRSR_TOUT BIT(1) /* Reset due to Timeout */ macro
/qemu/hw/watchdog/
H A Dwdt_imx2.c38 s->wrsr = IMX2_WDT_WRSR_TOUT; in imx2_wdt_expired()
66 s->wrsr &= ~(IMX2_WDT_WRSR_TOUT | IMX2_WDT_WRSR_SFTW); in imx2_wdt_reset()