Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dimx2_wdt.c45 #define IMX2_WDT_WCR_WDE (1 << 2) /* -> Watchdog Enable */ macro
89 unsigned int wcr_enable = IMX2_WDT_WCR_WDE; in imx2_restart_handler()
125 val &= ~IMX2_WDT_WCR_WDE; in imx2_wdt_setup()
132 val |= IMX2_WDT_WCR_WDE; in imx2_wdt_setup()
142 return val & IMX2_WDT_WCR_WDE; in imx2_wdt_is_running()