Lines Matching refs:x

79 #define OUTCONTROL0_TIE(x)			SET_BIT(27, x)  argument
80 #define OUTCONTROL0_SIP(x) SET_BIT(26, x) argument
81 #define OUTCONTROL0_FINIT(x) SET_BIT(25, x) argument
82 #define OUTCONTROL0_FCI(x) SET_BIT(24, x) argument
83 #define OUTCONTROL0_BFTH(x) SET_BITS(23, 20, x) argument
84 #define OUTCONTROL0_OF(x) SET_BITS(19, 18, x) argument
85 #define OUTCONTROL0_NUMBER_OF_DECIMATORS(x) SET_BITS(17, 15, x) argument
86 #define OUTCONTROL0_IPM_SOURCE_1(x) SET_BITS(14, 13, x) argument
87 #define OUTCONTROL0_IPM_SOURCE_2(x) SET_BITS(12, 11, x) argument
88 #define OUTCONTROL0_IPM_SOURCE_3(x) SET_BITS(10, 9, x) argument
89 #define OUTCONTROL0_IPM_SOURCE_4(x) SET_BITS(8, 7, x) argument
90 #define OUTCONTROL0_TH(x) SET_BITS(5, 0, x) argument
97 #define OUTCONTROL1_TIE(x) SET_BIT(27, x) argument
98 #define OUTCONTROL1_SIP(x) SET_BIT(26, x) argument
99 #define OUTCONTROL1_FINIT(x) SET_BIT(25, x) argument
100 #define OUTCONTROL1_FCI(x) SET_BIT(24, x) argument
101 #define OUTCONTROL1_BFTH(x) SET_BITS(23, 20, x) argument
102 #define OUTCONTROL1_OF(x) SET_BITS(19, 18, x) argument
103 #define OUTCONTROL1_NUMBER_OF_DECIMATORS(x) SET_BITS(17, 15, x) argument
104 #define OUTCONTROL1_IPM_SOURCE_1(x) SET_BITS(14, 13, x) argument
105 #define OUTCONTROL1_IPM_SOURCE_2(x) SET_BITS(12, 11, x) argument
106 #define OUTCONTROL1_IPM_SOURCE_3(x) SET_BITS(10, 9, x) argument
107 #define OUTCONTROL1_IPM_SOURCE_4(x) SET_BITS(8, 7, x) argument
108 #define OUTCONTROL1_TH(x) SET_BITS(5, 0, x) argument
133 #define CIC_CONTROL_SOFT_RESET(x) SET_BIT(16, x) argument
134 #define CIC_CONTROL_CIC_START_B(x) SET_BIT(15, x) argument
135 #define CIC_CONTROL_CIC_START_A(x) SET_BIT(14, x) argument
136 #define CIC_CONTROL_MIC_B_POLARITY(x) SET_BIT(3, x) argument
137 #define CIC_CONTROL_MIC_A_POLARITY(x) SET_BIT(2, x) argument
138 #define CIC_CONTROL_MIC_MUTE(x) SET_BIT(1, x) argument
139 #define CIC_CONTROL_STEREO_MODE(x) SET_BIT(0, x) argument
142 #define CIC_CONFIG_CIC_SHIFT(x) SET_BITS(27, 24, x) argument
143 #define CIC_CONFIG_COMB_COUNT(x) SET_BITS(15, 8, x) argument
148 #define MIC_CONTROL_PDM_CLKDIV(x) SET_BITS(15, 8, x) argument
149 #define MIC_CONTROL_PDM_SKEW(x) SET_BITS(7, 4, x) argument
150 #define MIC_CONTROL_CLK_EDGE(x) SET_BIT(3, x) argument
151 #define MIC_CONTROL_PDM_EN_B(x) SET_BIT(1, x) argument
152 #define MIC_CONTROL_PDM_EN_A(x) SET_BIT(0, x) argument
158 #define FIR_CONTROL_A_START(x) SET_BIT(7, x) argument
159 #define FIR_CONTROL_A_ARRAY_START_EN(x) SET_BIT(6, x) argument
160 #define FIR_CONTROL_A_DCCOMP(x) SET_BIT(4, x) argument
161 #define FIR_CONTROL_A_MUTE(x) SET_BIT(1, x) argument
162 #define FIR_CONTROL_A_STEREO(x) SET_BIT(0, x) argument
165 #define FIR_CONFIG_A_FIR_DECIMATION(x) SET_BITS(20, 16, x) argument
166 #define FIR_CONFIG_A_FIR_SHIFT(x) SET_BITS(11, 8, x) argument
167 #define FIR_CONFIG_A_FIR_LENGTH(x) SET_BITS(7, 0, x) argument
180 #define DC_OFFSET_LEFT_A_DC_OFFS(x) SET_BITS(21, 0, x) argument
183 #define DC_OFFSET_RIGHT_A_DC_OFFS(x) SET_BITS(21, 0, x) argument
186 #define OUT_GAIN_LEFT_A_GAIN(x) SET_BITS(19, 0, x) argument
189 #define OUT_GAIN_RIGHT_A_GAIN(x) SET_BITS(19, 0, x) argument
195 #define FIR_CONTROL_B_START(x) SET_BIT(7, x) argument
196 #define FIR_CONTROL_B_ARRAY_START_EN(x) SET_BIT(6, x) argument
197 #define FIR_CONTROL_B_DCCOMP(x) SET_BIT(4, x) argument
198 #define FIR_CONTROL_B_MUTE(x) SET_BIT(1, x) argument
199 #define FIR_CONTROL_B_STEREO(x) SET_BIT(0, x) argument
202 #define FIR_CONFIG_B_FIR_DECIMATION(x) SET_BITS(20, 16, x) argument
203 #define FIR_CONFIG_B_FIR_SHIFT(x) SET_BITS(11, 8, x) argument
204 #define FIR_CONFIG_B_FIR_LENGTH(x) SET_BITS(7, 0, x) argument
207 #define DC_OFFSET_LEFT_B_DC_OFFS(x) SET_BITS(21, 0, x) argument
210 #define DC_OFFSET_RIGHT_B_DC_OFFS(x) SET_BITS(21, 0, x) argument
213 #define OUT_GAIN_LEFT_B_GAIN(x) SET_BITS(19, 0, x) argument
216 #define OUT_GAIN_RIGHT_B_GAIN(x) SET_BITS(19, 0, x) argument
219 #define FIR_COEF_A(x) SET_BITS(19, 0, x) argument
220 #define FIR_COEF_B(x) SET_BITS(19, 0, x) argument