Lines Matching refs:BIT
77 #define OUTCONTROL0_TIE_BIT BIT(27)
78 #define OUTCONTROL0_SIP_BIT BIT(26)
79 #define OUTCONTROL0_FINIT_BIT BIT(25)
80 #define OUTCONTROL0_FCI_BIT BIT(24)
90 #define OUTCONTROL1_TIE_BIT BIT(27)
91 #define OUTCONTROL1_SIP_BIT BIT(26)
92 #define OUTCONTROL1_FINIT_BIT BIT(25)
93 #define OUTCONTROL1_FCI_BIT BIT(24)
126 #define CIC_CONTROL_SOFT_RESET_BIT BIT(16)
127 #define CIC_CONTROL_CIC_START_B_BIT BIT(15)
128 #define CIC_CONTROL_CIC_START_A_BIT BIT(14)
129 #define CIC_CONTROL_MIC_B_POLARITY_BIT BIT(3)
130 #define CIC_CONTROL_MIC_A_POLARITY_BIT BIT(2)
131 #define CIC_CONTROL_MIC_MUTE_BIT BIT(1)
132 #define CIC_CONTROL_STEREO_MODE_BIT BIT(0)
151 #define MIC_CONTROL_PDM_EN_B_BIT BIT(1)
152 #define MIC_CONTROL_PDM_EN_A_BIT BIT(0)
163 #define FIR_CONTROL_A_START_BIT BIT(7)
164 #define FIR_CONTROL_A_ARRAY_START_EN_BIT BIT(6)
165 #define FIR_CONTROL_A_MUTE_BIT BIT(1)
200 #define FIR_CONTROL_B_START_BIT BIT(7)
201 #define FIR_CONTROL_B_ARRAY_START_EN_BIT BIT(6)
202 #define FIR_CONTROL_B_MUTE_BIT BIT(1)