Searched refs:IMX2_WDT_WCR_WDE (Results 1 – 1 of 1) sorted by relevance
45 #define IMX2_WDT_WCR_WDE (1 << 2) /* -> Watchdog Enable */ macro89 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()