Lines Matching +full:0 +full:x2000
15 * R16388 (0x4004) - Watchdog
17 #define WM831X_WDOG_ENA 0x8000 /* WDOG_ENA */
18 #define WM831X_WDOG_ENA_MASK 0x8000 /* WDOG_ENA */
21 #define WM831X_WDOG_DEBUG 0x4000 /* WDOG_DEBUG */
22 #define WM831X_WDOG_DEBUG_MASK 0x4000 /* WDOG_DEBUG */
25 #define WM831X_WDOG_RST_SRC 0x2000 /* WDOG_RST_SRC */
26 #define WM831X_WDOG_RST_SRC_MASK 0x2000 /* WDOG_RST_SRC */
29 #define WM831X_WDOG_SLPENA 0x1000 /* WDOG_SLPENA */
30 #define WM831X_WDOG_SLPENA_MASK 0x1000 /* WDOG_SLPENA */
33 #define WM831X_WDOG_RESET 0x0800 /* WDOG_RESET */
34 #define WM831X_WDOG_RESET_MASK 0x0800 /* WDOG_RESET */
37 #define WM831X_WDOG_SECACT_MASK 0x0300 /* WDOG_SECACT - [9:8] */
40 #define WM831X_WDOG_PRIMACT_MASK 0x0030 /* WDOG_PRIMACT - [5:4] */
43 #define WM831X_WDOG_TO_MASK 0x0007 /* WDOG_TO - [2:0] */
44 #define WM831X_WDOG_TO_SHIFT 0 /* WDOG_TO - [2:0] */
45 #define WM831X_WDOG_TO_WIDTH 3 /* WDOG_TO - [2:0] */