Lines Matching +full:3 +full:- +full:wire

1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * Copyright (C) 2007-2009 Motorola, Inc.
31 #define CPCAP_REG_INT3 0x0008 /* Interrupt 3 */
35 #define CPCAP_REG_INTM3 0x0018 /* Interrupt Mask 3 */
39 #define CPCAP_REG_INTS3 0x0028 /* Interrupt Sense 3 */
43 #define CPCAP_REG_ASSIGN3 0x0038 /* Resource Assignment 3 */
63 #define CPCAP_REG_MT3 0x0234 /* Memory Transfer 3 */
86 #define CPCAP_REG_S3C 0x061c /* Switcher 3 Control */
129 #define CPCAP_REG_MIPIS3 0x0840 /* MIPI Slimbus 3. */
148 #define CPCAP_REG_ADCD3 0x0c14 /* A/D Converter Data 3 */
158 #define CPCAP_REG_USBC3 0x0e08 /* USB Control 3 */
165 #define CPCAP_REG_UFC3 0x0e24 /* ULPI Function Control 3 */
168 #define CPCAP_REG_UIC3 0x0e30 /* ULPI Interface Control 3 */
171 #define CPCAP_REG_USBOTG3 0x0e3c /* USB OTG Control 3 */
174 #define CPCAP_REG_UIER3 0x0e48 /* USB Interrupt Enable Rising 3 */
183 #define CPCAP_REG_SCR3 0x0e6c /* Scratch 3 */
186 #define CPCAP_REG_OWDC 0x0eb0 /* One Wire Device Control */
193 #define CPCAP_REG_GPIO3 0x0ecc /* GPIO 3 Control */
212 #define CPCAP_REG_OW1C 0x1200 /* One Wire 1 Command */
213 #define CPCAP_REG_OW1D 0x1204 /* One Wire 1 Data */
214 #define CPCAP_REG_OW1I 0x1208 /* One Wire 1 Interrupt */
215 #define CPCAP_REG_OW1IE 0x120c /* One Wire 1 Interrupt Enable */
217 #define CPCAP_REG_OW1 0x1214 /* One Wire 1 Control */
219 #define CPCAP_REG_OW2C 0x1220 /* One Wire 2 Command */
220 #define CPCAP_REG_OW2D 0x1224 /* One Wire 2 Data */
221 #define CPCAP_REG_OW2I 0x1228 /* One Wire 2 Interrupt */
222 #define CPCAP_REG_OW2IE 0x122c /* One Wire 2 Interrupt Enable */
224 #define CPCAP_REG_OW2 0x1234 /* One Wire 2 Control */
226 #define CPCAP_REG_OW3C 0x1240 /* One Wire 3 Command */
227 #define CPCAP_REG_OW3D 0x1244 /* One Wire 3 Data */
228 #define CPCAP_REG_OW3I 0x1248 /* One Wire 3 Interrupt */
229 #define CPCAP_REG_OW3IE 0x124c /* One Wire 3 Interrupt Enable */
231 #define CPCAP_REG_OW3 0x1254 /* One Wire 3 Control */
235 #define CPCAP_REG_LGPU 0x1264 /* LMR GCAI GPIO Pull-up */
270 *revision = ((val >> 3) & 0x7) | ((val << 3) & 0x38); in cpcap_get_revision()