Lines Matching +full:1 +full:x64 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * max77686-private.h - Voltage regulator driver for the Maxim 77686/802
34 /* Reserved: 0x0B-0x0F */
78 /* Reserved: 0x3A-0x3F */
106 /* Reserved: 0x5A-0x5F */
111 MAX77686_REG_LDO5CTRL2 = 0x64,
133 /* Reserved: 0x7A-0x7D */
189 /* Reserved: 0x0C-0x0D */
214 /* Reserved: 0x25-0x26 */
224 /* Reserved: 0x30-0x36 */
260 /* Reserved: 0x59-0x5F */
266 MAX77802_REG_LDO5CTRL1 = 0x64,
297 /* Reserved: 0x83-0x8F */
405 #define MAX77686_INT1_PWRONF_MSK BIT(0)
406 #define MAX77686_INT1_PWRONR_MSK BIT(1)
407 #define MAX77686_INT1_JIGONBF_MSK BIT(2)
408 #define MAX77686_INT1_JIGONBR_MSK BIT(3)
409 #define MAX77686_INT1_ACOKBF_MSK BIT(4)
410 #define MAX77686_INT1_ACOKBR_MSK BIT(5)
411 #define MAX77686_INT1_ONKEY1S_MSK BIT(6)
412 #define MAX77686_INT1_MRSTB_MSK BIT(7)
414 #define MAX77686_INT2_140C_MSK BIT(0)
415 #define MAX77686_INT2_120C_MSK BIT(1)
417 #define MAX77686_RTCINT_RTC60S_MSK BIT(0)
418 #define MAX77686_RTCINT_RTCA1_MSK BIT(1)
419 #define MAX77686_RTCINT_RTCA2_MSK BIT(2)
420 #define MAX77686_RTCINT_SMPL_MSK BIT(3)
421 #define MAX77686_RTCINT_RTC1S_MSK BIT(4)
422 #define MAX77686_RTCINT_WTSR_MSK BIT(5)