Lines Matching +full:2 +full:x32 +full:- +full:bit
1 // SPDX-License-Identifier: GPL-2.0
3 // Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
48 #define ADCX140_INT_CFG 0x32
94 #define ADCX140_RESET BIT(0)
96 #define ADCX140_WAKE_DEV BIT(0)
97 #define ADCX140_AREG_INTERNAL BIT(7)
99 #define ADCX140_BCLKINV_BIT BIT(2)
100 #define ADCX140_FSYNCINV_BIT BIT(3)
102 #define ADCX140_BCLK_FSYNC_MASTER BIT(7)
103 #define ADCX140_I2S_MODE_BIT BIT(6)
104 #define ADCX140_LEFT_JUST_BIT BIT(7)
108 #define ADCX140_20_BIT_WORD BIT(4)
109 #define ADCX140_24_BIT_WORD BIT(5)
110 #define ADCX140_32_BIT_WORD (BIT(4) | BIT(5))
123 #define ADCX140_MIC_BIAS_VREF_1375V 2
127 #define ADCX140_PWR_CFG_BIAS_PDZ BIT(7)
128 #define ADCX140_PWR_CFG_ADC_PDZ BIT(6)
129 #define ADCX140_PWR_CFG_PLL_PDZ BIT(5)
140 #define ADCX140_GPI3_INDEX 2
144 #define ADCX140_NUM_GPO_CFGS 2
149 #define ADCX140_TX_FILL BIT(0)
151 #define ADCX140_NUM_GPIO_CFGS 2