1 /* linux/arch/arm/mach-s3c2440/dma.c
3 * Copyright (c) 2006 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C2440 DMA selection
8 * http://armlinux.simtec.co.uk/
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
15 #include <linux/kernel.h>
16 #include <linux/init.h>
17 #include <linux/sysdev.h>
18 #include <linux/serial_core.h>
23 #include <plat/dma-core.h>
26 #include <plat/regs-serial.h>
27 #include <mach/regs-gpio.h>
28 #include <plat/regs-ac97.h>
29 #include <plat/regs-dma.h>
30 #include <mach/regs-mem.h>
31 #include <mach/regs-lcd.h>
32 #include <mach/regs-sdi.h>
33 #include <plat/regs-iis.h>
34 #include <plat/regs-spi.h>
36 static struct s3c24xx_dma_map __initdata s3c2440_dma_mappings
[] = {
39 .channels
[0] = S3C2410_DCON_CH0_XDREQ0
| DMA_CH_VALID
,
43 .channels
[1] = S3C2410_DCON_CH1_XDREQ1
| DMA_CH_VALID
,
47 .channels
[0] = S3C2410_DCON_CH0_SDI
| DMA_CH_VALID
,
48 .channels
[1] = S3C2440_DCON_CH1_SDI
| DMA_CH_VALID
,
49 .channels
[2] = S3C2410_DCON_CH2_SDI
| DMA_CH_VALID
,
50 .channels
[3] = S3C2410_DCON_CH3_SDI
| DMA_CH_VALID
,
51 .hw_addr
.to
= S3C2410_PA_IIS
+ S3C2410_IISFIFO
,
52 .hw_addr
.from
= S3C2410_PA_IIS
+ S3C2410_IISFIFO
,
56 .channels
[1] = S3C2410_DCON_CH1_SPI
| DMA_CH_VALID
,
57 .hw_addr
.to
= S3C2410_PA_SPI
+ S3C2410_SPTDAT
,
58 .hw_addr
.from
= S3C2410_PA_SPI
+ S3C2410_SPRDAT
,
62 .channels
[3] = S3C2410_DCON_CH3_SPI
| DMA_CH_VALID
,
63 .hw_addr
.to
= S3C2410_PA_SPI
+ 0x20 + S3C2410_SPTDAT
,
64 .hw_addr
.from
= S3C2410_PA_SPI
+ 0x20 + S3C2410_SPRDAT
,
68 .channels
[0] = S3C2410_DCON_CH0_UART0
| DMA_CH_VALID
,
69 .hw_addr
.to
= S3C2410_PA_UART0
+ S3C2410_UTXH
,
70 .hw_addr
.from
= S3C2410_PA_UART0
+ S3C2410_URXH
,
74 .channels
[1] = S3C2410_DCON_CH1_UART1
| DMA_CH_VALID
,
75 .hw_addr
.to
= S3C2410_PA_UART1
+ S3C2410_UTXH
,
76 .hw_addr
.from
= S3C2410_PA_UART1
+ S3C2410_URXH
,
80 .channels
[3] = S3C2410_DCON_CH3_UART2
| DMA_CH_VALID
,
81 .hw_addr
.to
= S3C2410_PA_UART2
+ S3C2410_UTXH
,
82 .hw_addr
.from
= S3C2410_PA_UART2
+ S3C2410_URXH
,
86 .channels
[0] = S3C2410_DCON_CH0_TIMER
| DMA_CH_VALID
,
87 .channels
[2] = S3C2410_DCON_CH2_TIMER
| DMA_CH_VALID
,
88 .channels
[3] = S3C2410_DCON_CH3_TIMER
| DMA_CH_VALID
,
92 .channels
[1] = S3C2410_DCON_CH1_I2SSDI
| DMA_CH_VALID
,
93 .channels
[2] = S3C2410_DCON_CH2_I2SSDI
| DMA_CH_VALID
,
94 .hw_addr
.from
= S3C2410_PA_IIS
+ S3C2410_IISFIFO
,
98 .channels
[0] = S3C2440_DCON_CH0_I2SSDO
| DMA_CH_VALID
,
99 .channels
[2] = S3C2410_DCON_CH2_I2SSDO
| DMA_CH_VALID
,
100 .hw_addr
.to
= S3C2410_PA_IIS
+ S3C2410_IISFIFO
,
104 .channels
[0] = S3C2440_DCON_CH0_PCMIN
| DMA_CH_VALID
,
105 .channels
[2] = S3C2440_DCON_CH2_PCMIN
| DMA_CH_VALID
,
106 .hw_addr
.from
= S3C2440_PA_AC97
+ S3C_AC97_PCM_DATA
,
110 .channels
[1] = S3C2440_DCON_CH1_PCMOUT
| DMA_CH_VALID
,
111 .channels
[3] = S3C2440_DCON_CH3_PCMOUT
| DMA_CH_VALID
,
112 .hw_addr
.to
= S3C2440_PA_AC97
+ S3C_AC97_PCM_DATA
,
116 .channels
[2] = S3C2440_DCON_CH2_MICIN
| DMA_CH_VALID
,
117 .channels
[3] = S3C2440_DCON_CH3_MICIN
| DMA_CH_VALID
,
118 .hw_addr
.from
= S3C2440_PA_AC97
+ S3C_AC97_MIC_DATA
,
122 .channels
[0] = S3C2410_DCON_CH0_USBEP1
| DMA_CH_VALID
,
126 .channels
[1] = S3C2410_DCON_CH1_USBEP2
| DMA_CH_VALID
,
130 .channels
[2] = S3C2410_DCON_CH2_USBEP3
| DMA_CH_VALID
,
134 .channels
[3] = S3C2410_DCON_CH3_USBEP4
| DMA_CH_VALID
,
138 static void s3c2440_dma_select(struct s3c2410_dma_chan
*chan
,
139 struct s3c24xx_dma_map
*map
)
141 chan
->dcon
= map
->channels
[chan
->number
] & ~DMA_CH_VALID
;
144 static struct s3c24xx_dma_selection __initdata s3c2440_dma_sel
= {
145 .select
= s3c2440_dma_select
,
146 .dcon_mask
= 7 << 24,
147 .map
= s3c2440_dma_mappings
,
148 .map_size
= ARRAY_SIZE(s3c2440_dma_mappings
),
151 static struct s3c24xx_dma_order __initdata s3c2440_dma_order
= {
155 [0] = 3 | DMA_CH_VALID
,
156 [1] = 2 | DMA_CH_VALID
,
157 [2] = 1 | DMA_CH_VALID
,
158 [3] = 0 | DMA_CH_VALID
,
163 [0] = 1 | DMA_CH_VALID
,
164 [1] = 2 | DMA_CH_VALID
,
169 [0] = 2 | DMA_CH_VALID
,
170 [1] = 1 | DMA_CH_VALID
,
175 [0] = 2 | DMA_CH_VALID
,
176 [1] = 1 | DMA_CH_VALID
,
181 [0] = 1 | DMA_CH_VALID
,
182 [1] = 3 | DMA_CH_VALID
,
187 [0] = 3 | DMA_CH_VALID
,
188 [1] = 2 | DMA_CH_VALID
,
194 static int __init
s3c2440_dma_add(struct sys_device
*sysdev
)
197 s3c24xx_dma_order_set(&s3c2440_dma_order
);
198 return s3c24xx_dma_init_map(&s3c2440_dma_sel
);
201 static struct sysdev_driver s3c2440_dma_driver
= {
202 .add
= s3c2440_dma_add
,
205 static int __init
s3c2440_dma_init(void)
207 return sysdev_driver_register(&s3c2440_sysclass
, &s3c2440_dma_driver
);
210 arch_initcall(s3c2440_dma_init
);