• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-stmp37xx/include/mach/
1/*
2 * stmp37xx: AUDIOOUT register definitions
3 *
4 * Copyright (c) 2008 Freescale Semiconductor
5 * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20 */
21#define REGS_AUDIOOUT_BASE	(STMP3XXX_REGS_BASE + 0x48000)
22
23#define HW_AUDIOOUT_CTRL	0x0
24#define BM_AUDIOOUT_CTRL_RUN	0x00000001
25#define BP_AUDIOOUT_CTRL_RUN	0
26#define BM_AUDIOOUT_CTRL_FIFO_ERROR_IRQ_EN	0x00000002
27#define BM_AUDIOOUT_CTRL_FIFO_OVERFLOW_IRQ	0x00000004
28#define BM_AUDIOOUT_CTRL_FIFO_UNDERFLOW_IRQ	0x00000008
29#define BM_AUDIOOUT_CTRL_WORD_LENGTH	0x00000040
30#define BM_AUDIOOUT_CTRL_CLKGATE	0x40000000
31#define BM_AUDIOOUT_CTRL_SFTRST	0x80000000
32
33#define HW_AUDIOOUT_STAT	0x10
34
35#define HW_AUDIOOUT_DACSRR	0x20
36#define BM_AUDIOOUT_DACSRR_SRC_FRAC	0x00001FFF
37#define BP_AUDIOOUT_DACSRR_SRC_FRAC	0
38#define BM_AUDIOOUT_DACSRR_SRC_INT	0x001F0000
39#define BP_AUDIOOUT_DACSRR_SRC_INT	16
40#define BM_AUDIOOUT_DACSRR_SRC_HOLD	0x07000000
41#define BP_AUDIOOUT_DACSRR_SRC_HOLD	24
42#define BM_AUDIOOUT_DACSRR_BASEMULT	0x70000000
43#define BP_AUDIOOUT_DACSRR_BASEMULT	28
44
45#define HW_AUDIOOUT_DACVOLUME	0x30
46#define BM_AUDIOOUT_DACVOLUME_MUTE_RIGHT	0x00000100
47#define BM_AUDIOOUT_DACVOLUME_MUTE_LEFT	0x01000000
48#define BM_AUDIOOUT_DACVOLUME_EN_ZCD	0x02000000
49
50#define HW_AUDIOOUT_DACDEBUG	0x40
51
52#define HW_AUDIOOUT_HPVOL	0x50
53#define BM_AUDIOOUT_HPVOL_MUTE	0x01000000
54#define BM_AUDIOOUT_HPVOL_EN_MSTR_ZCD	0x02000000
55
56#define HW_AUDIOOUT_PWRDN	0x70
57#define BM_AUDIOOUT_PWRDN_HEADPHONE	0x00000001
58#define BP_AUDIOOUT_PWRDN_HEADPHONE	0
59#define BM_AUDIOOUT_PWRDN_CAPLESS	0x00000010
60#define BM_AUDIOOUT_PWRDN_ADC	0x00000100
61#define BM_AUDIOOUT_PWRDN_DAC	0x00001000
62#define BM_AUDIOOUT_PWRDN_RIGHT_ADC	0x00010000
63#define BM_AUDIOOUT_PWRDN_LINEOUT	0x01000000
64
65#define HW_AUDIOOUT_REFCTRL	0x80
66#define BM_AUDIOOUT_REFCTRL_VAG_VAL	0x000000F0
67#define BP_AUDIOOUT_REFCTRL_VAG_VAL	4
68#define BM_AUDIOOUT_REFCTRL_ADC_REFVAL	0x00000F00
69#define BP_AUDIOOUT_REFCTRL_ADC_REFVAL	8
70#define BM_AUDIOOUT_REFCTRL_ADJ_VAG	0x00001000
71#define BM_AUDIOOUT_REFCTRL_ADJ_ADC	0x00002000
72#define BM_AUDIOOUT_REFCTRL_BIAS_CTRL	0x00030000
73#define BP_AUDIOOUT_REFCTRL_BIAS_CTRL	16
74#define BM_AUDIOOUT_REFCTRL_LOW_PWR	0x00080000
75#define BM_AUDIOOUT_REFCTRL_VBG_ADJ	0x00700000
76#define BP_AUDIOOUT_REFCTRL_VBG_ADJ	20
77#define BM_AUDIOOUT_REFCTRL_XTAL_BGR_BIAS	0x01000000
78#define BM_AUDIOOUT_REFCTRL_RAISE_REF	0x02000000
79
80#define HW_AUDIOOUT_ANACTRL	0x90
81#define BM_AUDIOOUT_ANACTRL_HP_CLASSAB	0x00000010
82#define BM_AUDIOOUT_ANACTRL_HP_HOLD_GND	0x00000020
83
84#define HW_AUDIOOUT_TEST	0xA0
85#define BM_AUDIOOUT_TEST_HP_I1_ADJ	0x00C00000
86#define BP_AUDIOOUT_TEST_HP_I1_ADJ	22
87
88#define HW_AUDIOOUT_BISTCTRL	0xB0
89
90#define HW_AUDIOOUT_BISTSTAT0	0xC0
91
92#define HW_AUDIOOUT_BISTSTAT1	0xD0
93
94#define HW_AUDIOOUT_ANACLKCTRL	0xE0
95#define BM_AUDIOOUT_ANACLKCTRL_CLKGATE	0x80000000
96
97#define HW_AUDIOOUT_DATA	0xF0
98
99#define HW_AUDIOOUT_LINEOUTCTRL	0x100
100#define BM_AUDIOOUT_LINEOUTCTRL_VOL_RIGHT	0x0000001F
101#define BP_AUDIOOUT_LINEOUTCTRL_VOL_RIGHT	0
102#define BM_AUDIOOUT_LINEOUTCTRL_VOL_LEFT	0x00001F00
103#define BP_AUDIOOUT_LINEOUTCTRL_VOL_LEFT	8
104#define BM_AUDIOOUT_LINEOUTCTRL_CHARGE_CAP	0x00007000
105#define BP_AUDIOOUT_LINEOUTCTRL_CHARGE_CAP	12
106#define BM_AUDIOOUT_LINEOUTCTRL_VAG_CTRL	0x00F00000
107#define BP_AUDIOOUT_LINEOUTCTRL_VAG_CTRL	20
108#define BM_AUDIOOUT_LINEOUTCTRL_MUTE	0x01000000
109#define BM_AUDIOOUT_LINEOUTCTRL_EN_ZCD	0x02000000
110
111#define HW_AUDIOOUT_VERSION	0x200
112