Searched refs:WDOG_CR_WT_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/freescale/imx/ | ||
H A D | imx_wdogreg.h | 34 #define WDOG_CR_WT_MASK 0xff00 /* Count; 0.5 sec units */ macro |
H A D | imx_wdog.c | 112 reg &= ~WDOG_CR_WT_MASK; in imx_wdog_enable() |