Lines Matching +full:18 +full:- +full:bit
4 * SPDX-License-Identifier: Apache-2.0
16 /* Offset 0x00 Power-Fail and Reset Status */
26 #define MCHP_VBATR_PFRS_SYS_RST BIT(2)
27 #define MCHP_VBATR_PFRS_JTAG BIT(3)
28 #define MCHP_VBATR_PFRS_RESETI BIT(4)
29 #define MCHP_VBATR_PFRS_WDT BIT(5)
30 #define MCHP_VBATR_PFRS_SYSRESETREQ BIT(6)
31 #define MCHP_VBATR_PFRS_VBAT_RST BIT(7)
42 #define MCHP_VBATR_CS_DI32_VTR_OFF_POS 18
45 #define MCHP_VBATR_CS_SO_EN BIT(0)
47 #define MCHP_VBATR_CS_XTAL_EN BIT(8)
49 #define MCHP_VBATR_CS_XTAL_SE BIT(9)
51 #define MCHP_VBATR_CS_XTAL_DHC BIT(10)
73 #define MCHP_VBATR_CS_DI32_VTR_OFF_POS 18
74 #define MCHP_VBATR_CS_DI32_VTR_OFF BIT(18)
77 * Monotonic Counter least significant word (32-bit), read-only.
82 /* Monotonic Counter most significant word (32-bit). Read-Write */
90 #define MCHP_VBATR_EMBRD_EN BIT(0)