Lines Matching +full:reset +full:- +full:source
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
37 #define WDOG_CR_WDA (1u << 5) /* Don't assert ext reset */
38 #define WDOG_CR_SRS (1u << 4) /* Don't assert soft reset */
39 #define WDOG_CR_WDT (1u << 3) /* Assert ext reset on timeout */
48 #define WDOG_RSR_REG 0x04 /* Reset Status Register */
49 #define WDOG_RSR_POR (1u << 4) /* Due to Power-On Reset */
50 #define WDOG_RSR_TOUT (1u << 1) /* Due WDog timeout reset */
51 #define WDOG_RSR_SFTW (1u << 0) /* Due Soft reset */
57 #define WDOG_ICR_WTCT_SHIFT 0 /* units before reset occurs */
60 #define WDOG_MCR_PDE (1u << 0) /* Power-down enable */