Searched refs:WDOG_CR_WDE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/freescale/imx/ | ||
H A D | imx_wdogreg.h | 40 #define WDOG_CR_WDE (1u << 2) /* Watchdog Enable */ macro |
H A D | imx_wdog.c | 114 WR2(sc, WDOG_CR_REG, reg | WDOG_CR_WDE); in imx_wdog_enable() |