Searched refs:WTCON_RESET_ENABLE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_wdt.c125 sc->sc_wdog_wtcon &= ~(WTCON_ENABLE|WTCON_RESET_ENABLE);
137 sc->sc_wdog_wtcon = WTCON_ENABLE | WTCON_RESET_ENABLE
161 sc->sc_wdog_wtcon = WTCON_ENABLE | WTCON_RESET_ENABLE
169 sc->sc_wdog_wtcon & ~(WTCON_ENABLE | WTCON_RESET_ENABLE));
211 && (sc->sc_wdog_wtcon & WTCON_RESET_ENABLE);
294 WTCON_ENABLE | WTCON_RESET_ENABLE);
H A Dexynos_reg.h146 #define WTCON_RESET_ENABLE __BIT(0) macro

Completed in 72 milliseconds