xref: /openbmc/linux/sound/pci/sis7019.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*7614a55eSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2175859bfSDavid Dillow #ifndef __sis7019_h__
3175859bfSDavid Dillow #define __sis7019_h__
4175859bfSDavid Dillow 
5175859bfSDavid Dillow /*
6175859bfSDavid Dillow  *  Definitions for SiS7019 Audio Accelerator
7175859bfSDavid Dillow  *
8175859bfSDavid Dillow  *  Copyright (C) 2004-2007, David Dillow
9175859bfSDavid Dillow  *  Written by David Dillow <dave@thedillows.org>
10175859bfSDavid Dillow  *  Inspired by the Trident 4D-WaveDX/NX driver.
11175859bfSDavid Dillow  *
12175859bfSDavid Dillow  *  All rights reserved.
13175859bfSDavid Dillow  */
14175859bfSDavid Dillow 
15175859bfSDavid Dillow 
16175859bfSDavid Dillow /* General Control Register */
17175859bfSDavid Dillow #define SIS_GCR		0x00
18175859bfSDavid Dillow #define		SIS_GCR_MACRO_POWER_DOWN		0x80000000
19175859bfSDavid Dillow #define		SIS_GCR_MODEM_ENABLE			0x00010000
20175859bfSDavid Dillow #define		SIS_GCR_SOFTWARE_RESET			0x00000001
21175859bfSDavid Dillow 
22175859bfSDavid Dillow /* General Interrupt Enable Register */
23175859bfSDavid Dillow #define SIS_GIER	0x04
24175859bfSDavid Dillow #define		SIS_GIER_MODEM_TIMER_IRQ_ENABLE		0x00100000
25175859bfSDavid Dillow #define		SIS_GIER_MODEM_RX_DMA_IRQ_ENABLE	0x00080000
26175859bfSDavid Dillow #define		SIS_GIER_MODEM_TX_DMA_IRQ_ENABLE	0x00040000
27175859bfSDavid Dillow #define		SIS_GIER_AC97_GPIO1_IRQ_ENABLE		0x00020000
28175859bfSDavid Dillow #define		SIS_GIER_AC97_GPIO0_IRQ_ENABLE		0x00010000
29175859bfSDavid Dillow #define		SIS_GIER_AC97_SAMPLE_TIMER_IRQ_ENABLE	0x00000010
30175859bfSDavid Dillow #define		SIS_GIER_AUDIO_GLOBAL_TIMER_IRQ_ENABLE	0x00000008
31175859bfSDavid Dillow #define		SIS_GIER_AUDIO_RECORD_DMA_IRQ_ENABLE	0x00000004
32175859bfSDavid Dillow #define		SIS_GIER_AUDIO_PLAY_DMA_IRQ_ENABLE	0x00000002
33175859bfSDavid Dillow #define		SIS_GIER_AUDIO_WAVE_ENGINE_IRQ_ENABLE	0x00000001
34175859bfSDavid Dillow 
35175859bfSDavid Dillow /* General Interrupt Status Register */
36175859bfSDavid Dillow #define SIS_GISR	0x08
37175859bfSDavid Dillow #define		SIS_GISR_MODEM_TIMER_IRQ_STATUS		0x00100000
38175859bfSDavid Dillow #define		SIS_GISR_MODEM_RX_DMA_IRQ_STATUS	0x00080000
39175859bfSDavid Dillow #define		SIS_GISR_MODEM_TX_DMA_IRQ_STATUS	0x00040000
40175859bfSDavid Dillow #define		SIS_GISR_AC97_GPIO1_IRQ_STATUS		0x00020000
41175859bfSDavid Dillow #define		SIS_GISR_AC97_GPIO0_IRQ_STATUS		0x00010000
42175859bfSDavid Dillow #define		SIS_GISR_AC97_SAMPLE_TIMER_IRQ_STATUS	0x00000010
43175859bfSDavid Dillow #define		SIS_GISR_AUDIO_GLOBAL_TIMER_IRQ_STATUS	0x00000008
44175859bfSDavid Dillow #define		SIS_GISR_AUDIO_RECORD_DMA_IRQ_STATUS	0x00000004
45175859bfSDavid Dillow #define		SIS_GISR_AUDIO_PLAY_DMA_IRQ_STATUS	0x00000002
46175859bfSDavid Dillow #define		SIS_GISR_AUDIO_WAVE_ENGINE_IRQ_STATUS	0x00000001
47175859bfSDavid Dillow 
48175859bfSDavid Dillow /* DMA Control Register */
49175859bfSDavid Dillow #define SIS_DMA_CSR	0x10
50175859bfSDavid Dillow #define		SIS_DMA_CSR_PCI_SETTINGS		0x0000001d
51175859bfSDavid Dillow #define		SIS_DMA_CSR_CONCURRENT_ENABLE		0x00000200
52175859bfSDavid Dillow #define		SIS_DMA_CSR_PIPELINE_ENABLE		0x00000100
53175859bfSDavid Dillow #define		SIS_DMA_CSR_RX_DRAIN_ENABLE		0x00000010
54175859bfSDavid Dillow #define		SIS_DMA_CSR_RX_FILL_ENABLE		0x00000008
55175859bfSDavid Dillow #define		SIS_DMA_CSR_TX_DRAIN_ENABLE		0x00000004
56175859bfSDavid Dillow #define		SIS_DMA_CSR_TX_LOWPRI_FILL_ENABLE	0x00000002
57175859bfSDavid Dillow #define		SIS_DMA_CSR_TX_HIPRI_FILL_ENABLE	0x00000001
58175859bfSDavid Dillow 
59175859bfSDavid Dillow /* Playback Channel Start Registers */
60175859bfSDavid Dillow #define SIS_PLAY_START_A_REG	0x14
61175859bfSDavid Dillow #define SIS_PLAY_START_B_REG	0x18
62175859bfSDavid Dillow 
63175859bfSDavid Dillow /* Playback Channel Stop Registers */
64175859bfSDavid Dillow #define SIS_PLAY_STOP_A_REG	0x1c
65175859bfSDavid Dillow #define SIS_PLAY_STOP_B_REG	0x20
66175859bfSDavid Dillow 
67175859bfSDavid Dillow /* Recording Channel Start Register */
68175859bfSDavid Dillow #define SIS_RECORD_START_REG	0x24
69175859bfSDavid Dillow 
70175859bfSDavid Dillow /* Recording Channel Stop Register */
71175859bfSDavid Dillow #define SIS_RECORD_STOP_REG	0x28
72175859bfSDavid Dillow 
73175859bfSDavid Dillow /* Playback Interrupt Status Registers */
74175859bfSDavid Dillow #define SIS_PISR_A	0x2c
75175859bfSDavid Dillow #define SIS_PISR_B	0x30
76175859bfSDavid Dillow 
77175859bfSDavid Dillow /* Recording Interrupt Status Register */
78175859bfSDavid Dillow #define SIS_RISR	0x34
79175859bfSDavid Dillow 
80175859bfSDavid Dillow /* AC97 AC-link Playback Source Register */
81175859bfSDavid Dillow #define SIS_AC97_PSR	0x40
82175859bfSDavid Dillow #define		SIS_AC97_PSR_MODEM_HEADSET_SRC_MIXER	0x0f000000
83175859bfSDavid Dillow #define		SIS_AC97_PSR_MODEM_LINE2_SRC_MIXER	0x00f00000
84175859bfSDavid Dillow #define		SIS_AC97_PSR_MODEM_LINE1_SRC_MIXER	0x000f0000
85175859bfSDavid Dillow #define		SIS_AC97_PSR_PCM_LFR_SRC_MIXER		0x0000f000
86175859bfSDavid Dillow #define		SIS_AC97_PSR_PCM_SURROUND_SRC_MIXER	0x00000f00
87175859bfSDavid Dillow #define		SIS_AC97_PSR_PCM_CENTER_SRC_MIXER	0x000000f0
88175859bfSDavid Dillow #define		SIS_AC97_PSR_PCM_LR_SRC_MIXER		0x0000000f
89175859bfSDavid Dillow 
90175859bfSDavid Dillow /* AC97 AC-link Command Register */
91175859bfSDavid Dillow #define SIS_AC97_CMD	0x50
92175859bfSDavid Dillow #define 	SIS_AC97_CMD_DATA_MASK			0xffff0000
93175859bfSDavid Dillow #define		SIS_AC97_CMD_REG_MASK			0x0000ff00
94175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC3_READ		0x0000000d
95175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC3_WRITE		0x0000000c
96175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC2_READ		0x0000000b
97175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC2_WRITE		0x0000000a
98175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC_READ			0x00000009
99175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC_WRITE		0x00000008
100175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC_WARM_RESET		0x00000005
101175859bfSDavid Dillow #define		SIS_AC97_CMD_CODEC_COLD_RESET		0x00000004
102175859bfSDavid Dillow #define		SIS_AC97_CMD_DONE			0x00000000
103175859bfSDavid Dillow 
104175859bfSDavid Dillow /* AC97 AC-link Semaphore Register */
105175859bfSDavid Dillow #define SIS_AC97_SEMA	0x54
106175859bfSDavid Dillow #define		SIS_AC97_SEMA_BUSY			0x00000001
107175859bfSDavid Dillow #define		SIS_AC97_SEMA_RELEASE			0x00000000
108175859bfSDavid Dillow 
109175859bfSDavid Dillow /* AC97 AC-link Status Register */
110175859bfSDavid Dillow #define SIS_AC97_STATUS	0x58
111175859bfSDavid Dillow #define		SIS_AC97_STATUS_AUDIO_D2_INACT_SECS	0x03f00000
112175859bfSDavid Dillow #define		SIS_AC97_STATUS_MODEM_ALIVE		0x00002000
113175859bfSDavid Dillow #define		SIS_AC97_STATUS_AUDIO_ALIVE		0x00001000
114175859bfSDavid Dillow #define		SIS_AC97_STATUS_CODEC3_READY		0x00000400
115175859bfSDavid Dillow #define		SIS_AC97_STATUS_CODEC2_READY		0x00000200
116175859bfSDavid Dillow #define		SIS_AC97_STATUS_CODEC_READY		0x00000100
117175859bfSDavid Dillow #define		SIS_AC97_STATUS_WARM_RESET		0x00000080
118175859bfSDavid Dillow #define		SIS_AC97_STATUS_COLD_RESET		0x00000040
119175859bfSDavid Dillow #define		SIS_AC97_STATUS_POWERED_DOWN		0x00000020
120175859bfSDavid Dillow #define		SIS_AC97_STATUS_NORMAL			0x00000010
121175859bfSDavid Dillow #define		SIS_AC97_STATUS_READ_EXPIRED		0x00000004
122175859bfSDavid Dillow #define		SIS_AC97_STATUS_SEMAPHORE		0x00000002
123175859bfSDavid Dillow #define		SIS_AC97_STATUS_BUSY			0x00000001
124175859bfSDavid Dillow 
125175859bfSDavid Dillow /* AC97 AC-link Audio Configuration Register */
126175859bfSDavid Dillow #define SIS_AC97_CONF	0x5c
127175859bfSDavid Dillow #define		SIS_AC97_CONF_AUDIO_ALIVE		0x80000000
128175859bfSDavid Dillow #define		SIS_AC97_CONF_WARM_RESET_ENABLE		0x40000000
129175859bfSDavid Dillow #define		SIS_AC97_CONF_PR6_ENABLE		0x20000000
130175859bfSDavid Dillow #define		SIS_AC97_CONF_PR5_ENABLE		0x10000000
131175859bfSDavid Dillow #define		SIS_AC97_CONF_PR4_ENABLE		0x08000000
132175859bfSDavid Dillow #define		SIS_AC97_CONF_PR3_ENABLE		0x04000000
133175859bfSDavid Dillow #define		SIS_AC97_CONF_PR2_PR7_ENABLE		0x02000000
134175859bfSDavid Dillow #define		SIS_AC97_CONF_PR0_PR1_ENABLE		0x01000000
135175859bfSDavid Dillow #define		SIS_AC97_CONF_AUTO_PM_ENABLE		0x00800000
136175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_LFE_ENABLE		0x00080000
137175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_SURROUND_ENABLE	0x00040000
138175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_CENTER_ENABLE		0x00020000
139175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_LR_ENABLE		0x00010000
140175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_CAP_MIC_ENABLE	0x00002000
141175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_CAP_LR_ENABLE		0x00001000
142175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_CAP_MIC_FROM_CODEC3	0x00000200
143175859bfSDavid Dillow #define		SIS_AC97_CONF_PCM_CAP_LR_FROM_CODEC3	0x00000100
144175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC3_PM_VRM		0x00000080
145175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC_PM_VRM		0x00000040
146175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC3_VRA_ENABLE		0x00000020
147175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC_VRA_ENABLE		0x00000010
148175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC3_PM_EAC		0x00000008
149175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC_PM_EAC		0x00000004
150175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC3_EXISTS		0x00000002
151175859bfSDavid Dillow #define		SIS_AC97_CONF_CODEC_EXISTS		0x00000001
152175859bfSDavid Dillow 
153175859bfSDavid Dillow /* Playback Channel Sync Group registers */
154175859bfSDavid Dillow #define SIS_PLAY_SYNC_GROUP_A	0x80
155175859bfSDavid Dillow #define SIS_PLAY_SYNC_GROUP_B	0x84
156175859bfSDavid Dillow #define SIS_PLAY_SYNC_GROUP_C	0x88
157175859bfSDavid Dillow #define SIS_PLAY_SYNC_GROUP_D	0x8c
158175859bfSDavid Dillow #define SIS_MIXER_SYNC_GROUP	0x90
159175859bfSDavid Dillow 
160175859bfSDavid Dillow /* Wave Engine Config and Control Register */
161175859bfSDavid Dillow #define SIS_WECCR	0xa0
162175859bfSDavid Dillow #define		SIS_WECCR_TESTMODE_MASK			0x00300000
163175859bfSDavid Dillow #define			SIS_WECCR_TESTMODE_NORMAL		0x00000000
164175859bfSDavid Dillow #define			SIS_WECCR_TESTMODE_BYPASS_NSO_ALPHA	0x00100000
165175859bfSDavid Dillow #define			SIS_WECCR_TESTMODE_BYPASS_FC		0x00200000
166175859bfSDavid Dillow #define			SIS_WECCR_TESTMODE_BYPASS_WOL		0x00300000
167175859bfSDavid Dillow #define		SIS_WECCR_RESONANCE_DELAY_MASK		0x00060000
168175859bfSDavid Dillow #define			SIS_WECCR_RESONANCE_DELAY_NONE		0x00000000
169175859bfSDavid Dillow #define			SIS_WECCR_RESONANCE_DELAY_FC_1F00	0x00020000
170175859bfSDavid Dillow #define			SIS_WECCR_RESONANCE_DELAY_FC_1E00	0x00040000
171175859bfSDavid Dillow #define			SIS_WECCR_RESONANCE_DELAY_FC_1C00	0x00060000
172175859bfSDavid Dillow #define		SIS_WECCR_IGNORE_CHANNEL_PARMS		0x00010000
173175859bfSDavid Dillow #define		SIS_WECCR_COMMAND_CHANNEL_ID_MASK	0x0003ff00
174175859bfSDavid Dillow #define		SIS_WECCR_COMMAND_MASK			0x00000007
175175859bfSDavid Dillow #define			SIS_WECCR_COMMAND_NONE			0x00000000
176175859bfSDavid Dillow #define			SIS_WECCR_COMMAND_DONE			0x00000000
177175859bfSDavid Dillow #define			SIS_WECCR_COMMAND_PAUSE			0x00000001
178175859bfSDavid Dillow #define			SIS_WECCR_COMMAND_TOGGLE_VEG		0x00000002
179175859bfSDavid Dillow #define			SIS_WECCR_COMMAND_TOGGLE_MEG		0x00000003
180175859bfSDavid Dillow #define			SIS_WECCR_COMMAND_TOGGLE_VEG_MEG	0x00000004
181175859bfSDavid Dillow 
182175859bfSDavid Dillow /* Wave Engine Volume Control Register */
183175859bfSDavid Dillow #define SIS_WEVCR	0xa4
184175859bfSDavid Dillow #define		SIS_WEVCR_LEFT_MUSIC_ATTENUATION_MASK	0xff000000
185175859bfSDavid Dillow #define		SIS_WEVCR_RIGHT_MUSIC_ATTENUATION_MASK	0x00ff0000
186175859bfSDavid Dillow #define		SIS_WEVCR_LEFT_WAVE_ATTENUATION_MASK	0x0000ff00
187175859bfSDavid Dillow #define		SIS_WEVCR_RIGHT_WAVE_ATTENUATION_MASK	0x000000ff
188175859bfSDavid Dillow 
189175859bfSDavid Dillow /* Wave Engine Interrupt Status Registers */
190175859bfSDavid Dillow #define SIS_WEISR_A	0xa8
191175859bfSDavid Dillow #define SIS_WEISR_B	0xac
192175859bfSDavid Dillow 
193175859bfSDavid Dillow 
19498a1708dSMartin Olsson /* Playback DMA parameters (parameter RAM) */
195175859bfSDavid Dillow #define SIS_PLAY_DMA_OFFSET	0x0000
196175859bfSDavid Dillow #define SIS_PLAY_DMA_SIZE	0x10
197175859bfSDavid Dillow #define SIS_PLAY_DMA_ADDR(addr, num) \
198175859bfSDavid Dillow 	((num * SIS_PLAY_DMA_SIZE) + (addr) + SIS_PLAY_DMA_OFFSET)
199175859bfSDavid Dillow 
200175859bfSDavid Dillow #define SIS_PLAY_DMA_FORMAT_CSO	0x00
201175859bfSDavid Dillow #define		SIS_PLAY_DMA_FORMAT_UNSIGNED	0x00080000
202175859bfSDavid Dillow #define		SIS_PLAY_DMA_FORMAT_8BIT	0x00040000
203175859bfSDavid Dillow #define		SIS_PLAY_DMA_FORMAT_MONO	0x00020000
204175859bfSDavid Dillow #define		SIS_PLAY_DMA_CSO_MASK		0x0000ffff
205175859bfSDavid Dillow #define SIS_PLAY_DMA_BASE	0x04
206175859bfSDavid Dillow #define SIS_PLAY_DMA_CONTROL	0x08
207175859bfSDavid Dillow #define		SIS_PLAY_DMA_STOP_AT_SSO	0x04000000
208175859bfSDavid Dillow #define		SIS_PLAY_DMA_RELEASE		0x02000000
209175859bfSDavid Dillow #define		SIS_PLAY_DMA_LOOP		0x01000000
210175859bfSDavid Dillow #define		SIS_PLAY_DMA_INTR_AT_SSO	0x00080000
211175859bfSDavid Dillow #define		SIS_PLAY_DMA_INTR_AT_ESO	0x00040000
212175859bfSDavid Dillow #define		SIS_PLAY_DMA_INTR_AT_LEO	0x00020000
213175859bfSDavid Dillow #define		SIS_PLAY_DMA_INTR_AT_MLP	0x00010000
214175859bfSDavid Dillow #define		SIS_PLAY_DMA_LEO_MASK		0x0000ffff
215175859bfSDavid Dillow #define SIS_PLAY_DMA_SSO_ESO	0x0c
216175859bfSDavid Dillow #define		SIS_PLAY_DMA_SSO_MASK		0xffff0000
217175859bfSDavid Dillow #define		SIS_PLAY_DMA_ESO_MASK		0x0000ffff
218175859bfSDavid Dillow 
21998a1708dSMartin Olsson /* Capture DMA parameters (parameter RAM) */
220175859bfSDavid Dillow #define SIS_CAPTURE_DMA_OFFSET	0x0800
221175859bfSDavid Dillow #define SIS_CAPTURE_DMA_SIZE	0x10
222175859bfSDavid Dillow #define SIS_CAPTURE_DMA_ADDR(addr, num) \
223175859bfSDavid Dillow 	((num * SIS_CAPTURE_DMA_SIZE) + (addr) + SIS_CAPTURE_DMA_OFFSET)
224175859bfSDavid Dillow 
225175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_0	0
226175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_1	1
227175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_2	2
228175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_3	3
229175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_4	4
230175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_5	5
231175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_6	6
232175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_7	7
233175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_8	8
234175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_9	9
235175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_10	10
236175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_11	11
237175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_12	12
238175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_13	13
239175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_14	14
240175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_15	15
241175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_AC97_PCM_IN		16
242175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_AC97_MIC_IN		17
243175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_AC97_LINE1_IN		18
244175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_AC97_LINE2_IN		19
245175859bfSDavid Dillow #define	SIS_CAPTURE_CHAN_AC97_HANDSE_IN		20
246175859bfSDavid Dillow 
247175859bfSDavid Dillow #define SIS_CAPTURE_DMA_FORMAT_CSO	0x00
248175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_MONO_MODE_MASK	0xc0000000
249175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_MONO_MODE_AVG	0x00000000
250175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_MONO_MODE_LEFT	0x40000000
251175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_MONO_MODE_RIGHT	0x80000000
252175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_FORMAT_UNSIGNED	0x00080000
253175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_FORMAT_8BIT	0x00040000
254175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_FORMAT_MONO	0x00020000
255175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_CSO_MASK		0x0000ffff
256175859bfSDavid Dillow #define SIS_CAPTURE_DMA_BASE		0x04
257175859bfSDavid Dillow #define SIS_CAPTURE_DMA_CONTROL		0x08
258175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_STOP_AT_SSO	0x04000000
259175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_RELEASE		0x02000000
260175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_LOOP		0x01000000
261175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_INTR_AT_LEO	0x00020000
262175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_INTR_AT_MLP	0x00010000
263175859bfSDavid Dillow #define		SIS_CAPTURE_DMA_LEO_MASK		0x0000ffff
264175859bfSDavid Dillow #define SIS_CAPTURE_DMA_RESERVED	0x0c
265175859bfSDavid Dillow 
266175859bfSDavid Dillow 
267175859bfSDavid Dillow /* Mixer routing list start pointer (parameter RAM) */
268175859bfSDavid Dillow #define SIS_MIXER_START_OFFSET	0x1000
269175859bfSDavid Dillow #define SIS_MIXER_START_SIZE	0x04
270175859bfSDavid Dillow #define SIS_MIXER_START_ADDR(addr, num) \
271175859bfSDavid Dillow 	((num * SIS_MIXER_START_SIZE) + (addr) + SIS_MIXER_START_OFFSET)
272175859bfSDavid Dillow 
273175859bfSDavid Dillow #define SIS_MIXER_START_MASK	0x0000007f
274175859bfSDavid Dillow 
275175859bfSDavid Dillow /* Mixer routing table (parameter RAM) */
276175859bfSDavid Dillow #define SIS_MIXER_OFFSET	0x1400
277175859bfSDavid Dillow #define SIS_MIXER_SIZE		0x04
278175859bfSDavid Dillow #define SIS_MIXER_ADDR(addr, num) \
279175859bfSDavid Dillow 	((num * SIS_MIXER_SIZE) + (addr) + SIS_MIXER_OFFSET)
280175859bfSDavid Dillow 
281175859bfSDavid Dillow #define SIS_MIXER_RIGHT_ATTENUTATION_MASK	0xff000000
282175859bfSDavid Dillow #define 	SIS_MIXER_RIGHT_NO_ATTEN		0xff000000
283175859bfSDavid Dillow #define SIS_MIXER_LEFT_ATTENUTATION_MASK	0x00ff0000
284175859bfSDavid Dillow #define 	SIS_MIXER_LEFT_NO_ATTEN			0x00ff0000
285175859bfSDavid Dillow #define SIS_MIXER_NEXT_ENTRY_MASK		0x00007f00
286175859bfSDavid Dillow #define 	SIS_MIXER_NEXT_ENTRY_NONE		0x00000000
287175859bfSDavid Dillow #define SIS_MIXER_DEST_MASK			0x0000007f
288175859bfSDavid Dillow #define 	SIS_MIXER_DEST_0			0x00000020
289175859bfSDavid Dillow #define 	SIS_MIXER_DEST_1			0x00000021
290175859bfSDavid Dillow #define 	SIS_MIXER_DEST_2			0x00000022
291175859bfSDavid Dillow #define 	SIS_MIXER_DEST_3			0x00000023
292175859bfSDavid Dillow #define 	SIS_MIXER_DEST_4			0x00000024
293175859bfSDavid Dillow #define 	SIS_MIXER_DEST_5			0x00000025
294175859bfSDavid Dillow #define 	SIS_MIXER_DEST_6			0x00000026
295175859bfSDavid Dillow #define 	SIS_MIXER_DEST_7			0x00000027
296175859bfSDavid Dillow #define 	SIS_MIXER_DEST_8			0x00000028
297175859bfSDavid Dillow #define 	SIS_MIXER_DEST_9			0x00000029
298175859bfSDavid Dillow #define 	SIS_MIXER_DEST_10			0x0000002a
299175859bfSDavid Dillow #define 	SIS_MIXER_DEST_11			0x0000002b
300175859bfSDavid Dillow #define 	SIS_MIXER_DEST_12			0x0000002c
301175859bfSDavid Dillow #define 	SIS_MIXER_DEST_13			0x0000002d
302175859bfSDavid Dillow #define 	SIS_MIXER_DEST_14			0x0000002e
303175859bfSDavid Dillow #define 	SIS_MIXER_DEST_15			0x0000002f
304175859bfSDavid Dillow 
305175859bfSDavid Dillow /* Wave Engine Control Parameters (parameter RAM) */
306175859bfSDavid Dillow #define SIS_WAVE_OFFSET		0x2000
307175859bfSDavid Dillow #define SIS_WAVE_SIZE		0x40
308175859bfSDavid Dillow #define SIS_WAVE_ADDR(addr, num) \
309175859bfSDavid Dillow 	((num * SIS_WAVE_SIZE) + (addr) + SIS_WAVE_OFFSET)
310175859bfSDavid Dillow 
311175859bfSDavid Dillow #define SIS_WAVE_GENERAL		0x00
312175859bfSDavid Dillow #define		SIS_WAVE_GENERAL_WAVE_VOLUME			0x80000000
313175859bfSDavid Dillow #define		SIS_WAVE_GENERAL_MUSIC_VOLUME			0x00000000
314175859bfSDavid Dillow #define		SIS_WAVE_GENERAL_VOLUME_MASK			0x7f000000
315175859bfSDavid Dillow #define SIS_WAVE_GENERAL_ARTICULATION	0x04
316175859bfSDavid Dillow #define		SIS_WAVE_GENERAL_ARTICULATION_DELTA_MASK	0x3fff0000
317175859bfSDavid Dillow #define SIS_WAVE_ARTICULATION		0x08
318175859bfSDavid Dillow #define SIS_WAVE_TIMER			0x0c
319175859bfSDavid Dillow #define SIS_WAVE_GENERATOR		0x10
320175859bfSDavid Dillow #define SIS_WAVE_CHANNEL_CONTROL	0x14
321175859bfSDavid Dillow #define		SIS_WAVE_CHANNEL_CONTROL_FIRST_SAMPLE		0x80000000
322175859bfSDavid Dillow #define		SIS_WAVE_CHANNEL_CONTROL_AMP_ENABLE		0x40000000
323175859bfSDavid Dillow #define		SIS_WAVE_CHANNEL_CONTROL_FILTER_ENABLE		0x20000000
324175859bfSDavid Dillow #define		SIS_WAVE_CHANNEL_CONTROL_INTERPOLATE_ENABLE	0x10000000
325175859bfSDavid Dillow #define SIS_WAVE_LFO_EG_CONTROL		0x18
326175859bfSDavid Dillow #define SIS_WAVE_LFO_EG_CONTROL_2	0x1c
327175859bfSDavid Dillow #define SIS_WAVE_LFO_EG_CONTROL_3	0x20
328175859bfSDavid Dillow #define SIS_WAVE_LFO_EG_CONTROL_4	0x24
329175859bfSDavid Dillow 
330175859bfSDavid Dillow #endif /* __sis7019_h__ */
331