e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below are...
[kugel-rb.git] / firmware / export / as3514.h
blobde975ce3c63eb5ce2698c86b81f44c531ccd4609
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2007 by Daniel Ankers
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
22 #ifndef _AS3514_H
23 #define _AS3514_H
25 #include "config.h"
27 extern int tenthdb2master(int db);
29 extern void audiohw_set_master_vol(int vol_l, int vol_r);
30 extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
31 extern void audiohw_set_sampr_dividers(int fsel);
33 /* Register Descriptions */
35 #ifndef HAVE_AS3543
36 #define AS3514_LINE_OUT_R 0x00
37 #define AS3514_LINE_OUT_L 0x01
38 #endif
40 #define AS3514_HPH_OUT_R 0x02
41 #define AS3514_HPH_OUT_L 0x03
43 #ifndef HAVE_AS3543
44 #define AS3514_LSP_OUT_R 0x04
45 #define AS3514_LSP_OUT_L 0x05
46 #endif
48 #define AS3514_MIC1_R 0x06
49 #define AS3514_MIC1_L 0x07
51 #ifndef HAVE_AS3543
52 #define AS3514_MIC2_R 0x08
53 #define AS3514_MIC2_L 0x09
54 #endif
56 #define AS3514_LINE_IN1_R 0x0a
57 #define AS3514_LINE_IN1_L 0x0b
59 #ifndef HAVE_AS3543
60 #define AS3514_LINE_IN2_R 0x0c
61 #define AS3514_LINE_IN2_L 0x0d
62 #endif
64 #define AS3514_DAC_R 0x0e
65 #define AS3514_DAC_L 0x0f
66 #define AS3514_ADC_R 0x10
67 #define AS3514_ADC_L 0x11
69 #ifdef HAVE_AS3543
70 #define AS3543_DAC_IF 0x12
71 #endif
73 #define AS3514_AUDIOSET1 0x14
74 #define AS3514_AUDIOSET2 0x15
75 #define AS3514_AUDIOSET3 0x16
76 #define AS3515_USB_UTIL 0x17 /* only in as3515 */
78 #ifdef HAVE_AS3543
79 #define AS3543_BACKLIGHT 0x1b
80 #define AS3543_PMU_ENABLE 0x1c
81 #endif
83 #ifndef HAVE_AS3543
84 #define AS3514_PLLMODE 0x1d
85 #endif
87 #ifdef HAVE_AS3543
88 #define AS3543_CHARGER 0x19 /* PMU: 2 sub registers */
89 #endif
91 #define AS3514_SYSTEM 0x20
92 #define AS3514_CVDD_DCDC3 0x21
94 #ifndef HAVE_AS3543
95 #define AS3514_CHARGER 0x22
96 #define AS3514_DCDC15 0x23
97 #define AS3514_SUPERVISOR 0x24
98 #endif
100 #ifdef HAVE_AS3543
101 #define AS3543_WAKEUP 0x22
102 #endif
104 /* AS3543 has 2 IRQ_ENRD registers at 0x23 and 0x24, but we don't use them
105 * We call the real IRQ_ENRD2 register, IRQ_ENRD0, to stay compatible with
106 * as3514, because the bits we use are the same
108 #define AS3514_IRQ_ENRD0 0x25
109 #define AS3514_IRQ_ENRD1 0x26
110 #define AS3514_IRQ_ENRD2 0x27
112 #define AS3514_RTCV 0x28
113 #define AS3514_RTCT 0x29
114 #define AS3514_RTC_0 0x2a
115 #define AS3514_RTC_1 0x2b
116 #define AS3514_RTC_2 0x2c
117 #define AS3514_RTC_3 0x2d
118 #define AS3514_ADC_0 0x2e
119 #define AS3514_ADC_1 0x2f
121 #define AS3514_UID_0 0x30
123 /*different volume ranges for different AMS chips*/
124 #if CONFIG_CPU == AS3525v2
125 /* Headphone volume goes from -81.0 ... +6dB */
126 #define VOLUME_MIN -810
127 #else
128 /* Headphone volume goes from -73.5 ... +6dB */
129 #define VOLUME_MIN -735
130 #endif
131 #define VOLUME_MAX 60
133 /*** Audio Registers ***/
135 /* 00h (LINE_OUT_R) to 16h (AUDIOSET3) */
136 #define AS3514_NUM_AUDIO_REGS (0x17)
138 /* Common registers masks */
139 #define AS3514_VOL_MASK (0x1f << 0)
141 /* LINE_OUT_R (0x00) */
142 /* Only has volume control bits */
144 /* LINE_OUT_L (0x01) */
145 #define LINE_OUT_L_LO_SES_DM (0x3 << 6)
146 #define LINE_OUT_L_LO_SES_DM_MUTE (0x0 << 6)
147 #define LINE_OUT_L_LO_SES_DM_DF_MO (0x1 << 6)
148 #define LINE_OUT_L_LO_SES_DM_SE_ST (0x2 << 6)
149 /* Use AS3514_VOL_MASK */
151 /* HPH_OUT_R (0x02) */
152 #define HPH_OUT_R_HP_OVC_TO (0x3 << 6)
153 /* AS3514/AS3515 */
154 #define HPH_OUT_R_HP_OVC_TO_0MS (0x3 << 6)
155 #define HPH_OUT_R_HP_OVC_TO_128MS (0x1 << 6)
156 #define HPH_OUT_R_HP_OVC_TO_256MS (0x0 << 6)
157 #define HPH_OUT_R_HP_OVC_TO_512MS (0x2 << 6)
158 /* AS3543 */
159 #define HPH_OUT_R_LINEOUT (0x1 << 7)
160 #define HPH_OUT_R_HEADPHONES (0x0 << 7)
161 #define HPH_OUT_R_HP_OUT_SUM (0x0 << 5)
162 #define HPH_OUT_R_HP_OUT_DAC (0x1 << 5)
163 #define HPH_OUT_R_HP_OUT_LINE (0x2 << 5)
164 #define HPH_OUT_R_HP_OUT_MIC (0x3 << 5)
165 #define HPH_OUT_R_HP_OUT_MASK (0x3 << 5)
166 /* Use AS3514_VOL_MASK */
168 /* HPH_OUT_L (0x03) */
169 #define HPH_OUT_L_HP_MUTE (0x1 << 7)
170 #define HPH_OUT_L_HP_ON (0x1 << 6)
171 #define HPH_OUT_L_HP_DET_ON (0x1 << 5)
172 /* Use AS3514_VOL_MASK */
174 /* LSP_OUT_R (0x04) */
175 #define LSP_OUT_R_SP_OVC_TO (0x3 << 6)
176 #define LSP_OUT_R_SP_OVC_TO_256MS (0x0 << 6)
177 #define LSP_OUT_R_SP_OVC_TO_128MS (0x1 << 6)
178 #define LSP_OUT_R_SP_OVC_TO_512MS (0x2 << 6)
179 #define LSP_OUT_R_SP_OVC_TO_0MS (0x3 << 6)
180 /* Use AS3514_VOL_MASK */
182 /* LSP_OUT_L (0x05) */
183 #define LSP_OUT_L_SP_MUTE (0x1 << 7)
184 #define LSP_OUT_L_SP_ON (0x1 << 6)
185 /* Use AS3514_VOL_MASK */
187 /* MIC1_R (0x06) */
188 #define MIC1_R_M1_AGC_off (0x1 << 7)
189 #define MIC1_R_M1_GAIN (0x3 << 5)
190 #define MIC1_R_M1_GAIN_28DB (0x0 << 5)
191 #define MIC1_R_M1_GAIN_34DB (0x1 << 5)
192 #define MIC1_R_M1_GAIN_40DB (0x2 << 5)
193 /* Use AS3514_VOL_MASK */
195 /* MIC1_L (0x07) */
196 #define MIC1_L_M1_SUP_off (0x1 << 7)
197 #define MIC1_L_M1_MUTE_off (0x1 << 6)
198 /* Use AS3514_VOL_MASK */
200 /* MIC2_R (0x08) */
201 #define MIC2_R_M2_AGC_off (0x1 << 7)
202 #define MIC2_R_M2_GAIN (0x3 << 5)
203 #define MIC2_R_M2_GAIN_28DB (0x0 << 5)
204 #define MIC2_R_M2_GAIN_34DB (0x1 << 5)
205 #define MIC2_R_M2_GAIN_40DB (0x2 << 5)
206 /* Use AS3514_VOL_MASK */
208 /* MIC2_L (0x09) */
209 #define MIC2_L_M2_SUP_off (0x1 << 7)
210 #define MIC2_L_M2_MUTE_off (0x1 << 6)
211 /* Use AS3514_VOL_MASK */
213 /* LINE_IN1_R (0Ah) */
214 #ifdef HAVE_AS3543
215 #define LINE_IN_R_LINE_SELECT (0x1 << 6)
216 #endif
217 #define LINE_IN1_R_LI1R_MUTE_off (0x1 << 5)
218 /* Use AS3514_VOL_MASK */
220 /* LINE_IN1_L (0Bh) */
221 #define LINE_IN1_L_LI1_MODE (0x3 << 6)
222 #define LINE_IN1_L_LI1_MODE_SE_ST (0x0 << 6)
223 #define LINE_IN1_L_LI1_MODE_DF_MO (0x1 << 6)
224 #define LINE_IN1_L_LI1_MODE_SE_MO (0x2 << 6)
225 #define LINE_IN1_L_LI1L_MUTE_off (0x1 << 5)
226 /* Use AS3514_VOL_MASK */
228 /* LINE_IN2_R (0Ch) */
229 #define LINE_IN2_R_LI2R_MUTE_off (0x1 << 5)
230 /* Use AS3514_VOL_MASK */
232 /* LINE_IN2_L (0Dh) */
233 #define LINE_IN2_L_LI2_MODE (0x3 << 6)
234 #define LINE_IN2_L_LI2_MODE_SE_ST (0x0 << 6)
235 #define LINE_IN2_L_LI2_MODE_DF_MO (0x1 << 6)
236 #define LINE_IN2_L_LI2_MODE_SE_MO (0x2 << 6)
237 #define LINE_IN2_L_LI2L_MUTE_off (0x1 << 5)
238 /* Use AS3514_VOL_MASK */
240 /* DAC_R (0Eh) */
241 /* Only has volume control bits */
242 /* Use AS3514_VOL_MASK */
244 /* DAC_L (0Fh) */
245 #ifdef HAVE_AS3543
246 #define DAC_L_DAC_MUTE_off (0x1 << 5)
247 #else
248 #define DAC_L_DAC_MUTE_off (0x1 << 6)
249 #endif
250 /* Use AS3514_VOL_MASK */
252 /* ADC_R (10h) */
253 #define ADC_R_ADCMUX (0x3 << 6)
254 #define ADC_R_ADCMUX_ST_MIC (0x0 << 6)
255 #define ADC_R_ADCMUX_LINE_IN1 (0x1 << 6)
256 #define ADC_R_ADCMUX_LINE_IN2 (0x2 << 6)
257 #define ADC_R_ADCMUX_AUDIO_SUM (0x3 << 6)
258 /* Use AS3514_VOL_MASK */
260 /* ADC_L (11h) */
261 #ifdef HAVE_AS3543
262 #define ADC_L_ADC_MUTE_off (0x1 << 5)
263 #else
264 #define ADC_L_FS_2 (0x1 << 7)
265 #define ADC_L_ADC_MUTE_off (0x1 << 6)
266 #endif
267 /* Use AS3514_VOL_MASK */
269 /* DAC_IF (11h) */
270 #ifdef HAVE_AS3543
271 #define AS3543_DAC_INT_PLL (0x0 << 7)
272 #define AS3543_DAC_EXT_MCLK (0x1 << 7)
273 #endif
275 /* AUDIOSET1 (14h)*/
276 #ifdef HAVE_AS3543
277 #define AUDIOSET1_DAC_on (0x1 << 6)
278 #define AUDIOSET1_DAC_GAIN_on (0x1 << 5)
279 #else
280 #define AUDIOSET1_SUM_on (0x1 << 6)
281 #define AUDIOSET1_DAC_on (0x1 << 5)
282 #define AUDIOSET1_LOUT_on (0x1 << 4)
283 #endif /* HAVE_AS3543 */
284 /* common bits */
285 #define AUDIOSET1_ADC_on (0x1 << 7)
286 #define AUDIOSET1_LIN2_on (0x1 << 3)
287 #define AUDIOSET1_LIN1_on (0x1 << 2)
288 #define AUDIOSET1_MIC2_on (0x1 << 1)
289 #define AUDIOSET1_MIC1_on (0x1 << 0)
291 #define AUDIOSET1_INPUT_MASK AUDIOSET1_MIC1_on | AUDIOSET1_MIC2_on | \
292 AUDIOSET1_LIN1_on | AUDIOSET1_LIN2_on
295 /* AUDIOSET2 (15h) */
296 #ifdef HAVE_AS3543
297 #define AUDIOSET2_HPH_QUALITY_LOW_POWER (0x0 << 4)
298 #define AUDIOSET2_HPH_QUALITY_HIGH (0x1 << 4)
299 #else
300 #define AUDIOSET2_BIAS_off (0x1 << 7)
301 #define AUDIOSET2_DITH_off (0x1 << 6)
302 #define AUDIOSET2_AGC_off (0x1 << 5)
303 #define AUDIOSET2_IBR_DAC (0x3 << 3)
304 #define AUDIOSET2_IBR_DAC_0 (0x0 << 3)
305 #define AUDIOSET2_IBR_DAC_25 (0x1 << 3)
306 #define AUDIOSET2_IBR_DAC_40 (0x2 << 3)
307 #define AUDIOSET2_IBR_DAC_50 (0x3 << 3)
308 #define AUDIOSET2_LSP_LP (0x1 << 2)
309 #define AUDIOSET2_IBR_LSP (0x3 << 0)
310 #define AUDIOSET2_IBR_LSP_0 (0x0 << 0)
311 #define AUDIOSET2_IBR_LSP_17 (0x1 << 0)
312 #define AUDIOSET2_IBR_LSP_34 (0x2 << 0)
313 #define AUDIOSET2_IBR_LSP_50 (0x3 << 0)
314 #endif
316 /* AUDIOSET3 (16h) */
317 #ifdef HAVE_AS3543
318 #define AUDIOSET3_HP_FASTSTART (0x1 << 2)
319 #define AUDIOSET3_HP_LONGSTART (0x0 << 2)
320 #define AUDIOSET3_HP_BIAS_150 (0x1 << 1)
321 #define AUDIOSET3_HPCM_on (0x1 << 0)
322 #define AUDIOSET3_HPCM_off (0x0 << 0)
323 #else
324 #define AUDIOSET3_ZCU_off (0x1 << 2)
325 #define AUDIOSET3_IBR_HPH (0x1 << 1)
326 #define AUDIOSET3_HPCM_off (0x1 << 0)
327 #endif
329 /* PLLMODE (1Dh) */
330 #define PLLMODE_LRCK (0x3 << 1)
331 #define PLLMODE_LRCK_24_48 (0x0 << 1)
332 #define PLLMODE_LRCK_8_23 (0x2 << 1)
334 /* ADC channels */
335 #define NUM_ADC_CHANNELS 13
337 #define ADC_BVDD 0 /* Battery voltage of 4V LiIo accumulator */
338 #define ADC_RTCSUP 1 /* RTC backup battery voltage */
339 #define ADC_UVDD 2 /* USB host voltage */
340 #define ADC_CHG_IN 3 /* Charger input voltage */
341 #define ADC_CVDD 4 /* Charger pump output voltage */
342 #define ADC_BATTEMP 5 /* Battery charging temperature */
343 #define ADC_MICSUP1 6 /* Voltage on MicSup1 for remote control
344 or external voltage measurement */
345 #define ADC_MICSUP2 7 /* Voltage on MicSup1 for remote control
346 or external voltage measurement */
347 #define ADC_VBE1 8 /* Measuring junction temperature @ 2uA */
348 #define ADC_VBE2 9 /* Measuring junction temperature @ 1uA */
349 #define ADC_I_MICSUP1 10 /* Current of MicSup1 for remote control detection */
350 #define ADC_I_MICSUP2 11 /* Current of MicSup2 for remote control detection */
351 #define ADC_VBAT 12 /* Single cell battery voltage */
353 /* AS3514_CHARGER */
354 #define TMPSUP_OFF (0x1 << 7)
355 #define CHG_I (0x7 << 4)
356 #define CHG_I_400MA (0x7 << 4)
357 #define CHG_I_350MA (0x6 << 4)
358 #define CHG_I_300MA (0x5 << 4)
359 #define CHG_I_250MA (0x4 << 4)
360 #define CHG_I_200MA (0x3 << 4)
361 #define CHG_I_150MA (0x2 << 4)
362 #define CHG_I_100MA (0x1 << 4)
363 #define CHG_I_50MA (0x0 << 4)
364 #define CHG_V (0x7 << 1)
365 #define CHG_V_4_25V (0x7 << 1)
366 #define CHG_V_4_20V (0x6 << 1)
367 #define CHG_V_4_15V (0x5 << 1)
368 #define CHG_V_4_10V (0x4 << 1)
369 #define CHG_V_4_05V (0x3 << 1)
370 #define CHG_V_4_00V (0x2 << 1)
371 #define CHG_V_3_95V (0x1 << 1)
372 #define CHG_V_3_90V (0x0 << 1)
373 #define CHG_OFF (0x1 << 0)
375 /* AS3514_IRQ_ENRD0 */
376 #define CHG_TMPHIGH (0x1 << 7)
377 #define CHG_ENDOFCH (0x1 << 6)
378 #define CHG_STATUS (0x1 << 5)
379 #define CHG_CHANGED (0x1 << 4)
380 #define USB_STATUS (0x1 << 3)
381 #define USB_CHANGED (0x1 << 2)
382 #define RVDD_WASLOW (0x1 << 1)
383 #define BVDD_ISLOW (0x1 << 0)
385 #define IRQ_ENDOFCH (0x1 << 6)
386 #define IRQ_CHGSTAT (0x1 << 4)
387 #define IRQ_USBSTAT (0x1 << 2)
389 /* AS3514_IRQ_ENRD2 */
390 #define DEBOUNCE_128MS (0x2 << 6)
391 #define DEBOUNCE_256MS (0x1 << 6)
392 #define DEBOUNCE_512MS (0x0 << 6)
393 #define IRQ_HIGHACTIVE (0x1 << 5)
394 #define IRQ_PUSHPULL (0x1 << 4)
395 #define IRQ_REMDET2 (0x1 << 3)
396 #define IRQ_REMDET1 (0x1 << 2)
397 #define IRQ_RTC (0x1 << 1)
398 #define IRQ_ADC (0x1 << 0)
400 #define AS3514_I2C_ADDR 0x46
402 #endif /* _AS3514_H */