Lines Matching +full:data +full:- +full:enable +full:- +full:active

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Copyright 2009-2010 Analog Devices Inc.
31 #define GPIO_DAT_STAT1 0x14 /* GPIO Data Status, Read twice to clear */
32 #define GPIO_DAT_STAT2 0x15 /* GPIO Data Status, Read twice to clear */
33 #define GPIO_DAT_STAT3 0x16 /* GPIO Data Status, Read twice to clear */
34 #define GPIO_DAT_OUT1 0x17 /* GPIO DATA OUT */
35 #define GPIO_DAT_OUT2 0x18 /* GPIO DATA OUT */
36 #define GPIO_DAT_OUT3 0x19 /* GPIO DATA OUT */
37 #define GPIO_INT_EN1 0x1A /* GPIO Interrupt Enable */
38 #define GPIO_INT_EN2 0x1B /* GPIO Interrupt Enable */
39 #define GPIO_INT_EN3 0x1C /* GPIO Interrupt Enable */
46 #define GPIO_DIR1 0x23 /* GPIO Data Direction */
47 #define GPIO_DIR2 0x24 /* GPIO Data Direction */
48 #define GPIO_DIR3 0x25 /* GPIO Data Direction */
61 #define CMP1_LVL2_TRIP 0x33 /* L2 Light Sensor Hysteresis (Active when Output Rising) for Sensor 1 …
63 #define CMP1_LVL3_TRIP 0x35 /* L3 Light Sensor Hysteresis (Active when Output Rising) For Sensor 1 …
66 #define CMP2_LVL2_HYS 0x38 /* L2 Light Sensor Hysteresis (Active when Output Rising) for Sensor 2 */
68 #define CMP2_LVL3_HYS 0x3A /* L3 Light Sensor Hysteresis (Active when Output Rising) For Sensor 2 */
69 #define CMP1_ADC_DAT_R1 0x3B /* Comparator 1 ADC data Register1 */
70 #define CMP1_ADC_DAT_R2 0x3C /* Comparator 1 ADC data Register2 */
71 #define CMP2_ADC_DAT_R1 0x3D /* Comparator 2 ADC data Register1 */
72 #define CMP2_ADC_DAT_R2 0x3E /* Comparator 2 ADC data Register2 */
134 #define ADP5588_GPIMAPSIZE_MAX (GPI_PIN_END - GPI_PIN_BASE + 1)
146 unsigned repeat:1; /* Enable key repeat */
147 unsigned en_keylock:1; /* Enable Key Lock feature */
161 unsigned pullup_dis_mask; /* Pull-Up Disable Mask */