diff options
Diffstat (limited to 'arch/blackfin/mach-bf538')
19 files changed, 8728 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf538/Kconfig b/arch/blackfin/mach-bf538/Kconfig new file mode 100644 index 000000000000..f068c3523cdc --- /dev/null +++ b/arch/blackfin/mach-bf538/Kconfig | |||
@@ -0,0 +1,164 @@ | |||
1 | if (BF538 || BF539) | ||
2 | |||
3 | source "arch/blackfin/mach-bf538/boards/Kconfig" | ||
4 | |||
5 | menu "BF538 Specific Configuration" | ||
6 | |||
7 | comment "Interrupt Priority Assignment" | ||
8 | menu "Priority" | ||
9 | |||
10 | config IRQ_PLL_WAKEUP | ||
11 | int "IRQ_PLL_WAKEUP" | ||
12 | default 7 | ||
13 | config IRQ_DMA0_ERROR | ||
14 | int "IRQ_DMA0_ERROR" | ||
15 | default 7 | ||
16 | config IRQ_PPI_ERROR | ||
17 | int "IRQ_PPI_ERROR" | ||
18 | default 7 | ||
19 | config IRQ_SPORT0_ERROR | ||
20 | int "IRQ_SPORT0_ERROR" | ||
21 | default 7 | ||
22 | config IRQ_SPORT1_ERROR | ||
23 | int "IRQ_SPORT1_ERROR" | ||
24 | default 7 | ||
25 | config IRQ_SPI0_ERROR | ||
26 | int "IRQ_SPI0_ERROR" | ||
27 | default 7 | ||
28 | config IRQ_UART0_ERROR | ||
29 | int "IRQ_UART0_ERROR" | ||
30 | default 7 | ||
31 | config IRQ_RTC | ||
32 | int "IRQ_RTC" | ||
33 | default 8 | ||
34 | config IRQ_PPI | ||
35 | int "IRQ_PPI" | ||
36 | default 8 | ||
37 | config IRQ_SPORT0_RX | ||
38 | int "IRQ_SPORT0_RX" | ||
39 | default 9 | ||
40 | config IRQ_SPORT0_TX | ||
41 | int "IRQ_SPORT0_TX" | ||
42 | default 9 | ||
43 | config IRQ_SPORT1_RX | ||
44 | int "IRQ_SPORT1_RX" | ||
45 | default 9 | ||
46 | config IRQ_SPORT1_TX | ||
47 | int "IRQ_SPORT1_TX" | ||
48 | default 9 | ||
49 | config IRQ_SPI0 | ||
50 | int "IRQ_SPI0" | ||
51 | default 10 | ||
52 | config IRQ_UART0_RX | ||
53 | int "IRQ_UART0_RX" | ||
54 | default 10 | ||
55 | config IRQ_UART0_TX | ||
56 | int "IRQ_UART0_TX" | ||
57 | default 10 | ||
58 | config IRQ_TIMER0 | ||
59 | int "IRQ_TIMER0" | ||
60 | default 8 | ||
61 | config IRQ_TIMER1 | ||
62 | int "IRQ_TIMER1" | ||
63 | default 11 | ||
64 | config IRQ_TIMER2 | ||
65 | int "IRQ_TIMER2" | ||
66 | default 11 | ||
67 | config IRQ_PORTF_INTA | ||
68 | int "IRQ_PORTF_INTA" | ||
69 | default 12 | ||
70 | config IRQ_PORTF_INTB | ||
71 | int "IRQ_PORTF_INTB" | ||
72 | default 12 | ||
73 | config IRQ_MEM0_DMA0 | ||
74 | int "IRQ_MEM0_DMA0" | ||
75 | default 13 | ||
76 | config IRQ_MEM0_DMA1 | ||
77 | int "IRQ_MEM0_DMA1" | ||
78 | default 13 | ||
79 | config IRQ_WATCH | ||
80 | int "IRQ_WATCH" | ||
81 | default 13 | ||
82 | config IRQ_DMA1_ERROR | ||
83 | int "IRQ_DMA1_ERROR" | ||
84 | default 7 | ||
85 | config IRQ_SPORT2_ERROR | ||
86 | int "IRQ_SPORT2_ERROR" | ||
87 | default 7 | ||
88 | config IRQ_SPORT3_ERROR | ||
89 | int "IRQ_SPORT3_ERROR" | ||
90 | default 7 | ||
91 | config IRQ_SPI1_ERROR | ||
92 | int "IRQ_SPI1_ERROR" | ||
93 | default 7 | ||
94 | config IRQ_SPI2_ERROR | ||
95 | int "IRQ_SPI2_ERROR" | ||
96 | default 7 | ||
97 | config IRQ_UART1_ERROR | ||
98 | int "IRQ_UART1_ERROR" | ||
99 | default 7 | ||
100 | config IRQ_UART2_ERROR | ||
101 | int "IRQ_UART2_ERROR" | ||
102 | default 7 | ||
103 | config IRQ_CAN_ERROR | ||
104 | int "IRQ_CAN_ERROR" | ||
105 | default 7 | ||
106 | config IRQ_SPORT2_RX | ||
107 | int "IRQ_SPORT2_RX" | ||
108 | default 9 | ||
109 | config IRQ_SPORT2_TX | ||
110 | int "IRQ_SPORT2_TX" | ||
111 | default 9 | ||
112 | config IRQ_SPORT3_RX | ||
113 | int "IRQ_SPORT3_RX" | ||
114 | default 9 | ||
115 | config IRQ_SPORT3_TX | ||
116 | int "IRQ_SPORT3_TX" | ||
117 | default 9 | ||
118 | config IRQ_SPI1 | ||
119 | int "IRQ_SPI1" | ||
120 | default 10 | ||
121 | config IRQ_SPI2 | ||
122 | int "IRQ_SPI2" | ||
123 | default 10 | ||
124 | config IRQ_UART1_RX | ||
125 | int "IRQ_UART1_RX" | ||
126 | default 10 | ||
127 | config IRQ_UART1_TX | ||
128 | int "IRQ_UART1_TX" | ||
129 | default 10 | ||
130 | config IRQ_UART2_RX | ||
131 | int "IRQ_UART2_RX" | ||
132 | default 10 | ||
133 | config IRQ_UART2_TX | ||
134 | int "IRQ_UART2_TX" | ||
135 | default 10 | ||
136 | config IRQ_TWI0 | ||
137 | int "IRQ_TWI0" | ||
138 | default 11 | ||
139 | config IRQ_TWI1 | ||
140 | int "IRQ_TWI1" | ||
141 | default 11 | ||
142 | config IRQ_CAN_RX | ||
143 | int "IRQ_CAN_RX" | ||
144 | default 11 | ||
145 | config IRQ_CAN_TX | ||
146 | int "IRQ_CAN_TX" | ||
147 | default 11 | ||
148 | config IRQ_MEM1_DMA0 | ||
149 | int "IRQ_MEM1_DMA0" | ||
150 | default 13 | ||
151 | config IRQ_MEM1_DMA1 | ||
152 | int "IRQ_MEM1_DMA1" | ||
153 | default 13 | ||
154 | |||
155 | help | ||
156 | Enter the priority numbers between 7-13 ONLY. Others are Reserved. | ||
157 | This applies to all the above. It is not recommended to assign the | ||
158 | highest priority number 7 to UART or any other device. | ||
159 | |||
160 | endmenu | ||
161 | |||
162 | endmenu | ||
163 | |||
164 | endif | ||
diff --git a/arch/blackfin/mach-bf538/Makefile b/arch/blackfin/mach-bf538/Makefile new file mode 100644 index 000000000000..8cd2719684db --- /dev/null +++ b/arch/blackfin/mach-bf538/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # arch/blackfin/mach-bf538/Makefile | ||
3 | # | ||
4 | |||
5 | obj-y := ints-priority.o dma.o | ||
diff --git a/arch/blackfin/mach-bf538/boards/Kconfig b/arch/blackfin/mach-bf538/boards/Kconfig new file mode 100644 index 000000000000..215249ba58bb --- /dev/null +++ b/arch/blackfin/mach-bf538/boards/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | choice | ||
2 | prompt "System type" | ||
3 | default BFIN538_EZKIT | ||
4 | help | ||
5 | Select your board! | ||
6 | |||
7 | config BFIN538_EZKIT | ||
8 | bool "BF538-EZKIT" | ||
9 | help | ||
10 | BF538-EZKIT-LITE board support. | ||
11 | |||
12 | endchoice | ||
diff --git a/arch/blackfin/mach-bf538/boards/Makefile b/arch/blackfin/mach-bf538/boards/Makefile new file mode 100644 index 000000000000..6143b320d585 --- /dev/null +++ b/arch/blackfin/mach-bf538/boards/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # arch/blackfin/mach-bf538/boards/Makefile | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_BFIN538_EZKIT) += ezkit.o | ||
diff --git a/arch/blackfin/mach-bf538/boards/ezkit.c b/arch/blackfin/mach-bf538/boards/ezkit.c new file mode 100644 index 000000000000..e37cb9378884 --- /dev/null +++ b/arch/blackfin/mach-bf538/boards/ezkit.c | |||
@@ -0,0 +1,606 @@ | |||
1 | /* | ||
2 | * File: arch/blackfin/mach-bf538/boards/ezkit.c | ||
3 | * Based on: arch/blackfin/mach-bf537/boards/ezkit.c | ||
4 | * Author: Aidan Williams <aidan@nicta.com.au> | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: | ||
8 | * | ||
9 | * Modified: | ||
10 | * Copyright 2005 National ICT Australia (NICTA) | ||
11 | * Copyright 2004-2008 Analog Devices Inc. | ||
12 | * | ||
13 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2 of the License, or | ||
18 | * (at your option) any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | * | ||
25 | * You should have received a copy of the GNU General Public License | ||
26 | * along with this program; if not, see the file COPYING, or write | ||
27 | * to the Free Software Foundation, Inc., | ||
28 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
29 | */ | ||
30 | |||
31 | #include <linux/device.h> | ||
32 | #include <linux/platform_device.h> | ||
33 | #include <linux/mtd/mtd.h> | ||
34 | #include <linux/mtd/partitions.h> | ||
35 | #include <linux/spi/spi.h> | ||
36 | #include <linux/spi/flash.h> | ||
37 | #include <linux/irq.h> | ||
38 | #include <linux/interrupt.h> | ||
39 | #include <asm/bfin5xx_spi.h> | ||
40 | #include <asm/dma.h> | ||
41 | #include <asm/gpio.h> | ||
42 | #include <asm/nand.h> | ||
43 | #include <asm/portmux.h> | ||
44 | #include <asm/dpmc.h> | ||
45 | #include <linux/input.h> | ||
46 | |||
47 | /* | ||
48 | * Name the Board for the /proc/cpuinfo | ||
49 | */ | ||
50 | const char bfin_board_name[] = "ADI BF538-EZKIT"; | ||
51 | |||
52 | /* | ||
53 | * Driver needs to know address, irq and flag pin. | ||
54 | */ | ||
55 | |||
56 | |||
57 | #if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE) | ||
58 | static struct platform_device rtc_device = { | ||
59 | .name = "rtc-bfin", | ||
60 | .id = -1, | ||
61 | }; | ||
62 | #endif | ||
63 | |||
64 | #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) | ||
65 | static struct resource bfin_uart_resources[] = { | ||
66 | #ifdef CONFIG_SERIAL_BFIN_UART0 | ||
67 | { | ||
68 | .start = 0xFFC00400, | ||
69 | .end = 0xFFC004FF, | ||
70 | .flags = IORESOURCE_MEM, | ||
71 | }, | ||
72 | #endif | ||
73 | #ifdef CONFIG_SERIAL_BFIN_UART1 | ||
74 | { | ||
75 | .start = 0xFFC02000, | ||
76 | .end = 0xFFC020FF, | ||
77 | .flags = IORESOURCE_MEM, | ||
78 | }, | ||
79 | #endif | ||
80 | #ifdef CONFIG_SERIAL_BFIN_UART2 | ||
81 | { | ||
82 | .start = 0xFFC02100, | ||
83 | .end = 0xFFC021FF, | ||
84 | .flags = IORESOURCE_MEM, | ||
85 | }, | ||
86 | #endif | ||
87 | }; | ||
88 | |||
89 | static struct platform_device bfin_uart_device = { | ||
90 | .name = "bfin-uart", | ||
91 | .id = 1, | ||
92 | .num_resources = ARRAY_SIZE(bfin_uart_resources), | ||
93 | .resource = bfin_uart_resources, | ||
94 | }; | ||
95 | #endif | ||
96 | |||
97 | #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) | ||
98 | #ifdef CONFIG_BFIN_SIR0 | ||
99 | static struct resource bfin_sir0_resources[] = { | ||
100 | { | ||
101 | .start = 0xFFC00400, | ||
102 | .end = 0xFFC004FF, | ||
103 | .flags = IORESOURCE_MEM, | ||
104 | }, | ||
105 | { | ||
106 | .start = IRQ_UART0_RX, | ||
107 | .end = IRQ_UART0_RX+1, | ||
108 | .flags = IORESOURCE_IRQ, | ||
109 | }, | ||
110 | { | ||
111 | .start = CH_UART0_RX, | ||
112 | .end = CH_UART0_RX+1, | ||
113 | .flags = IORESOURCE_DMA, | ||
114 | }, | ||
115 | }; | ||
116 | static struct platform_device bfin_sir0_device = { | ||
117 | .name = "bfin_sir", | ||
118 | .id = 0, | ||
119 | .num_resources = ARRAY_SIZE(bfin_sir0_resources), | ||
120 | .resource = bfin_sir0_resources, | ||
121 | }; | ||
122 | #endif | ||
123 | #ifdef CONFIG_BFIN_SIR1 | ||
124 | static struct resource bfin_sir1_resources[] = { | ||
125 | { | ||
126 | .start = 0xFFC02000, | ||
127 | .end = 0xFFC020FF, | ||
128 | .flags = IORESOURCE_MEM, | ||
129 | }, | ||
130 | { | ||
131 | .start = IRQ_UART1_RX, | ||
132 | .end = IRQ_UART1_RX+1, | ||
133 | .flags = IORESOURCE_IRQ, | ||
134 | }, | ||
135 | { | ||
136 | .start = CH_UART1_RX, | ||
137 | .end = CH_UART1_RX+1, | ||
138 | .flags = IORESOURCE_DMA, | ||
139 | }, | ||
140 | }; | ||
141 | static struct platform_device bfin_sir1_device = { | ||
142 | .name = "bfin_sir", | ||
143 | .id = 1, | ||
144 | .num_resources = ARRAY_SIZE(bfin_sir1_resources), | ||
145 | .resource = bfin_sir1_resources, | ||
146 | }; | ||
147 | #endif | ||
148 | #ifdef CONFIG_BFIN_SIR2 | ||
149 | static struct resource bfin_sir2_resources[] = { | ||
150 | { | ||
151 | .start = 0xFFC02100, | ||
152 | .end = 0xFFC021FF, | ||
153 | .flags = IORESOURCE_MEM, | ||
154 | }, | ||
155 | { | ||
156 | .start = IRQ_UART2_RX, | ||
157 | .end = IRQ_UART2_RX+1, | ||
158 | .flags = IORESOURCE_IRQ, | ||
159 | }, | ||
160 | { | ||
161 | .start = CH_UART2_RX, | ||
162 | .end = CH_UART2_RX+1, | ||
163 | .flags = IORESOURCE_DMA, | ||
164 | }, | ||
165 | }; | ||
166 | static struct platform_device bfin_sir2_device = { | ||
167 | .name = "bfin_sir", | ||
168 | .id = 2, | ||
169 | .num_resources = ARRAY_SIZE(bfin_sir2_resources), | ||
170 | .resource = bfin_sir2_resources, | ||
171 | }; | ||
172 | #endif | ||
173 | #endif | ||
174 | |||
175 | /* | ||
176 | * USB-LAN EzExtender board | ||
177 | * Driver needs to know address, irq and flag pin. | ||
178 | */ | ||
179 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) | ||
180 | static struct resource smc91x_resources[] = { | ||
181 | { | ||
182 | .name = "smc91x-regs", | ||
183 | .start = 0x20310300, | ||
184 | .end = 0x20310300 + 16, | ||
185 | .flags = IORESOURCE_MEM, | ||
186 | }, { | ||
187 | .start = IRQ_PF0, | ||
188 | .end = IRQ_PF0, | ||
189 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, | ||
190 | }, | ||
191 | }; | ||
192 | static struct platform_device smc91x_device = { | ||
193 | .name = "smc91x", | ||
194 | .id = 0, | ||
195 | .num_resources = ARRAY_SIZE(smc91x_resources), | ||
196 | .resource = smc91x_resources, | ||
197 | }; | ||
198 | #endif | ||
199 | |||
200 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | ||
201 | /* all SPI peripherals info goes here */ | ||
202 | #if defined(CONFIG_MTD_M25P80) \ | ||
203 | || defined(CONFIG_MTD_M25P80_MODULE) | ||
204 | /* SPI flash chip (m25p16) */ | ||
205 | static struct mtd_partition bfin_spi_flash_partitions[] = { | ||
206 | { | ||
207 | .name = "bootloader(spi)", | ||
208 | .size = 0x00040000, | ||
209 | .offset = 0, | ||
210 | .mask_flags = MTD_CAP_ROM | ||
211 | }, { | ||
212 | .name = "linux kernel(spi)", | ||
213 | .size = 0x1c0000, | ||
214 | .offset = 0x40000 | ||
215 | } | ||
216 | }; | ||
217 | |||
218 | static struct flash_platform_data bfin_spi_flash_data = { | ||
219 | .name = "m25p80", | ||
220 | .parts = bfin_spi_flash_partitions, | ||
221 | .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), | ||
222 | .type = "m25p16", | ||
223 | }; | ||
224 | |||
225 | static struct bfin5xx_spi_chip spi_flash_chip_info = { | ||
226 | .enable_dma = 0, /* use dma transfer with this chip*/ | ||
227 | .bits_per_word = 8, | ||
228 | .cs_change_per_word = 0, | ||
229 | }; | ||
230 | #endif | ||
231 | |||
232 | #if defined(CONFIG_TOUCHSCREEN_AD7879) || defined(CONFIG_TOUCHSCREEN_AD7879_MODULE) | ||
233 | #include <linux/spi/ad7879.h> | ||
234 | static const struct ad7879_platform_data bfin_ad7879_ts_info = { | ||
235 | .model = 7879, /* Model = AD7879 */ | ||
236 | .x_plate_ohms = 620, /* 620 Ohm from the touch datasheet */ | ||
237 | .pressure_max = 10000, | ||
238 | .pressure_min = 0, | ||
239 | .first_conversion_delay = 3, /* wait 512us before do a first conversion */ | ||
240 | .acquisition_time = 1, /* 4us acquisition time per sample */ | ||
241 | .median = 2, /* do 8 measurements */ | ||
242 | .averaging = 1, /* take the average of 4 middle samples */ | ||
243 | .pen_down_acc_interval = 255, /* 9.4 ms */ | ||
244 | .gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ | ||
245 | .gpio_default = 1, /* During initialization set GPIO = HIGH */ | ||
246 | }; | ||
247 | #endif | ||
248 | |||
249 | #if defined(CONFIG_TOUCHSCREEN_AD7879_SPI) || defined(CONFIG_TOUCHSCREEN_AD7879_SPI_MODULE) | ||
250 | static struct bfin5xx_spi_chip spi_ad7879_chip_info = { | ||
251 | .enable_dma = 0, | ||
252 | .bits_per_word = 16, | ||
253 | }; | ||
254 | #endif | ||
255 | |||
256 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
257 | #include <asm/bfin-lq035q1.h> | ||
258 | |||
259 | static struct bfin_lq035q1fb_disp_info bfin_lq035q1_data = { | ||
260 | .mode = LQ035_NORM | LQ035_RGB | LQ035_RL | LQ035_TB, | ||
261 | .use_bl = 0, /* let something else control the LCD Blacklight */ | ||
262 | .gpio_bl = GPIO_PF7, | ||
263 | }; | ||
264 | |||
265 | static struct resource bfin_lq035q1_resources[] = { | ||
266 | { | ||
267 | .start = IRQ_PPI_ERROR, | ||
268 | .end = IRQ_PPI_ERROR, | ||
269 | .flags = IORESOURCE_IRQ, | ||
270 | }, | ||
271 | }; | ||
272 | |||
273 | static struct platform_device bfin_lq035q1_device = { | ||
274 | .name = "bfin-lq035q1", | ||
275 | .id = -1, | ||
276 | .num_resources = ARRAY_SIZE(bfin_lq035q1_resources), | ||
277 | .resource = bfin_lq035q1_resources, | ||
278 | .dev = { | ||
279 | .platform_data = &bfin_lq035q1_data, | ||
280 | }, | ||
281 | }; | ||
282 | #endif | ||
283 | |||
284 | #if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE) | ||
285 | static struct bfin5xx_spi_chip spidev_chip_info = { | ||
286 | .enable_dma = 0, | ||
287 | .bits_per_word = 8, | ||
288 | }; | ||
289 | #endif | ||
290 | |||
291 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
292 | static struct bfin5xx_spi_chip lq035q1_spi_chip_info = { | ||
293 | .enable_dma = 0, | ||
294 | .bits_per_word = 8, | ||
295 | }; | ||
296 | #endif | ||
297 | |||
298 | static struct spi_board_info bf538_spi_board_info[] __initdata = { | ||
299 | #if defined(CONFIG_MTD_M25P80) \ | ||
300 | || defined(CONFIG_MTD_M25P80_MODULE) | ||
301 | { | ||
302 | /* the modalias must be the same as spi device driver name */ | ||
303 | .modalias = "m25p80", /* Name of spi_driver for this device */ | ||
304 | .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */ | ||
305 | .bus_num = 0, /* Framework bus number */ | ||
306 | .chip_select = 1, /* SPI_SSEL1*/ | ||
307 | .platform_data = &bfin_spi_flash_data, | ||
308 | .controller_data = &spi_flash_chip_info, | ||
309 | .mode = SPI_MODE_3, | ||
310 | }, | ||
311 | #endif | ||
312 | #if defined(CONFIG_TOUCHSCREEN_AD7879_SPI) || defined(CONFIG_TOUCHSCREEN_AD7879_SPI_MODULE) | ||
313 | { | ||
314 | .modalias = "ad7879", | ||
315 | .platform_data = &bfin_ad7879_ts_info, | ||
316 | .irq = IRQ_PF3, | ||
317 | .max_speed_hz = 5000000, /* max spi clock (SCK) speed in HZ */ | ||
318 | .bus_num = 0, | ||
319 | .chip_select = 1, | ||
320 | .controller_data = &spi_ad7879_chip_info, | ||
321 | .mode = SPI_CPHA | SPI_CPOL, | ||
322 | }, | ||
323 | #endif | ||
324 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
325 | { | ||
326 | .modalias = "bfin-lq035q1-spi", | ||
327 | .max_speed_hz = 20000000, /* max spi clock (SCK) speed in HZ */ | ||
328 | .bus_num = 0, | ||
329 | .chip_select = 2, | ||
330 | .controller_data = &lq035q1_spi_chip_info, | ||
331 | .mode = SPI_CPHA | SPI_CPOL, | ||
332 | }, | ||
333 | #endif | ||
334 | #if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE) | ||
335 | { | ||
336 | .modalias = "spidev", | ||
337 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ | ||
338 | .bus_num = 0, | ||
339 | .chip_select = 1, | ||
340 | .controller_data = &spidev_chip_info, | ||
341 | }, | ||
342 | #endif | ||
343 | }; | ||
344 | |||
345 | /* SPI (0) */ | ||
346 | static struct resource bfin_spi0_resource[] = { | ||
347 | [0] = { | ||
348 | .start = SPI0_REGBASE, | ||
349 | .end = SPI0_REGBASE + 0xFF, | ||
350 | .flags = IORESOURCE_MEM, | ||
351 | }, | ||
352 | [1] = { | ||
353 | .start = CH_SPI0, | ||
354 | .end = CH_SPI0, | ||
355 | .flags = IORESOURCE_IRQ, | ||
356 | } | ||
357 | }; | ||
358 | |||
359 | /* SPI (1) */ | ||
360 | static struct resource bfin_spi1_resource[] = { | ||
361 | [0] = { | ||
362 | .start = SPI1_REGBASE, | ||
363 | .end = SPI1_REGBASE + 0xFF, | ||
364 | .flags = IORESOURCE_MEM, | ||
365 | }, | ||
366 | [1] = { | ||
367 | .start = CH_SPI1, | ||
368 | .end = CH_SPI1, | ||
369 | .flags = IORESOURCE_IRQ, | ||
370 | } | ||
371 | }; | ||
372 | |||
373 | /* SPI (2) */ | ||
374 | static struct resource bfin_spi2_resource[] = { | ||
375 | [0] = { | ||
376 | .start = SPI2_REGBASE, | ||
377 | .end = SPI2_REGBASE + 0xFF, | ||
378 | .flags = IORESOURCE_MEM, | ||
379 | }, | ||
380 | [1] = { | ||
381 | .start = CH_SPI2, | ||
382 | .end = CH_SPI2, | ||
383 | .flags = IORESOURCE_IRQ, | ||
384 | } | ||
385 | }; | ||
386 | |||
387 | /* SPI controller data */ | ||
388 | static struct bfin5xx_spi_master bf538_spi_master_info0 = { | ||
389 | .num_chipselect = 8, | ||
390 | .enable_dma = 1, /* master has the ability to do dma transfer */ | ||
391 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, | ||
392 | }; | ||
393 | |||
394 | static struct platform_device bf538_spi_master0 = { | ||
395 | .name = "bfin-spi", | ||
396 | .id = 0, /* Bus number */ | ||
397 | .num_resources = ARRAY_SIZE(bfin_spi0_resource), | ||
398 | .resource = bfin_spi0_resource, | ||
399 | .dev = { | ||
400 | .platform_data = &bf538_spi_master_info0, /* Passed to driver */ | ||
401 | }, | ||
402 | }; | ||
403 | |||
404 | static struct bfin5xx_spi_master bf538_spi_master_info1 = { | ||
405 | .num_chipselect = 8, | ||
406 | .enable_dma = 1, /* master has the ability to do dma transfer */ | ||
407 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | ||
408 | }; | ||
409 | |||
410 | static struct platform_device bf538_spi_master1 = { | ||
411 | .name = "bfin-spi", | ||
412 | .id = 1, /* Bus number */ | ||
413 | .num_resources = ARRAY_SIZE(bfin_spi1_resource), | ||
414 | .resource = bfin_spi1_resource, | ||
415 | .dev = { | ||
416 | .platform_data = &bf538_spi_master_info1, /* Passed to driver */ | ||
417 | }, | ||
418 | }; | ||
419 | |||
420 | static struct bfin5xx_spi_master bf538_spi_master_info2 = { | ||
421 | .num_chipselect = 8, | ||
422 | .enable_dma = 1, /* master has the ability to do dma transfer */ | ||
423 | .pin_req = {P_SPI2_SCK, P_SPI2_MISO, P_SPI2_MOSI, 0}, | ||
424 | }; | ||
425 | |||
426 | static struct platform_device bf538_spi_master2 = { | ||
427 | .name = "bfin-spi", | ||
428 | .id = 2, /* Bus number */ | ||
429 | .num_resources = ARRAY_SIZE(bfin_spi2_resource), | ||
430 | .resource = bfin_spi2_resource, | ||
431 | .dev = { | ||
432 | .platform_data = &bf538_spi_master_info2, /* Passed to driver */ | ||
433 | }, | ||
434 | }; | ||
435 | |||
436 | #endif /* spi master and devices */ | ||
437 | |||
438 | #if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE) | ||
439 | static struct resource bfin_twi0_resource[] = { | ||
440 | [0] = { | ||
441 | .start = TWI0_REGBASE, | ||
442 | .end = TWI0_REGBASE + 0xFF, | ||
443 | .flags = IORESOURCE_MEM, | ||
444 | }, | ||
445 | [1] = { | ||
446 | .start = IRQ_TWI0, | ||
447 | .end = IRQ_TWI0, | ||
448 | .flags = IORESOURCE_IRQ, | ||
449 | }, | ||
450 | }; | ||
451 | |||
452 | static struct platform_device i2c_bfin_twi0_device = { | ||
453 | .name = "i2c-bfin-twi", | ||
454 | .id = 0, | ||
455 | .num_resources = ARRAY_SIZE(bfin_twi0_resource), | ||
456 | .resource = bfin_twi0_resource, | ||
457 | }; | ||
458 | |||
459 | #if !defined(CONFIG_BF542) /* The BF542 only has 1 TWI */ | ||
460 | static struct resource bfin_twi1_resource[] = { | ||
461 | [0] = { | ||
462 | .start = TWI1_REGBASE, | ||
463 | .end = TWI1_REGBASE + 0xFF, | ||
464 | .flags = IORESOURCE_MEM, | ||
465 | }, | ||
466 | [1] = { | ||
467 | .start = IRQ_TWI1, | ||
468 | .end = IRQ_TWI1, | ||
469 | .flags = IORESOURCE_IRQ, | ||
470 | }, | ||
471 | }; | ||
472 | |||
473 | static struct platform_device i2c_bfin_twi1_device = { | ||
474 | .name = "i2c-bfin-twi", | ||
475 | .id = 1, | ||
476 | .num_resources = ARRAY_SIZE(bfin_twi1_resource), | ||
477 | .resource = bfin_twi1_resource, | ||
478 | }; | ||
479 | #endif | ||
480 | #endif | ||
481 | |||
482 | static struct resource bfin_gpios_resources = { | ||
483 | .start = 0, | ||
484 | .end = MAX_BLACKFIN_GPIOS - 1, | ||
485 | .flags = IORESOURCE_IRQ, | ||
486 | }; | ||
487 | |||
488 | static struct platform_device bfin_gpios_device = { | ||
489 | .name = "simple-gpio", | ||
490 | .id = -1, | ||
491 | .num_resources = 1, | ||
492 | .resource = &bfin_gpios_resources, | ||
493 | }; | ||
494 | |||
495 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | ||
496 | #include <linux/gpio_keys.h> | ||
497 | |||
498 | static struct gpio_keys_button bfin_gpio_keys_table[] = { | ||
499 | {BTN_0, GPIO_PC7, 1, "gpio-keys: BTN0"}, | ||
500 | }; | ||
501 | |||
502 | static struct gpio_keys_platform_data bfin_gpio_keys_data = { | ||
503 | .buttons = bfin_gpio_keys_table, | ||
504 | .nbuttons = ARRAY_SIZE(bfin_gpio_keys_table), | ||
505 | }; | ||
506 | |||
507 | static struct platform_device bfin_device_gpiokeys = { | ||
508 | .name = "gpio-keys", | ||
509 | .dev = { | ||
510 | .platform_data = &bfin_gpio_keys_data, | ||
511 | }, | ||
512 | }; | ||
513 | #endif | ||
514 | |||
515 | static const unsigned int cclk_vlev_datasheet[] = | ||
516 | { | ||
517 | /* | ||
518 | * Internal VLEV BF538SBBC1533 | ||
519 | ****temporarily using these values until data sheet is updated | ||
520 | */ | ||
521 | VRPAIR(VLEV_100, 150000000), | ||
522 | VRPAIR(VLEV_100, 250000000), | ||
523 | VRPAIR(VLEV_110, 276000000), | ||
524 | VRPAIR(VLEV_115, 301000000), | ||
525 | VRPAIR(VLEV_120, 525000000), | ||
526 | VRPAIR(VLEV_125, 550000000), | ||
527 | VRPAIR(VLEV_130, 600000000), | ||
528 | }; | ||
529 | |||
530 | static struct bfin_dpmc_platform_data bfin_dmpc_vreg_data = { | ||
531 | .tuple_tab = cclk_vlev_datasheet, | ||
532 | .tabsize = ARRAY_SIZE(cclk_vlev_datasheet), | ||
533 | .vr_settling_time = 25 /* us */, | ||
534 | }; | ||
535 | |||
536 | static struct platform_device bfin_dpmc = { | ||
537 | .name = "bfin dpmc", | ||
538 | .dev = { | ||
539 | .platform_data = &bfin_dmpc_vreg_data, | ||
540 | }, | ||
541 | }; | ||
542 | |||
543 | static struct platform_device *cm_bf538_devices[] __initdata = { | ||
544 | |||
545 | &bfin_dpmc, | ||
546 | |||
547 | #if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE) | ||
548 | &rtc_device, | ||
549 | #endif | ||
550 | |||
551 | #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) | ||
552 | &bfin_uart_device, | ||
553 | #endif | ||
554 | |||
555 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | ||
556 | &bf538_spi_master0, | ||
557 | &bf538_spi_master1, | ||
558 | &bf538_spi_master2, | ||
559 | #endif | ||
560 | |||
561 | #if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE) | ||
562 | &i2c_bfin_twi0_device, | ||
563 | &i2c_bfin_twi1_device, | ||
564 | #endif | ||
565 | |||
566 | #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) | ||
567 | #ifdef CONFIG_BFIN_SIR0 | ||
568 | &bfin_sir0_device, | ||
569 | #endif | ||
570 | #ifdef CONFIG_BFIN_SIR1 | ||
571 | &bfin_sir1_device, | ||
572 | #endif | ||
573 | #ifdef CONFIG_BFIN_SIR2 | ||
574 | &bfin_sir2_device, | ||
575 | #endif | ||
576 | #endif | ||
577 | |||
578 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) | ||
579 | &smc91x_device, | ||
580 | #endif | ||
581 | |||
582 | #if defined(CONFIG_FB_BFIN_LQ035Q1) || defined(CONFIG_FB_BFIN_LQ035Q1_MODULE) | ||
583 | &bfin_lq035q1_device, | ||
584 | #endif | ||
585 | |||
586 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | ||
587 | &bfin_device_gpiokeys, | ||
588 | #endif | ||
589 | |||
590 | &bfin_gpios_device, | ||
591 | }; | ||
592 | |||
593 | static int __init ezkit_init(void) | ||
594 | { | ||
595 | printk(KERN_INFO "%s(): registering device resources\n", __func__); | ||
596 | platform_add_devices(cm_bf538_devices, ARRAY_SIZE(cm_bf538_devices)); | ||
597 | |||
598 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | ||
599 | spi_register_board_info(bf538_spi_board_info, | ||
600 | ARRAY_SIZE(bf538_spi_board_info)); | ||
601 | #endif | ||
602 | |||
603 | return 0; | ||
604 | } | ||
605 | |||
606 | arch_initcall(ezkit_init); | ||
diff --git a/arch/blackfin/mach-bf538/dma.c b/arch/blackfin/mach-bf538/dma.c new file mode 100644 index 000000000000..d6837fbf94ea --- /dev/null +++ b/arch/blackfin/mach-bf538/dma.c | |||
@@ -0,0 +1,161 @@ | |||
1 | /* | ||
2 | * File: arch/blackfin/mach-bf538/dma.c | ||
3 | * Based on: | ||
4 | * Author: | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: This file contains the simple DMA Implementation for Blackfin | ||
8 | * | ||
9 | * Modified: | ||
10 | * Copyright 2008 Analog Devices Inc. | ||
11 | * | ||
12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, see the file COPYING, or write | ||
26 | * to the Free Software Foundation, Inc., | ||
27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
28 | */ | ||
29 | #include <linux/module.h> | ||
30 | |||
31 | #include <asm/blackfin.h> | ||
32 | #include <asm/dma.h> | ||
33 | |||
34 | struct dma_register *dma_io_base_addr[MAX_DMA_CHANNELS] = { | ||
35 | (struct dma_register *) DMA0_NEXT_DESC_PTR, | ||
36 | (struct dma_register *) DMA1_NEXT_DESC_PTR, | ||
37 | (struct dma_register *) DMA2_NEXT_DESC_PTR, | ||
38 | (struct dma_register *) DMA3_NEXT_DESC_PTR, | ||
39 | (struct dma_register *) DMA4_NEXT_DESC_PTR, | ||
40 | (struct dma_register *) DMA5_NEXT_DESC_PTR, | ||
41 | (struct dma_register *) DMA6_NEXT_DESC_PTR, | ||
42 | (struct dma_register *) DMA7_NEXT_DESC_PTR, | ||
43 | (struct dma_register *) DMA8_NEXT_DESC_PTR, | ||
44 | (struct dma_register *) DMA9_NEXT_DESC_PTR, | ||
45 | (struct dma_register *) DMA10_NEXT_DESC_PTR, | ||
46 | (struct dma_register *) DMA11_NEXT_DESC_PTR, | ||
47 | (struct dma_register *) DMA12_NEXT_DESC_PTR, | ||
48 | (struct dma_register *) DMA13_NEXT_DESC_PTR, | ||
49 | (struct dma_register *) DMA14_NEXT_DESC_PTR, | ||
50 | (struct dma_register *) DMA15_NEXT_DESC_PTR, | ||
51 | (struct dma_register *) DMA16_NEXT_DESC_PTR, | ||
52 | (struct dma_register *) DMA17_NEXT_DESC_PTR, | ||
53 | (struct dma_register *) DMA18_NEXT_DESC_PTR, | ||
54 | (struct dma_register *) DMA19_NEXT_DESC_PTR, | ||
55 | (struct dma_register *) MDMA0_D0_NEXT_DESC_PTR, | ||
56 | (struct dma_register *) MDMA0_S0_NEXT_DESC_PTR, | ||
57 | (struct dma_register *) MDMA0_D1_NEXT_DESC_PTR, | ||
58 | (struct dma_register *) MDMA0_S1_NEXT_DESC_PTR, | ||
59 | (struct dma_register *) MDMA1_D0_NEXT_DESC_PTR, | ||
60 | (struct dma_register *) MDMA1_S0_NEXT_DESC_PTR, | ||
61 | (struct dma_register *) MDMA1_D1_NEXT_DESC_PTR, | ||
62 | (struct dma_register *) MDMA1_S1_NEXT_DESC_PTR, | ||
63 | }; | ||
64 | EXPORT_SYMBOL(dma_io_base_addr); | ||
65 | |||
66 | int channel2irq(unsigned int channel) | ||
67 | { | ||
68 | int ret_irq = -1; | ||
69 | |||
70 | switch (channel) { | ||
71 | case CH_PPI: | ||
72 | ret_irq = IRQ_PPI; | ||
73 | break; | ||
74 | |||
75 | case CH_UART0_RX: | ||
76 | ret_irq = IRQ_UART0_RX; | ||
77 | break; | ||
78 | |||
79 | case CH_UART0_TX: | ||
80 | ret_irq = IRQ_UART0_TX; | ||
81 | break; | ||
82 | |||
83 | case CH_UART1_RX: | ||
84 | ret_irq = IRQ_UART1_RX; | ||
85 | break; | ||
86 | |||
87 | case CH_UART1_TX: | ||
88 | ret_irq = IRQ_UART1_TX; | ||
89 | break; | ||
90 | |||
91 | case CH_UART2_RX: | ||
92 | ret_irq = IRQ_UART2_RX; | ||
93 | break; | ||
94 | |||
95 | case CH_UART2_TX: | ||
96 | ret_irq = IRQ_UART2_TX; | ||
97 | break; | ||
98 | |||
99 | case CH_SPORT0_RX: | ||
100 | ret_irq = IRQ_SPORT0_RX; | ||
101 | break; | ||
102 | |||
103 | case CH_SPORT0_TX: | ||
104 | ret_irq = IRQ_SPORT0_TX; | ||
105 | break; | ||
106 | |||
107 | case CH_SPORT1_RX: | ||
108 | ret_irq = IRQ_SPORT1_RX; | ||
109 | break; | ||
110 | |||
111 | case CH_SPORT1_TX: | ||
112 | ret_irq = IRQ_SPORT1_TX; | ||
113 | break; | ||
114 | |||
115 | case CH_SPORT2_RX: | ||
116 | ret_irq = IRQ_SPORT2_RX; | ||
117 | break; | ||
118 | |||
119 | case CH_SPORT2_TX: | ||
120 | ret_irq = IRQ_SPORT2_TX; | ||
121 | break; | ||
122 | |||
123 | case CH_SPORT3_RX: | ||
124 | ret_irq = IRQ_SPORT3_RX; | ||
125 | break; | ||
126 | |||
127 | case CH_SPORT3_TX: | ||
128 | ret_irq = IRQ_SPORT3_TX; | ||
129 | break; | ||
130 | |||
131 | case CH_SPI0: | ||
132 | ret_irq = IRQ_SPI0; | ||
133 | break; | ||
134 | |||
135 | case CH_SPI1: | ||
136 | ret_irq = IRQ_SPI1; | ||
137 | break; | ||
138 | |||
139 | case CH_SPI2: | ||
140 | ret_irq = IRQ_SPI2; | ||
141 | break; | ||
142 | |||
143 | case CH_MEM_STREAM0_SRC: | ||
144 | case CH_MEM_STREAM0_DEST: | ||
145 | ret_irq = IRQ_MEM0_DMA0; | ||
146 | break; | ||
147 | case CH_MEM_STREAM1_SRC: | ||
148 | case CH_MEM_STREAM1_DEST: | ||
149 | ret_irq = IRQ_MEM0_DMA1; | ||
150 | break; | ||
151 | case CH_MEM_STREAM2_SRC: | ||
152 | case CH_MEM_STREAM2_DEST: | ||
153 | ret_irq = IRQ_MEM1_DMA0; | ||
154 | break; | ||
155 | case CH_MEM_STREAM3_SRC: | ||
156 | case CH_MEM_STREAM3_DEST: | ||
157 | ret_irq = IRQ_MEM1_DMA1; | ||
158 | break; | ||
159 | } | ||
160 | return ret_irq; | ||
161 | } | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/anomaly.h b/arch/blackfin/mach-bf538/include/mach/anomaly.h new file mode 100644 index 000000000000..e130b4f8a05d --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/anomaly.h | |||
@@ -0,0 +1,132 @@ | |||
1 | /* | ||
2 | * File: include/asm-blackfin/mach-bf538/anomaly.h | ||
3 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
4 | * | ||
5 | * Copyright (C) 2004-2008 Analog Devices Inc. | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | ||
8 | |||
9 | /* This file shoule be up to date with: | ||
10 | * - Revision G, 09/18/2008; ADSP-BF538/BF538F Blackfin Processor Anomaly List | ||
11 | * - Revision L, 09/18/2008; ADSP-BF539/BF539F Blackfin Processor Anomaly List | ||
12 | */ | ||
13 | |||
14 | #ifndef _MACH_ANOMALY_H_ | ||
15 | #define _MACH_ANOMALY_H_ | ||
16 | |||
17 | #if __SILICON_REVISION__ < 4 | ||
18 | # error will not work on BF538 silicon version 0.0, 0.1, 0.2, or 0.3 | ||
19 | #endif | ||
20 | |||
21 | /* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */ | ||
22 | #define ANOMALY_05000074 (1) | ||
23 | /* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */ | ||
24 | #define ANOMALY_05000119 (1) | ||
25 | /* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */ | ||
26 | #define ANOMALY_05000122 (1) | ||
27 | /* PPI Data Lengths between 8 and 16 Do Not Zero Out Upper Bits */ | ||
28 | #define ANOMALY_05000166 (1) | ||
29 | /* PPI_COUNT Cannot Be Programmed to 0 in General Purpose TX or RX Modes */ | ||
30 | #define ANOMALY_05000179 (1) | ||
31 | /* PPI_DELAY Not Functional in PPI Modes with 0 Frame Syncs */ | ||
32 | #define ANOMALY_05000180 (1) | ||
33 | /* False I/O Pin Interrupts on Edge-Sensitive Inputs When Polarity Setting Is Changed */ | ||
34 | #define ANOMALY_05000193 (1) | ||
35 | /* Current DMA Address Shows Wrong Value During Carry Fix */ | ||
36 | #define ANOMALY_05000199 (__SILICON_REVISION__ < 4) | ||
37 | /* NMI Event at Boot Time Results in Unpredictable State */ | ||
38 | #define ANOMALY_05000219 (1) | ||
39 | /* SPI Slave Boot Mode Modifies Registers from Reset Value */ | ||
40 | #define ANOMALY_05000229 (1) | ||
41 | /* PPI_FS3 Is Not Driven in 2 or 3 Internal Frame Sync Transmit Modes */ | ||
42 | #define ANOMALY_05000233 (1) | ||
43 | /* If i-cache is on, CSYNC/SSYNC/IDLE around Change of Control causes failures */ | ||
44 | #define ANOMALY_05000244 (__SILICON_REVISION__ < 3) | ||
45 | /* Spurious Hardware Error from an Access in the Shadow of a Conditional Branch */ | ||
46 | #define ANOMALY_05000245 (1) | ||
47 | /* Maximum External Clock Speed for Timers */ | ||
48 | #define ANOMALY_05000253 (1) | ||
49 | /* DCPLB_FAULT_ADDR MMR register may be corrupted */ | ||
50 | #define ANOMALY_05000261 (__SILICON_REVISION__ < 3) | ||
51 | /* High I/O Activity Causes Output Voltage of Internal Voltage Regulator (Vddint) to Decrease */ | ||
52 | #define ANOMALY_05000270 (__SILICON_REVISION__ < 4) | ||
53 | /* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */ | ||
54 | #define ANOMALY_05000272 (1) | ||
55 | /* Writes to Synchronous SDRAM Memory May Be Lost */ | ||
56 | #define ANOMALY_05000273 (__SILICON_REVISION__ < 4) | ||
57 | /* Writes to an I/O Data Register One SCLK Cycle after an Edge Is Detected May Clear Interrupt */ | ||
58 | #define ANOMALY_05000277 (__SILICON_REVISION__ < 4) | ||
59 | /* Disabling Peripherals with DMA Running May Cause DMA System Instability */ | ||
60 | #define ANOMALY_05000278 (__SILICON_REVISION__ < 4) | ||
61 | /* False Hardware Error Exception when ISR Context Is Not Restored */ | ||
62 | #define ANOMALY_05000281 (__SILICON_REVISION__ < 4) | ||
63 | /* Memory DMA Corruption with 32-Bit Data and Traffic Control */ | ||
64 | #define ANOMALY_05000282 (__SILICON_REVISION__ < 4) | ||
65 | /* System MMR Write Is Stalled Indefinitely when Killed in a Particular Stage */ | ||
66 | #define ANOMALY_05000283 (__SILICON_REVISION__ < 4) | ||
67 | /* SPORTs May Receive Bad Data If FIFOs Fill Up */ | ||
68 | #define ANOMALY_05000288 (__SILICON_REVISION__ < 4) | ||
69 | /* Reads from CAN Mailbox and Acceptance Mask Area Can Fail */ | ||
70 | #define ANOMALY_05000291 (__SILICON_REVISION__ < 4) | ||
71 | /* Hibernate Leakage Current Is Higher Than Specified */ | ||
72 | #define ANOMALY_05000293 (__SILICON_REVISION__ < 4) | ||
73 | /* Timer Pin Limitations for PPI TX Modes with External Frame Syncs */ | ||
74 | #define ANOMALY_05000294 (1) | ||
75 | /* Memory-To-Memory DMA Source/Destination Descriptors Must Be in Same Memory Space */ | ||
76 | #define ANOMALY_05000301 (__SILICON_REVISION__ < 4) | ||
77 | /* SSYNCs After Writes To CAN/DMA MMR Registers Are Not Always Handled Correctly */ | ||
78 | #define ANOMALY_05000304 (__SILICON_REVISION__ < 4) | ||
79 | /* SCKELOW Bit Does Not Maintain State Through Hibernate */ | ||
80 | #define ANOMALY_05000307 (__SILICON_REVISION__ < 4) | ||
81 | /* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */ | ||
82 | #define ANOMALY_05000310 (1) | ||
83 | /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */ | ||
84 | #define ANOMALY_05000312 (__SILICON_REVISION__ < 5) | ||
85 | /* PPI Is Level-Sensitive on First Transfer */ | ||
86 | #define ANOMALY_05000313 (__SILICON_REVISION__ < 4) | ||
87 | /* Killed System MMR Write Completes Erroneously on Next System MMR Access */ | ||
88 | #define ANOMALY_05000315 (__SILICON_REVISION__ < 4) | ||
89 | /* PFx Glitch on Write to FIO_FLAG_D or FIO_FLAG_T */ | ||
90 | #define ANOMALY_05000318 (__SILICON_REVISION__ < 4) | ||
91 | /* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */ | ||
92 | #define ANOMALY_05000355 (__SILICON_REVISION__ < 5) | ||
93 | /* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */ | ||
94 | #define ANOMALY_05000357 (__SILICON_REVISION__ < 5) | ||
95 | /* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */ | ||
96 | #define ANOMALY_05000366 (1) | ||
97 | /* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */ | ||
98 | #define ANOMALY_05000371 (__SILICON_REVISION__ < 5) | ||
99 | /* Entering Hibernate State with Peripheral Wakeups Enabled Draws Excess Current */ | ||
100 | #define ANOMALY_05000374 (__SILICON_REVISION__ == 4) | ||
101 | /* New Feature: Open-Drain GPIO Outputs on PC1 and PC4 (Not Available on Older Silicon) */ | ||
102 | #define ANOMALY_05000375 (__SILICON_REVISION__ < 4) | ||
103 | /* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */ | ||
104 | #define ANOMALY_05000402 (__SILICON_REVISION__ < 4) | ||
105 | /* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */ | ||
106 | #define ANOMALY_05000403 (1) | ||
107 | /* Speculative Fetches Can Cause Undesired External FIFO Operations */ | ||
108 | #define ANOMALY_05000416 (1) | ||
109 | /* Multichannel SPORT Channel Misalignment Under Specific Configuration */ | ||
110 | #define ANOMALY_05000425 (1) | ||
111 | /* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */ | ||
112 | #define ANOMALY_05000426 (1) | ||
113 | /* Specific GPIO Pins May Change State when Entering Hibernate */ | ||
114 | #define ANOMALY_05000436 (__SILICON_REVISION__ > 3) | ||
115 | /* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */ | ||
116 | #define ANOMALY_05000443 (1) | ||
117 | |||
118 | /* Anomalies that don't exist on this proc */ | ||
119 | #define ANOMALY_05000158 (0) | ||
120 | #define ANOMALY_05000198 (0) | ||
121 | #define ANOMALY_05000230 (0) | ||
122 | #define ANOMALY_05000263 (0) | ||
123 | #define ANOMALY_05000311 (0) | ||
124 | #define ANOMALY_05000323 (0) | ||
125 | #define ANOMALY_05000353 (1) | ||
126 | #define ANOMALY_05000363 (0) | ||
127 | #define ANOMALY_05000386 (1) | ||
128 | #define ANOMALY_05000412 (0) | ||
129 | #define ANOMALY_05000432 (0) | ||
130 | #define ANOMALY_05000435 (0) | ||
131 | |||
132 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/bf538.h b/arch/blackfin/mach-bf538/include/mach/bf538.h new file mode 100644 index 000000000000..9c8abb307908 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/bf538.h | |||
@@ -0,0 +1,124 @@ | |||
1 | /* | ||
2 | * File: include/asm-blackfin/mach-bf538/bf538.h | ||
3 | * Based on: include/asm-blackfin/mach-bf537/bf537.h | ||
4 | * Author: Michael Hennerich (michael.hennerich@analog.com) | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: SYSTEM MMR REGISTER AND MEMORY MAP FOR ADSP-BF527 | ||
8 | * | ||
9 | * Modified: | ||
10 | * Copyright 2004-2007 Analog Devices Inc. | ||
11 | * | ||
12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, see the file COPYING, or write | ||
26 | * to the Free Software Foundation, Inc., | ||
27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
28 | */ | ||
29 | |||
30 | #ifndef __MACH_BF538_H__ | ||
31 | #define __MACH_BF538_H__ | ||
32 | |||
33 | #define OFFSET_(x) ((x) & 0x0000FFFF) | ||
34 | |||
35 | /*some misc defines*/ | ||
36 | #define IMASK_IVG15 0x8000 | ||
37 | #define IMASK_IVG14 0x4000 | ||
38 | #define IMASK_IVG13 0x2000 | ||
39 | #define IMASK_IVG12 0x1000 | ||
40 | |||
41 | #define IMASK_IVG11 0x0800 | ||
42 | #define IMASK_IVG10 0x0400 | ||
43 | #define IMASK_IVG9 0x0200 | ||
44 | #define IMASK_IVG8 0x0100 | ||
45 | |||
46 | #define IMASK_IVG7 0x0080 | ||
47 | #define IMASK_IVGTMR 0x0040 | ||
48 | #define IMASK_IVGHW 0x0020 | ||
49 | |||
50 | /***************************/ | ||
51 | |||
52 | #define BFIN_DSUBBANKS 4 | ||
53 | #define BFIN_DWAYS 2 | ||
54 | #define BFIN_DLINES 64 | ||
55 | #define BFIN_ISUBBANKS 4 | ||
56 | #define BFIN_IWAYS 4 | ||
57 | #define BFIN_ILINES 32 | ||
58 | |||
59 | #define WAY0_L 0x1 | ||
60 | #define WAY1_L 0x2 | ||
61 | #define WAY01_L 0x3 | ||
62 | #define WAY2_L 0x4 | ||
63 | #define WAY02_L 0x5 | ||
64 | #define WAY12_L 0x6 | ||
65 | #define WAY012_L 0x7 | ||
66 | |||
67 | #define WAY3_L 0x8 | ||
68 | #define WAY03_L 0x9 | ||
69 | #define WAY13_L 0xA | ||
70 | #define WAY013_L 0xB | ||
71 | |||
72 | #define WAY32_L 0xC | ||
73 | #define WAY320_L 0xD | ||
74 | #define WAY321_L 0xE | ||
75 | #define WAYALL_L 0xF | ||
76 | |||
77 | #define DMC_ENABLE (2<<2) /*yes, 2, not 1 */ | ||
78 | |||
79 | /********************************* EBIU Settings ************************************/ | ||
80 | #define AMBCTL0VAL ((CONFIG_BANK_1 << 16) | CONFIG_BANK_0) | ||
81 | #define AMBCTL1VAL ((CONFIG_BANK_3 << 16) | CONFIG_BANK_2) | ||
82 | |||
83 | #ifdef CONFIG_C_AMBEN_ALL | ||
84 | #define V_AMBEN AMBEN_ALL | ||
85 | #endif | ||
86 | #ifdef CONFIG_C_AMBEN | ||
87 | #define V_AMBEN 0x0 | ||
88 | #endif | ||
89 | #ifdef CONFIG_C_AMBEN_B0 | ||
90 | #define V_AMBEN AMBEN_B0 | ||
91 | #endif | ||
92 | #ifdef CONFIG_C_AMBEN_B0_B1 | ||
93 | #define V_AMBEN AMBEN_B0_B1 | ||
94 | #endif | ||
95 | #ifdef CONFIG_C_AMBEN_B0_B1_B2 | ||
96 | #define V_AMBEN AMBEN_B0_B1_B2 | ||
97 | #endif | ||
98 | #ifdef CONFIG_C_AMCKEN | ||
99 | #define V_AMCKEN AMCKEN | ||
100 | #else | ||
101 | #define V_AMCKEN 0x0 | ||
102 | #endif | ||
103 | #ifdef CONFIG_C_CDPRIO | ||
104 | #define V_CDPRIO 0x100 | ||
105 | #else | ||
106 | #define V_CDPRIO 0x0 | ||
107 | #endif | ||
108 | |||
109 | #define AMGCTLVAL (V_AMBEN | V_AMCKEN | V_CDPRIO) | ||
110 | |||
111 | #ifdef CONFIG_BF538 | ||
112 | #define CPU "BF538" | ||
113 | #define CPUID 0x27C4 | ||
114 | #endif | ||
115 | #ifdef CONFIG_BF539 | ||
116 | #define CPU "BF539" | ||
117 | #define CPUID 0x27C4 /* FXIME:? */ | ||
118 | #endif | ||
119 | |||
120 | #ifndef CPU | ||
121 | #error "Unknown CPU type - This kernel doesn't seem to be configured properly" | ||
122 | #endif | ||
123 | |||
124 | #endif /* __MACH_BF538_H__ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h b/arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h new file mode 100644 index 000000000000..40503b6b89a3 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/bfin_serial_5xx.h | |||
@@ -0,0 +1,183 @@ | |||
1 | /* | ||
2 | * file: include/asm-blackfin/mach-bf538/bfin_serial_5xx.h | ||
3 | * based on: | ||
4 | * author: | ||
5 | * | ||
6 | * created: | ||
7 | * description: | ||
8 | * blackfin serial driver header files | ||
9 | * rev: | ||
10 | * | ||
11 | * modified: | ||
12 | * | ||
13 | * | ||
14 | * bugs: enter bugs at http://blackfin.uclinux.org/ | ||
15 | * | ||
16 | * this program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the gnu general public license as published by | ||
18 | * the free software foundation; either version 2, or (at your option) | ||
19 | * any later version. | ||
20 | * | ||
21 | * this program is distributed in the hope that it will be useful, | ||
22 | * but without any warranty; without even the implied warranty of | ||
23 | * merchantability or fitness for a particular purpose. see the | ||
24 | * gnu general public license for more details. | ||
25 | * | ||
26 | * you should have received a copy of the gnu general public license | ||
27 | * along with this program; see the file copying. | ||
28 | * if not, write to the free software foundation, | ||
29 | * 59 temple place - suite 330, boston, ma 02111-1307, usa. | ||
30 | */ | ||
31 | |||
32 | #include <linux/serial.h> | ||
33 | #include <asm/dma.h> | ||
34 | #include <asm/portmux.h> | ||
35 | |||
36 | #define UART_GET_CHAR(uart) bfin_read16(((uart)->port.membase + OFFSET_RBR)) | ||
37 | #define UART_GET_DLL(uart) bfin_read16(((uart)->port.membase + OFFSET_DLL)) | ||
38 | #define UART_GET_IER(uart) bfin_read16(((uart)->port.membase + OFFSET_IER)) | ||
39 | #define UART_GET_DLH(uart) bfin_read16(((uart)->port.membase + OFFSET_DLH)) | ||
40 | #define UART_GET_IIR(uart) bfin_read16(((uart)->port.membase + OFFSET_IIR)) | ||
41 | #define UART_GET_LCR(uart) bfin_read16(((uart)->port.membase + OFFSET_LCR)) | ||
42 | #define UART_GET_GCTL(uart) bfin_read16(((uart)->port.membase + OFFSET_GCTL)) | ||
43 | |||
44 | #define UART_PUT_CHAR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_THR), v) | ||
45 | #define UART_PUT_DLL(uart, v) bfin_write16(((uart)->port.membase + OFFSET_DLL), v) | ||
46 | #define UART_PUT_IER(uart, v) bfin_write16(((uart)->port.membase + OFFSET_IER), v) | ||
47 | #define UART_SET_IER(uart, v) UART_PUT_IER(uart, UART_GET_IER(uart) | (v)) | ||
48 | #define UART_CLEAR_IER(uart, v) UART_PUT_IER(uart, UART_GET_IER(uart) & ~(v)) | ||
49 | #define UART_PUT_DLH(uart, v) bfin_write16(((uart)->port.membase + OFFSET_DLH), v) | ||
50 | #define UART_PUT_LCR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_LCR), v) | ||
51 | #define UART_PUT_GCTL(uart, v) bfin_write16(((uart)->port.membase + OFFSET_GCTL), v) | ||
52 | |||
53 | #define UART_SET_DLAB(uart) do { UART_PUT_LCR(uart, UART_GET_LCR(uart) | DLAB); SSYNC(); } while (0) | ||
54 | #define UART_CLEAR_DLAB(uart) do { UART_PUT_LCR(uart, UART_GET_LCR(uart) & ~DLAB); SSYNC(); } while (0) | ||
55 | |||
56 | #define UART_GET_CTS(x) gpio_get_value(x->cts_pin) | ||
57 | #define UART_SET_RTS(x) gpio_set_value(x->rts_pin, 1) | ||
58 | #define UART_CLEAR_RTS(x) gpio_set_value(x->rts_pin, 0) | ||
59 | #define UART_ENABLE_INTS(x, v) UART_PUT_IER(x, v) | ||
60 | #define UART_DISABLE_INTS(x) UART_PUT_IER(x, 0) | ||
61 | |||
62 | #if defined(CONFIG_BFIN_UART0_CTSRTS) || defined(CONFIG_BFIN_UART1_CTSRTS) | ||
63 | # define CONFIG_SERIAL_BFIN_CTSRTS | ||
64 | |||
65 | # ifndef CONFIG_UART0_CTS_PIN | ||
66 | # define CONFIG_UART0_CTS_PIN -1 | ||
67 | # endif | ||
68 | |||
69 | # ifndef CONFIG_UART0_RTS_PIN | ||
70 | # define CONFIG_UART0_RTS_PIN -1 | ||
71 | # endif | ||
72 | |||
73 | # ifndef CONFIG_UART1_CTS_PIN | ||
74 | # define CONFIG_UART1_CTS_PIN -1 | ||
75 | # endif | ||
76 | |||
77 | # ifndef CONFIG_UART1_RTS_PIN | ||
78 | # define CONFIG_UART1_RTS_PIN -1 | ||
79 | # endif | ||
80 | #endif | ||
81 | |||
82 | #define BFIN_UART_TX_FIFO_SIZE 2 | ||
83 | |||
84 | /* | ||
85 | * The pin configuration is different from schematic | ||
86 | */ | ||
87 | struct bfin_serial_port { | ||
88 | struct uart_port port; | ||
89 | unsigned int old_status; | ||
90 | unsigned int lsr; | ||
91 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
92 | int tx_done; | ||
93 | int tx_count; | ||
94 | struct circ_buf rx_dma_buf; | ||
95 | struct timer_list rx_dma_timer; | ||
96 | int rx_dma_nrows; | ||
97 | unsigned int tx_dma_channel; | ||
98 | unsigned int rx_dma_channel; | ||
99 | struct work_struct tx_dma_workqueue; | ||
100 | #endif | ||
101 | #ifdef CONFIG_SERIAL_BFIN_CTSRTS | ||
102 | struct timer_list cts_timer; | ||
103 | int cts_pin; | ||
104 | int rts_pin; | ||
105 | #endif | ||
106 | }; | ||
107 | |||
108 | /* The hardware clears the LSR bits upon read, so we need to cache | ||
109 | * some of the more fun bits in software so they don't get lost | ||
110 | * when checking the LSR in other code paths (TX). | ||
111 | */ | ||
112 | static inline unsigned int UART_GET_LSR(struct bfin_serial_port *uart) | ||
113 | { | ||
114 | unsigned int lsr = bfin_read16(uart->port.membase + OFFSET_LSR); | ||
115 | uart->lsr |= (lsr & (BI|FE|PE|OE)); | ||
116 | return lsr | uart->lsr; | ||
117 | } | ||
118 | |||
119 | static inline void UART_CLEAR_LSR(struct bfin_serial_port *uart) | ||
120 | { | ||
121 | uart->lsr = 0; | ||
122 | bfin_write16(uart->port.membase + OFFSET_LSR, -1); | ||
123 | } | ||
124 | |||
125 | struct bfin_serial_res { | ||
126 | unsigned long uart_base_addr; | ||
127 | int uart_irq; | ||
128 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
129 | unsigned int uart_tx_dma_channel; | ||
130 | unsigned int uart_rx_dma_channel; | ||
131 | #endif | ||
132 | #ifdef CONFIG_SERIAL_BFIN_CTSRTS | ||
133 | int uart_cts_pin; | ||
134 | int uart_rts_pin; | ||
135 | #endif | ||
136 | }; | ||
137 | |||
138 | struct bfin_serial_res bfin_serial_resource[] = { | ||
139 | #ifdef CONFIG_SERIAL_BFIN_UART0 | ||
140 | { | ||
141 | 0xFFC00400, | ||
142 | IRQ_UART0_RX, | ||
143 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
144 | CH_UART0_TX, | ||
145 | CH_UART0_RX, | ||
146 | #endif | ||
147 | #ifdef CONFIG_BFIN_UART0_CTSRTS | ||
148 | CONFIG_UART0_CTS_PIN, | ||
149 | CONFIG_UART0_RTS_PIN, | ||
150 | #endif | ||
151 | }, | ||
152 | #endif | ||
153 | #ifdef CONFIG_SERIAL_BFIN_UART1 | ||
154 | { | ||
155 | 0xFFC02000, | ||
156 | IRQ_UART1_RX, | ||
157 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
158 | CH_UART1_TX, | ||
159 | CH_UART1_RX, | ||
160 | #endif | ||
161 | #ifdef CONFIG_BFIN_UART1_CTSRTS | ||
162 | CONFIG_UART1_CTS_PIN, | ||
163 | CONFIG_UART1_RTS_PIN, | ||
164 | #endif | ||
165 | }, | ||
166 | #endif | ||
167 | #ifdef CONFIG_SERIAL_BFIN_UART2 | ||
168 | { | ||
169 | 0xFFC02100, | ||
170 | IRQ_UART2_RX, | ||
171 | #ifdef CONFIG_SERIAL_BFIN_DMA | ||
172 | CH_UART2_TX, | ||
173 | CH_UART2_RX, | ||
174 | #endif | ||
175 | #ifdef CONFIG_BFIN_UART2_CTSRTS | ||
176 | CONFIG_UART2_CTS_PIN, | ||
177 | CONFIG_UART2_RTS_PIN, | ||
178 | #endif | ||
179 | }, | ||
180 | #endif | ||
181 | }; | ||
182 | |||
183 | #define DRIVER_NAME "bfin-uart" | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/blackfin.h b/arch/blackfin/mach-bf538/include/mach/blackfin.h new file mode 100644 index 000000000000..ea25371a922b --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/blackfin.h | |||
@@ -0,0 +1,101 @@ | |||
1 | /* | ||
2 | * File: include/asm-blackfin/mach-bf538/blackfin.h | ||
3 | * Based on: | ||
4 | * Author: | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: | ||
8 | * | ||
9 | * Rev: | ||
10 | * | ||
11 | * Modified: | ||
12 | * | ||
13 | * | ||
14 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2, or (at your option) | ||
19 | * any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
24 | * GNU General Public License for more details. | ||
25 | * | ||
26 | * You should have received a copy of the GNU General Public License | ||
27 | * along with this program; see the file COPYING. | ||
28 | * If not, write to the Free Software Foundation, | ||
29 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
30 | */ | ||
31 | |||
32 | #ifndef _MACH_BLACKFIN_H_ | ||
33 | #define _MACH_BLACKFIN_H_ | ||
34 | |||
35 | #define BF538_FAMILY | ||
36 | |||
37 | #include "bf538.h" | ||
38 | #include "mem_map.h" | ||
39 | #include "defBF539.h" | ||
40 | #include "anomaly.h" | ||
41 | |||
42 | |||
43 | #if !defined(__ASSEMBLY__) | ||
44 | #include "cdefBF538.h" | ||
45 | |||
46 | #if defined(CONFIG_BF539) | ||
47 | #include "cdefBF539.h" | ||
48 | #endif | ||
49 | #endif | ||
50 | |||
51 | /* UART_IIR Register */ | ||
52 | #define STATUS(x) ((x << 1) & 0x06) | ||
53 | #define STATUS_P1 0x02 | ||
54 | #define STATUS_P0 0x01 | ||
55 | |||
56 | #define BFIN_UART_NR_PORTS 3 | ||
57 | |||
58 | #define OFFSET_THR 0x00 /* Transmit Holding register */ | ||
59 | #define OFFSET_RBR 0x00 /* Receive Buffer register */ | ||
60 | #define OFFSET_DLL 0x00 /* Divisor Latch (Low-Byte) */ | ||
61 | #define OFFSET_IER 0x04 /* Interrupt Enable Register */ | ||
62 | #define OFFSET_DLH 0x04 /* Divisor Latch (High-Byte) */ | ||
63 | #define OFFSET_IIR 0x08 /* Interrupt Identification Register */ | ||
64 | #define OFFSET_LCR 0x0C /* Line Control Register */ | ||
65 | #define OFFSET_MCR 0x10 /* Modem Control Register */ | ||
66 | #define OFFSET_LSR 0x14 /* Line Status Register */ | ||
67 | #define OFFSET_MSR 0x18 /* Modem Status Register */ | ||
68 | #define OFFSET_SCR 0x1C /* SCR Scratch Register */ | ||
69 | #define OFFSET_GCTL 0x24 /* Global Control Register */ | ||
70 | |||
71 | |||
72 | #define bfin_write_MDMA_D0_IRQ_STATUS bfin_write_MDMA0_D0_IRQ_STATUS | ||
73 | #define bfin_write_MDMA_D0_START_ADDR bfin_write_MDMA0_D0_START_ADDR | ||
74 | #define bfin_write_MDMA_S0_START_ADDR bfin_write_MDMA0_S0_START_ADDR | ||
75 | #define bfin_write_MDMA_D0_X_COUNT bfin_write_MDMA0_D0_X_COUNT | ||
76 | #define bfin_write_MDMA_S0_X_COUNT bfin_write_MDMA0_S0_X_COUNT | ||
77 | #define bfin_write_MDMA_D0_Y_COUNT bfin_write_MDMA0_D0_Y_COUNT | ||
78 | #define bfin_write_MDMA_S0_Y_COUNT bfin_write_MDMA0_S0_Y_COUNT | ||
79 | #define bfin_write_MDMA_D0_X_MODIFY bfin_write_MDMA0_D0_X_MODIFY | ||
80 | #define bfin_write_MDMA_S0_X_MODIFY bfin_write_MDMA0_S0_X_MODIFY | ||
81 | #define bfin_write_MDMA_D0_Y_MODIFY bfin_write_MDMA0_D0_Y_MODIFY | ||
82 | #define bfin_write_MDMA_S0_Y_MODIFY bfin_write_MDMA0_S0_Y_MODIFY | ||
83 | #define bfin_write_MDMA_S0_CONFIG bfin_write_MDMA0_S0_CONFIG | ||
84 | #define bfin_write_MDMA_D0_CONFIG bfin_write_MDMA0_D0_CONFIG | ||
85 | #define bfin_read_MDMA_S0_CONFIG bfin_read_MDMA0_S0_CONFIG | ||
86 | #define bfin_read_MDMA_D0_IRQ_STATUS bfin_read_MDMA0_D0_IRQ_STATUS | ||
87 | #define bfin_write_MDMA_S0_IRQ_STATUS bfin_write_MDMA0_S0_IRQ_STATUS | ||
88 | |||
89 | |||
90 | /* DPMC*/ | ||
91 | #define bfin_read_STOPCK_OFF() bfin_read_STOPCK() | ||
92 | #define bfin_write_STOPCK_OFF(val) bfin_write_STOPCK(val) | ||
93 | #define STOPCK_OFF STOPCK | ||
94 | |||
95 | /* PLL_DIV Masks */ | ||
96 | #define CCLK_DIV1 CSEL_DIV1 /* CCLK = VCO / 1 */ | ||
97 | #define CCLK_DIV2 CSEL_DIV2 /* CCLK = VCO / 2 */ | ||
98 | #define CCLK_DIV4 CSEL_DIV4 /* CCLK = VCO / 4 */ | ||
99 | #define CCLK_DIV8 CSEL_DIV8 /* CCLK = VCO / 8 */ | ||
100 | |||
101 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/cdefBF538.h b/arch/blackfin/mach-bf538/include/mach/cdefBF538.h new file mode 100644 index 000000000000..241725bc6988 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/cdefBF538.h | |||
@@ -0,0 +1,2108 @@ | |||
1 | /* | ||
2 | * File: include/asm-blackfin/mach-bf538/cdefBF538.h | ||
3 | * Based on: | ||
4 | * Author: | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: | ||
8 | * | ||
9 | * Rev: | ||
10 | * | ||
11 | * Modified: | ||
12 | * | ||
13 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2, or (at your option) | ||
18 | * any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | * | ||
25 | * You should have received a copy of the GNU General Public License | ||
26 | * along with this program; see the file COPYING. | ||
27 | * If not, write to the Free Software Foundation, | ||
28 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
29 | */ | ||
30 | |||
31 | #ifndef _CDEF_BF538_H | ||
32 | #define _CDEF_BF538_H | ||
33 | |||
34 | #include <asm/blackfin.h> | ||
35 | |||
36 | /*include all Core registers and bit definitions*/ | ||
37 | #include "defBF539.h" | ||
38 | |||
39 | /*include core specific register pointer definitions*/ | ||
40 | #include <asm/cdef_LPBlackfin.h> | ||
41 | |||
42 | #define bfin_writePTR(addr, val) bfin_write32(addr, val) | ||
43 | |||
44 | #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL) | ||
45 | #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV) | ||
46 | #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV, val) | ||
47 | #define bfin_read_VR_CTL() bfin_read16(VR_CTL) | ||
48 | #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT) | ||
49 | #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val) | ||
50 | #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT) | ||
51 | #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT, val) | ||
52 | #define bfin_read_CHIPID() bfin_read32(CHIPID) | ||
53 | #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val) | ||
54 | #define bfin_read_SWRST() bfin_read16(SWRST) | ||
55 | #define bfin_write_SWRST(val) bfin_write16(SWRST, val) | ||
56 | #define bfin_read_SYSCR() bfin_read16(SYSCR) | ||
57 | #define bfin_write_SYSCR(val) bfin_write16(SYSCR, val) | ||
58 | #define bfin_read_SIC_RVECT() bfin_readPTR(SIC_RVECT) | ||
59 | #define bfin_write_SIC_RVECT(val) bfin_writePTR(SIC_RVECT, val) | ||
60 | #define bfin_read_SIC_IMASK0() bfin_read32(SIC_IMASK0) | ||
61 | #define bfin_write_SIC_IMASK0(val) bfin_write32(SIC_IMASK0, val) | ||
62 | #define bfin_read_SIC_IMASK1() bfin_read32(SIC_IMASK1) | ||
63 | #define bfin_write_SIC_IMASK1(val) bfin_write32(SIC_IMASK1, val) | ||
64 | #define bfin_read_SIC_IMASK(x) bfin_read32(SIC_IMASK0 + x * (SIC_IMASK1 - SIC_IMASK0)) | ||
65 | #define bfin_write_SIC_IMASK(x, val) bfin_write32(SIC_IMASK0 + x * (SIC_IMASK1 - SIC_IMASK0), val) | ||
66 | #define bfin_read_SIC_ISR0() bfin_read32(SIC_ISR0) | ||
67 | #define bfin_write_SIC_ISR0(val) bfin_write32(SIC_ISR0, val) | ||
68 | #define bfin_read_SIC_ISR1() bfin_read32(SIC_ISR1) | ||
69 | #define bfin_write_SIC_ISR1(val) bfin_write32(SIC_ISR1, val) | ||
70 | #define bfin_read_SIC_ISR(x) bfin_read32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0)) | ||
71 | #define bfin_write_SIC_ISR(x, val) bfin_write32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0), val) | ||
72 | #define bfin_read_SIC_IWR0() bfin_read32(SIC_IWR0) | ||
73 | #define bfin_write_SIC_IWR0(val) bfin_write32(SIC_IWR0, val) | ||
74 | #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) | ||
75 | #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1, val) | ||
76 | #define bfin_read_SIC_IWR(x) bfin_read32(SIC_IWR0 + x * (SIC_IWR1 - SIC_IWR0)) | ||
77 | #define bfin_write_SIC_IWR(x, val) bfin_write32((SIC_IWR0 + x * (SIC_IWR1 - SIC_IWR0), val) | ||
78 | #define bfin_read_SIC_IAR0() bfin_read32(SIC_IAR0) | ||
79 | #define bfin_write_SIC_IAR0(val) bfin_write32(SIC_IAR0, val) | ||
80 | #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1) | ||
81 | #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1, val) | ||
82 | #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2) | ||
83 | #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2, val) | ||
84 | #define bfin_read_SIC_IAR3() bfin_read32(SIC_IAR3) | ||
85 | #define bfin_write_SIC_IAR3(val) bfin_write32(SIC_IAR3, val) | ||
86 | #define bfin_read_SIC_IAR4() bfin_read32(SIC_IAR4) | ||
87 | #define bfin_write_SIC_IAR4(val) bfin_write32(SIC_IAR4, val) | ||
88 | #define bfin_read_SIC_IAR5() bfin_read32(SIC_IAR5) | ||
89 | #define bfin_write_SIC_IAR5(val) bfin_write32(SIC_IAR5, val) | ||
90 | #define bfin_read_SIC_IAR6() bfin_read32(SIC_IAR6) | ||
91 | #define bfin_write_SIC_IAR6(val) bfin_write32(SIC_IAR6, val) | ||
92 | #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL) | ||
93 | #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL, val) | ||
94 | #define bfin_read_WDOG_CNT() bfin_read32(WDOG_CNT) | ||
95 | #define bfin_write_WDOG_CNT(val) bfin_write32(WDOG_CNT, val) | ||
96 | #define bfin_read_WDOG_STAT() bfin_read32(WDOG_STAT) | ||
97 | #define bfin_write_WDOG_STAT(val) bfin_write32(WDOG_STAT, val) | ||
98 | #define bfin_read_RTC_STAT() bfin_read32(RTC_STAT) | ||
99 | #define bfin_write_RTC_STAT(val) bfin_write32(RTC_STAT, val) | ||
100 | #define bfin_read_RTC_ICTL() bfin_read16(RTC_ICTL) | ||
101 | #define bfin_write_RTC_ICTL(val) bfin_write16(RTC_ICTL, val) | ||
102 | #define bfin_read_RTC_ISTAT() bfin_read16(RTC_ISTAT) | ||
103 | #define bfin_write_RTC_ISTAT(val) bfin_write16(RTC_ISTAT, val) | ||
104 | #define bfin_read_RTC_SWCNT() bfin_read16(RTC_SWCNT) | ||
105 | #define bfin_write_RTC_SWCNT(val) bfin_write16(RTC_SWCNT, val) | ||
106 | #define bfin_read_RTC_ALARM() bfin_read32(RTC_ALARM) | ||
107 | #define bfin_write_RTC_ALARM(val) bfin_write32(RTC_ALARM, val) | ||
108 | #define bfin_read_RTC_PREN() bfin_read16(RTC_PREN) | ||
109 | #define bfin_write_RTC_PREN(val) bfin_write16(RTC_PREN, val) | ||
110 | #define bfin_read_UART0_THR() bfin_read16(UART0_THR) | ||
111 | #define bfin_write_UART0_THR(val) bfin_write16(UART0_THR, val) | ||
112 | #define bfin_read_UART0_RBR() bfin_read16(UART0_RBR) | ||
113 | #define bfin_write_UART0_RBR(val) bfin_write16(UART0_RBR, val) | ||
114 | #define bfin_read_UART0_DLL() bfin_read16(UART0_DLL) | ||
115 | #define bfin_write_UART0_DLL(val) bfin_write16(UART0_DLL, val) | ||
116 | #define bfin_read_UART0_DLH() bfin_read16(UART0_DLH) | ||
117 | #define bfin_write_UART0_DLH(val) bfin_write16(UART0_DLH, val) | ||
118 | #define bfin_read_UART0_IER() bfin_read16(UART0_IER) | ||
119 | #define bfin_write_UART0_IER(val) bfin_write16(UART0_IER, val) | ||
120 | #define bfin_read_UART0_IIR() bfin_read16(UART0_IIR) | ||
121 | #define bfin_write_UART0_IIR(val) bfin_write16(UART0_IIR, val) | ||
122 | #define bfin_read_UART0_LCR() bfin_read16(UART0_LCR) | ||
123 | #define bfin_write_UART0_LCR(val) bfin_write16(UART0_LCR, val) | ||
124 | #define bfin_read_UART0_MCR() bfin_read16(UART0_MCR) | ||
125 | #define bfin_write_UART0_MCR(val) bfin_write16(UART0_MCR, val) | ||
126 | #define bfin_read_UART0_LSR() bfin_read16(UART0_LSR) | ||
127 | #define bfin_write_UART0_LSR(val) bfin_write16(UART0_LSR, val) | ||
128 | #define bfin_read_UART0_SCR() bfin_read16(UART0_SCR) | ||
129 | #define bfin_write_UART0_SCR(val) bfin_write16(UART0_SCR, val) | ||
130 | #define bfin_read_UART0_GCTL() bfin_read16(UART0_GCTL) | ||
131 | #define bfin_write_UART0_GCTL(val) bfin_write16(UART0_GCTL, val) | ||
132 | #define bfin_read_UART1_THR() bfin_read16(UART1_THR) | ||
133 | #define bfin_write_UART1_THR(val) bfin_write16(UART1_THR, val) | ||
134 | #define bfin_read_UART1_RBR() bfin_read16(UART1_RBR) | ||
135 | #define bfin_write_UART1_RBR(val) bfin_write16(UART1_RBR, val) | ||
136 | #define bfin_read_UART1_DLL() bfin_read16(UART1_DLL) | ||
137 | #define bfin_write_UART1_DLL(val) bfin_write16(UART1_DLL, val) | ||
138 | #define bfin_read_UART1_DLH() bfin_read16(UART1_DLH) | ||
139 | #define bfin_write_UART1_DLH(val) bfin_write16(UART1_DLH, val) | ||
140 | #define bfin_read_UART1_IER() bfin_read16(UART1_IER) | ||
141 | #define bfin_write_UART1_IER(val) bfin_write16(UART1_IER, val) | ||
142 | #define bfin_read_UART1_IIR() bfin_read16(UART1_IIR) | ||
143 | #define bfin_write_UART1_IIR(val) bfin_write16(UART1_IIR, val) | ||
144 | #define bfin_read_UART1_LCR() bfin_read16(UART1_LCR) | ||
145 | #define bfin_write_UART1_LCR(val) bfin_write16(UART1_LCR, val) | ||
146 | #define bfin_read_UART1_MCR() bfin_read16(UART1_MCR) | ||
147 | #define bfin_write_UART1_MCR(val) bfin_write16(UART1_MCR, val) | ||
148 | #define bfin_read_UART1_LSR() bfin_read16(UART1_LSR) | ||
149 | #define bfin_write_UART1_LSR(val) bfin_write16(UART1_LSR, val) | ||
150 | #define bfin_read_UART1_SCR() bfin_read16(UART1_SCR) | ||
151 | #define bfin_write_UART1_SCR(val) bfin_write16(UART1_SCR, val) | ||
152 | #define bfin_read_UART1_GCTL() bfin_read16(UART1_GCTL) | ||
153 | #define bfin_write_UART1_GCTL(val) bfin_write16(UART1_GCTL, val) | ||
154 | #define bfin_read_UART2_THR() bfin_read16(UART2_THR) | ||
155 | #define bfin_write_UART2_THR(val) bfin_write16(UART2_THR, val) | ||
156 | #define bfin_read_UART2_RBR() bfin_read16(UART2_RBR) | ||
157 | #define bfin_write_UART2_RBR(val) bfin_write16(UART2_RBR, val) | ||
158 | #define bfin_read_UART2_DLL() bfin_read16(UART2_DLL) | ||
159 | #define bfin_write_UART2_DLL(val) bfin_write16(UART2_DLL, val) | ||
160 | #define bfin_read_UART2_DLH() bfin_read16(UART2_DLH) | ||
161 | #define bfin_write_UART2_DLH(val) bfin_write16(UART2_DLH, val) | ||
162 | #define bfin_read_UART2_IER() bfin_read16(UART2_IER) | ||
163 | #define bfin_write_UART2_IER(val) bfin_write16(UART2_IER, val) | ||
164 | #define bfin_read_UART2_IIR() bfin_read16(UART2_IIR) | ||
165 | #define bfin_write_UART2_IIR(val) bfin_write16(UART2_IIR, val) | ||
166 | #define bfin_read_UART2_LCR() bfin_read16(UART2_LCR) | ||
167 | #define bfin_write_UART2_LCR(val) bfin_write16(UART2_LCR, val) | ||
168 | #define bfin_read_UART2_MCR() bfin_read16(UART2_MCR) | ||
169 | #define bfin_write_UART2_MCR(val) bfin_write16(UART2_MCR, val) | ||
170 | #define bfin_read_UART2_LSR() bfin_read16(UART2_LSR) | ||
171 | #define bfin_write_UART2_LSR(val) bfin_write16(UART2_LSR, val) | ||
172 | #define bfin_read_UART2_SCR() bfin_read16(UART2_SCR) | ||
173 | #define bfin_write_UART2_SCR(val) bfin_write16(UART2_SCR, val) | ||
174 | #define bfin_read_UART2_GCTL() bfin_read16(UART2_GCTL) | ||
175 | #define bfin_write_UART2_GCTL(val) bfin_write16(UART2_GCTL, val) | ||
176 | #define bfin_read_SPI0_CTL() bfin_read16(SPI0_CTL) | ||
177 | #define bfin_write_SPI0_CTL(val) bfin_write16(SPI0_CTL, val) | ||
178 | #define bfin_read_SPI0_FLG() bfin_read16(SPI0_FLG) | ||
179 | #define bfin_write_SPI0_FLG(val) bfin_write16(SPI0_FLG, val) | ||
180 | #define bfin_read_SPI0_STAT() bfin_read16(SPI0_STAT) | ||
181 | #define bfin_write_SPI0_STAT(val) bfin_write16(SPI0_STAT, val) | ||
182 | #define bfin_read_SPI0_TDBR() bfin_read16(SPI0_TDBR) | ||
183 | #define bfin_write_SPI0_TDBR(val) bfin_write16(SPI0_TDBR, val) | ||
184 | #define bfin_read_SPI0_RDBR() bfin_read16(SPI0_RDBR) | ||
185 | #define bfin_write_SPI0_RDBR(val) bfin_write16(SPI0_RDBR, val) | ||
186 | #define bfin_read_SPI0_BAUD() bfin_read16(SPI0_BAUD) | ||
187 | #define bfin_write_SPI0_BAUD(val) bfin_write16(SPI0_BAUD, val) | ||
188 | #define bfin_read_SPI0_SHADOW() bfin_read16(SPI0_SHADOW) | ||
189 | #define bfin_write_SPI0_SHADOW(val) bfin_write16(SPI0_SHADOW, val) | ||
190 | #define bfin_read_SPI1_CTL() bfin_read16(SPI1_CTL) | ||
191 | #define bfin_write_SPI1_CTL(val) bfin_write16(SPI1_CTL, val) | ||
192 | #define bfin_read_SPI1_FLG() bfin_read16(SPI1_FLG) | ||
193 | #define bfin_write_SPI1_FLG(val) bfin_write16(SPI1_FLG, val) | ||
194 | #define bfin_read_SPI1_STAT() bfin_read16(SPI1_STAT) | ||
195 | #define bfin_write_SPI1_STAT(val) bfin_write16(SPI1_STAT, val) | ||
196 | #define bfin_read_SPI1_TDBR() bfin_read16(SPI1_TDBR) | ||
197 | #define bfin_write_SPI1_TDBR(val) bfin_write16(SPI1_TDBR, val) | ||
198 | #define bfin_read_SPI1_RDBR() bfin_read16(SPI1_RDBR) | ||
199 | #define bfin_write_SPI1_RDBR(val) bfin_write16(SPI1_RDBR, val) | ||
200 | #define bfin_read_SPI1_BAUD() bfin_read16(SPI1_BAUD) | ||
201 | #define bfin_write_SPI1_BAUD(val) bfin_write16(SPI1_BAUD, val) | ||
202 | #define bfin_read_SPI1_SHADOW() bfin_read16(SPI1_SHADOW) | ||
203 | #define bfin_write_SPI1_SHADOW(val) bfin_write16(SPI1_SHADOW, val) | ||
204 | #define bfin_read_SPI2_CTL() bfin_read16(SPI2_CTL) | ||
205 | #define bfin_write_SPI2_CTL(val) bfin_write16(SPI2_CTL, val) | ||
206 | #define bfin_read_SPI2_FLG() bfin_read16(SPI2_FLG) | ||
207 | #define bfin_write_SPI2_FLG(val) bfin_write16(SPI2_FLG, val) | ||
208 | #define bfin_read_SPI2_STAT() bfin_read16(SPI2_STAT) | ||
209 | #define bfin_write_SPI2_STAT(val) bfin_write16(SPI2_STAT, val) | ||
210 | #define bfin_read_SPI2_TDBR() bfin_read16(SPI2_TDBR) | ||
211 | #define bfin_write_SPI2_TDBR(val) bfin_write16(SPI2_TDBR, val) | ||
212 | #define bfin_read_SPI2_RDBR() bfin_read16(SPI2_RDBR) | ||
213 | #define bfin_write_SPI2_RDBR(val) bfin_write16(SPI2_RDBR, val) | ||
214 | #define bfin_read_SPI2_BAUD() bfin_read16(SPI2_BAUD) | ||
215 | #define bfin_write_SPI2_BAUD(val) bfin_write16(SPI2_BAUD, val) | ||
216 | #define bfin_read_SPI2_SHADOW() bfin_read16(SPI2_SHADOW) | ||
217 | #define bfin_write_SPI2_SHADOW(val) bfin_write16(SPI2_SHADOW, val) | ||
218 | #define bfin_read_TIMER0_CONFIG() bfin_read16(TIMER0_CONFIG) | ||
219 | #define bfin_write_TIMER0_CONFIG(val) bfin_write16(TIMER0_CONFIG, val) | ||
220 | #define bfin_read_TIMER0_COUNTER() bfin_read32(TIMER0_COUNTER) | ||
221 | #define bfin_write_TIMER0_COUNTER(val) bfin_write32(TIMER0_COUNTER, val) | ||
222 | #define bfin_read_TIMER0_PERIOD() bfin_read32(TIMER0_PERIOD) | ||
223 | #define bfin_write_TIMER0_PERIOD(val) bfin_write32(TIMER0_PERIOD, val) | ||
224 | #define bfin_read_TIMER0_WIDTH() bfin_read32(TIMER0_WIDTH) | ||
225 | #define bfin_write_TIMER0_WIDTH(val) bfin_write32(TIMER0_WIDTH, val) | ||
226 | #define bfin_read_TIMER1_CONFIG() bfin_read16(TIMER1_CONFIG) | ||
227 | #define bfin_write_TIMER1_CONFIG(val) bfin_write16(TIMER1_CONFIG, val) | ||
228 | #define bfin_read_TIMER1_COUNTER() bfin_read32(TIMER1_COUNTER) | ||
229 | #define bfin_write_TIMER1_COUNTER(val) bfin_write32(TIMER1_COUNTER, val) | ||
230 | #define bfin_read_TIMER1_PERIOD() bfin_read32(TIMER1_PERIOD) | ||
231 | #define bfin_write_TIMER1_PERIOD(val) bfin_write32(TIMER1_PERIOD, val) | ||
232 | #define bfin_read_TIMER1_WIDTH() bfin_read32(TIMER1_WIDTH) | ||
233 | #define bfin_write_TIMER1_WIDTH(val) bfin_write32(TIMER1_WIDTH, val) | ||
234 | #define bfin_read_TIMER2_CONFIG() bfin_read16(TIMER2_CONFIG) | ||
235 | #define bfin_write_TIMER2_CONFIG(val) bfin_write16(TIMER2_CONFIG, val) | ||
236 | #define bfin_read_TIMER2_COUNTER() bfin_read32(TIMER2_COUNTER) | ||
237 | #define bfin_write_TIMER2_COUNTER(val) bfin_write32(TIMER2_COUNTER, val) | ||
238 | #define bfin_read_TIMER2_PERIOD() bfin_read32(TIMER2_PERIOD) | ||
239 | #define bfin_write_TIMER2_PERIOD(val) bfin_write32(TIMER2_PERIOD, val) | ||
240 | #define bfin_read_TIMER2_WIDTH() bfin_read32(TIMER2_WIDTH) | ||
241 | #define bfin_write_TIMER2_WIDTH(val) bfin_write32(TIMER2_WIDTH, val) | ||
242 | #define bfin_read_TIMER_ENABLE() bfin_read16(TIMER_ENABLE) | ||
243 | #define bfin_write_TIMER_ENABLE(val) bfin_write16(TIMER_ENABLE, val) | ||
244 | #define bfin_read_TIMER_DISABLE() bfin_read16(TIMER_DISABLE) | ||
245 | #define bfin_write_TIMER_DISABLE(val) bfin_write16(TIMER_DISABLE, val) | ||
246 | #define bfin_read_TIMER_STATUS() bfin_read16(TIMER_STATUS) | ||
247 | #define bfin_write_TIMER_STATUS(val) bfin_write16(TIMER_STATUS, val) | ||
248 | #define bfin_read_SPORT0_TCR1() bfin_read16(SPORT0_TCR1) | ||
249 | #define bfin_write_SPORT0_TCR1(val) bfin_write16(SPORT0_TCR1, val) | ||
250 | #define bfin_read_SPORT0_TCR2() bfin_read16(SPORT0_TCR2) | ||
251 | #define bfin_write_SPORT0_TCR2(val) bfin_write16(SPORT0_TCR2, val) | ||
252 | #define bfin_read_SPORT0_TCLKDIV() bfin_read16(SPORT0_TCLKDIV) | ||
253 | #define bfin_write_SPORT0_TCLKDIV(val) bfin_write16(SPORT0_TCLKDIV, val) | ||
254 | #define bfin_read_SPORT0_TFSDIV() bfin_read16(SPORT0_TFSDIV) | ||
255 | #define bfin_write_SPORT0_TFSDIV(val) bfin_write16(SPORT0_TFSDIV, val) | ||
256 | #define bfin_read_SPORT0_TX() bfin_read32(SPORT0_TX) | ||
257 | #define bfin_write_SPORT0_TX(val) bfin_write32(SPORT0_TX, val) | ||
258 | #define bfin_read_SPORT0_RX() bfin_read32(SPORT0_RX) | ||
259 | #define bfin_write_SPORT0_RX(val) bfin_write32(SPORT0_RX, val) | ||
260 | #define bfin_read_SPORT0_RCR1() bfin_read16(SPORT0_RCR1) | ||
261 | #define bfin_write_SPORT0_RCR1(val) bfin_write16(SPORT0_RCR1, val) | ||
262 | #define bfin_read_SPORT0_RCR2() bfin_read16(SPORT0_RCR2) | ||
263 | #define bfin_write_SPORT0_RCR2(val) bfin_write16(SPORT0_RCR2, val) | ||
264 | #define bfin_read_SPORT0_RCLKDIV() bfin_read16(SPORT0_RCLKDIV) | ||
265 | #define bfin_write_SPORT0_RCLKDIV(val) bfin_write16(SPORT0_RCLKDIV, val) | ||
266 | #define bfin_read_SPORT0_RFSDIV() bfin_read16(SPORT0_RFSDIV) | ||
267 | #define bfin_write_SPORT0_RFSDIV(val) bfin_write16(SPORT0_RFSDIV, val) | ||
268 | #define bfin_read_SPORT0_STAT() bfin_read16(SPORT0_STAT) | ||
269 | #define bfin_write_SPORT0_STAT(val) bfin_write16(SPORT0_STAT, val) | ||
270 | #define bfin_read_SPORT0_CHNL() bfin_read16(SPORT0_CHNL) | ||
271 | #define bfin_write_SPORT0_CHNL(val) bfin_write16(SPORT0_CHNL, val) | ||
272 | #define bfin_read_SPORT0_MCMC1() bfin_read16(SPORT0_MCMC1) | ||
273 | #define bfin_write_SPORT0_MCMC1(val) bfin_write16(SPORT0_MCMC1, val) | ||
274 | #define bfin_read_SPORT0_MCMC2() bfin_read16(SPORT0_MCMC2) | ||
275 | #define bfin_write_SPORT0_MCMC2(val) bfin_write16(SPORT0_MCMC2, val) | ||
276 | #define bfin_read_SPORT0_MTCS0() bfin_read32(SPORT0_MTCS0) | ||
277 | #define bfin_write_SPORT0_MTCS0(val) bfin_write32(SPORT0_MTCS0, val) | ||
278 | #define bfin_read_SPORT0_MTCS1() bfin_read32(SPORT0_MTCS1) | ||
279 | #define bfin_write_SPORT0_MTCS1(val) bfin_write32(SPORT0_MTCS1, val) | ||
280 | #define bfin_read_SPORT0_MTCS2() bfin_read32(SPORT0_MTCS2) | ||
281 | #define bfin_write_SPORT0_MTCS2(val) bfin_write32(SPORT0_MTCS2, val) | ||
282 | #define bfin_read_SPORT0_MTCS3() bfin_read32(SPORT0_MTCS3) | ||
283 | #define bfin_write_SPORT0_MTCS3(val) bfin_write32(SPORT0_MTCS3, val) | ||
284 | #define bfin_read_SPORT0_MRCS0() bfin_read32(SPORT0_MRCS0) | ||
285 | #define bfin_write_SPORT0_MRCS0(val) bfin_write32(SPORT0_MRCS0, val) | ||
286 | #define bfin_read_SPORT0_MRCS1() bfin_read32(SPORT0_MRCS1) | ||
287 | #define bfin_write_SPORT0_MRCS1(val) bfin_write32(SPORT0_MRCS1, val) | ||
288 | #define bfin_read_SPORT0_MRCS2() bfin_read32(SPORT0_MRCS2) | ||
289 | #define bfin_write_SPORT0_MRCS2(val) bfin_write32(SPORT0_MRCS2, val) | ||
290 | #define bfin_read_SPORT0_MRCS3() bfin_read32(SPORT0_MRCS3) | ||
291 | #define bfin_write_SPORT0_MRCS3(val) bfin_write32(SPORT0_MRCS3, val) | ||
292 | #define bfin_read_SPORT1_TCR1() bfin_read16(SPORT1_TCR1) | ||
293 | #define bfin_write_SPORT1_TCR1(val) bfin_write16(SPORT1_TCR1, val) | ||
294 | #define bfin_read_SPORT1_TCR2() bfin_read16(SPORT1_TCR2) | ||
295 | #define bfin_write_SPORT1_TCR2(val) bfin_write16(SPORT1_TCR2, val) | ||
296 | #define bfin_read_SPORT1_TCLKDIV() bfin_read16(SPORT1_TCLKDIV) | ||
297 | #define bfin_write_SPORT1_TCLKDIV(val) bfin_write16(SPORT1_TCLKDIV, val) | ||
298 | #define bfin_read_SPORT1_TFSDIV() bfin_read16(SPORT1_TFSDIV) | ||
299 | #define bfin_write_SPORT1_TFSDIV(val) bfin_write16(SPORT1_TFSDIV, val) | ||
300 | #define bfin_read_SPORT1_TX() bfin_read32(SPORT1_TX) | ||
301 | #define bfin_write_SPORT1_TX(val) bfin_write32(SPORT1_TX, val) | ||
302 | #define bfin_read_SPORT1_RX() bfin_read32(SPORT1_RX) | ||
303 | #define bfin_write_SPORT1_RX(val) bfin_write32(SPORT1_RX, val) | ||
304 | #define bfin_read_SPORT1_RCR1() bfin_read16(SPORT1_RCR1) | ||
305 | #define bfin_write_SPORT1_RCR1(val) bfin_write16(SPORT1_RCR1, val) | ||
306 | #define bfin_read_SPORT1_RCR2() bfin_read16(SPORT1_RCR2) | ||
307 | #define bfin_write_SPORT1_RCR2(val) bfin_write16(SPORT1_RCR2, val) | ||
308 | #define bfin_read_SPORT1_RCLKDIV() bfin_read16(SPORT1_RCLKDIV) | ||
309 | #define bfin_write_SPORT1_RCLKDIV(val) bfin_write16(SPORT1_RCLKDIV, val) | ||
310 | #define bfin_read_SPORT1_RFSDIV() bfin_read16(SPORT1_RFSDIV) | ||
311 | #define bfin_write_SPORT1_RFSDIV(val) bfin_write16(SPORT1_RFSDIV, val) | ||
312 | #define bfin_read_SPORT1_STAT() bfin_read16(SPORT1_STAT) | ||
313 | #define bfin_write_SPORT1_STAT(val) bfin_write16(SPORT1_STAT, val) | ||
314 | #define bfin_read_SPORT1_CHNL() bfin_read16(SPORT1_CHNL) | ||
315 | #define bfin_write_SPORT1_CHNL(val) bfin_write16(SPORT1_CHNL, val) | ||
316 | #define bfin_read_SPORT1_MCMC1() bfin_read16(SPORT1_MCMC1) | ||
317 | #define bfin_write_SPORT1_MCMC1(val) bfin_write16(SPORT1_MCMC1, val) | ||
318 | #define bfin_read_SPORT1_MCMC2() bfin_read16(SPORT1_MCMC2) | ||
319 | #define bfin_write_SPORT1_MCMC2(val) bfin_write16(SPORT1_MCMC2, val) | ||
320 | #define bfin_read_SPORT1_MTCS0() bfin_read32(SPORT1_MTCS0) | ||
321 | #define bfin_write_SPORT1_MTCS0(val) bfin_write32(SPORT1_MTCS0, val) | ||
322 | #define bfin_read_SPORT1_MTCS1() bfin_read32(SPORT1_MTCS1) | ||
323 | #define bfin_write_SPORT1_MTCS1(val) bfin_write32(SPORT1_MTCS1, val) | ||
324 | #define bfin_read_SPORT1_MTCS2() bfin_read32(SPORT1_MTCS2) | ||
325 | #define bfin_write_SPORT1_MTCS2(val) bfin_write32(SPORT1_MTCS2, val) | ||
326 | #define bfin_read_SPORT1_MTCS3() bfin_read32(SPORT1_MTCS3) | ||
327 | #define bfin_write_SPORT1_MTCS3(val) bfin_write32(SPORT1_MTCS3, val) | ||
328 | #define bfin_read_SPORT1_MRCS0() bfin_read32(SPORT1_MRCS0) | ||
329 | #define bfin_write_SPORT1_MRCS0(val) bfin_write32(SPORT1_MRCS0, val) | ||
330 | #define bfin_read_SPORT1_MRCS1() bfin_read32(SPORT1_MRCS1) | ||
331 | #define bfin_write_SPORT1_MRCS1(val) bfin_write32(SPORT1_MRCS1, val) | ||
332 | #define bfin_read_SPORT1_MRCS2() bfin_read32(SPORT1_MRCS2) | ||
333 | #define bfin_write_SPORT1_MRCS2(val) bfin_write32(SPORT1_MRCS2, val) | ||
334 | #define bfin_read_SPORT1_MRCS3() bfin_read32(SPORT1_MRCS3) | ||
335 | #define bfin_write_SPORT1_MRCS3(val) bfin_write32(SPORT1_MRCS3, val) | ||
336 | #define bfin_read_SPORT2_TCR1() bfin_read16(SPORT2_TCR1) | ||
337 | #define bfin_write_SPORT2_TCR1(val) bfin_write16(SPORT2_TCR1, val) | ||
338 | #define bfin_read_SPORT2_TCR2() bfin_read16(SPORT2_TCR2) | ||
339 | #define bfin_write_SPORT2_TCR2(val) bfin_write16(SPORT2_TCR2, val) | ||
340 | #define bfin_read_SPORT2_TCLKDIV() bfin_read16(SPORT2_TCLKDIV) | ||
341 | #define bfin_write_SPORT2_TCLKDIV(val) bfin_write16(SPORT2_TCLKDIV, val) | ||
342 | #define bfin_read_SPORT2_TFSDIV() bfin_read16(SPORT2_TFSDIV) | ||
343 | #define bfin_write_SPORT2_TFSDIV(val) bfin_write16(SPORT2_TFSDIV, val) | ||
344 | #define bfin_read_SPORT2_TX() bfin_read32(SPORT2_TX) | ||
345 | #define bfin_write_SPORT2_TX(val) bfin_write32(SPORT2_TX, val) | ||
346 | #define bfin_read_SPORT2_RX() bfin_read32(SPORT2_RX) | ||
347 | #define bfin_write_SPORT2_RX(val) bfin_write32(SPORT2_RX, val) | ||
348 | #define bfin_read_SPORT2_RCR1() bfin_read16(SPORT2_RCR1) | ||
349 | #define bfin_write_SPORT2_RCR1(val) bfin_write16(SPORT2_RCR1, val) | ||
350 | #define bfin_read_SPORT2_RCR2() bfin_read16(SPORT2_RCR2) | ||
351 | #define bfin_write_SPORT2_RCR2(val) bfin_write16(SPORT2_RCR2, val) | ||
352 | #define bfin_read_SPORT2_RCLKDIV() bfin_read16(SPORT2_RCLKDIV) | ||
353 | #define bfin_write_SPORT2_RCLKDIV(val) bfin_write16(SPORT2_RCLKDIV, val) | ||
354 | #define bfin_read_SPORT2_RFSDIV() bfin_read16(SPORT2_RFSDIV) | ||
355 | #define bfin_write_SPORT2_RFSDIV(val) bfin_write16(SPORT2_RFSDIV, val) | ||
356 | #define bfin_read_SPORT2_STAT() bfin_read16(SPORT2_STAT) | ||
357 | #define bfin_write_SPORT2_STAT(val) bfin_write16(SPORT2_STAT, val) | ||
358 | #define bfin_read_SPORT2_CHNL() bfin_read16(SPORT2_CHNL) | ||
359 | #define bfin_write_SPORT2_CHNL(val) bfin_write16(SPORT2_CHNL, val) | ||
360 | #define bfin_read_SPORT2_MCMC1() bfin_read16(SPORT2_MCMC1) | ||
361 | #define bfin_write_SPORT2_MCMC1(val) bfin_write16(SPORT2_MCMC1, val) | ||
362 | #define bfin_read_SPORT2_MCMC2() bfin_read16(SPORT2_MCMC2) | ||
363 | #define bfin_write_SPORT2_MCMC2(val) bfin_write16(SPORT2_MCMC2, val) | ||
364 | #define bfin_read_SPORT2_MTCS0() bfin_read32(SPORT2_MTCS0) | ||
365 | #define bfin_write_SPORT2_MTCS0(val) bfin_write32(SPORT2_MTCS0, val) | ||
366 | #define bfin_read_SPORT2_MTCS1() bfin_read32(SPORT2_MTCS1) | ||
367 | #define bfin_write_SPORT2_MTCS1(val) bfin_write32(SPORT2_MTCS1, val) | ||
368 | #define bfin_read_SPORT2_MTCS2() bfin_read32(SPORT2_MTCS2) | ||
369 | #define bfin_write_SPORT2_MTCS2(val) bfin_write32(SPORT2_MTCS2, val) | ||
370 | #define bfin_read_SPORT2_MTCS3() bfin_read32(SPORT2_MTCS3) | ||
371 | #define bfin_write_SPORT2_MTCS3(val) bfin_write32(SPORT2_MTCS3, val) | ||
372 | #define bfin_read_SPORT2_MRCS0() bfin_read32(SPORT2_MRCS0) | ||
373 | #define bfin_write_SPORT2_MRCS0(val) bfin_write32(SPORT2_MRCS0, val) | ||
374 | #define bfin_read_SPORT2_MRCS1() bfin_read32(SPORT2_MRCS1) | ||
375 | #define bfin_write_SPORT2_MRCS1(val) bfin_write32(SPORT2_MRCS1, val) | ||
376 | #define bfin_read_SPORT2_MRCS2() bfin_read32(SPORT2_MRCS2) | ||
377 | #define bfin_write_SPORT2_MRCS2(val) bfin_write32(SPORT2_MRCS2, val) | ||
378 | #define bfin_read_SPORT2_MRCS3() bfin_read32(SPORT2_MRCS3) | ||
379 | #define bfin_write_SPORT2_MRCS3(val) bfin_write32(SPORT2_MRCS3, val) | ||
380 | #define bfin_read_SPORT3_TCR1() bfin_read16(SPORT3_TCR1) | ||
381 | #define bfin_write_SPORT3_TCR1(val) bfin_write16(SPORT3_TCR1, val) | ||
382 | #define bfin_read_SPORT3_TCR2() bfin_read16(SPORT3_TCR2) | ||
383 | #define bfin_write_SPORT3_TCR2(val) bfin_write16(SPORT3_TCR2, val) | ||
384 | #define bfin_read_SPORT3_TCLKDIV() bfin_read16(SPORT3_TCLKDIV) | ||
385 | #define bfin_write_SPORT3_TCLKDIV(val) bfin_write16(SPORT3_TCLKDIV, val) | ||
386 | #define bfin_read_SPORT3_TFSDIV() bfin_read16(SPORT3_TFSDIV) | ||
387 | #define bfin_write_SPORT3_TFSDIV(val) bfin_write16(SPORT3_TFSDIV, val) | ||
388 | #define bfin_read_SPORT3_TX() bfin_read32(SPORT3_TX) | ||
389 | #define bfin_write_SPORT3_TX(val) bfin_write32(SPORT3_TX, val) | ||
390 | #define bfin_read_SPORT3_RX() bfin_read32(SPORT3_RX) | ||
391 | #define bfin_write_SPORT3_RX(val) bfin_write32(SPORT3_RX, val) | ||
392 | #define bfin_read_SPORT3_RCR1() bfin_read16(SPORT3_RCR1) | ||
393 | #define bfin_write_SPORT3_RCR1(val) bfin_write16(SPORT3_RCR1, val) | ||
394 | #define bfin_read_SPORT3_RCR2() bfin_read16(SPORT3_RCR2) | ||
395 | #define bfin_write_SPORT3_RCR2(val) bfin_write16(SPORT3_RCR2, val) | ||
396 | #define bfin_read_SPORT3_RCLKDIV() bfin_read16(SPORT3_RCLKDIV) | ||
397 | #define bfin_write_SPORT3_RCLKDIV(val) bfin_write16(SPORT3_RCLKDIV, val) | ||
398 | #define bfin_read_SPORT3_RFSDIV() bfin_read16(SPORT3_RFSDIV) | ||
399 | #define bfin_write_SPORT3_RFSDIV(val) bfin_write16(SPORT3_RFSDIV, val) | ||
400 | #define bfin_read_SPORT3_STAT() bfin_read16(SPORT3_STAT) | ||
401 | #define bfin_write_SPORT3_STAT(val) bfin_write16(SPORT3_STAT, val) | ||
402 | #define bfin_read_SPORT3_CHNL() bfin_read16(SPORT3_CHNL) | ||
403 | #define bfin_write_SPORT3_CHNL(val) bfin_write16(SPORT3_CHNL, val) | ||
404 | #define bfin_read_SPORT3_MCMC1() bfin_read16(SPORT3_MCMC1) | ||
405 | #define bfin_write_SPORT3_MCMC1(val) bfin_write16(SPORT3_MCMC1, val) | ||
406 | #define bfin_read_SPORT3_MCMC2() bfin_read16(SPORT3_MCMC2) | ||
407 | #define bfin_write_SPORT3_MCMC2(val) bfin_write16(SPORT3_MCMC2, val) | ||
408 | #define bfin_read_SPORT3_MTCS0() bfin_read32(SPORT3_MTCS0) | ||
409 | #define bfin_write_SPORT3_MTCS0(val) bfin_write32(SPORT3_MTCS0, val) | ||
410 | #define bfin_read_SPORT3_MTCS1() bfin_read32(SPORT3_MTCS1) | ||
411 | #define bfin_write_SPORT3_MTCS1(val) bfin_write32(SPORT3_MTCS1, val) | ||
412 | #define bfin_read_SPORT3_MTCS2() bfin_read32(SPORT3_MTCS2) | ||
413 | #define bfin_write_SPORT3_MTCS2(val) bfin_write32(SPORT3_MTCS2, val) | ||
414 | #define bfin_read_SPORT3_MTCS3() bfin_read32(SPORT3_MTCS3) | ||
415 | #define bfin_write_SPORT3_MTCS3(val) bfin_write32(SPORT3_MTCS3, val) | ||
416 | #define bfin_read_SPORT3_MRCS0() bfin_read32(SPORT3_MRCS0) | ||
417 | #define bfin_write_SPORT3_MRCS0(val) bfin_write32(SPORT3_MRCS0, val) | ||
418 | #define bfin_read_SPORT3_MRCS1() bfin_read32(SPORT3_MRCS1) | ||
419 | #define bfin_write_SPORT3_MRCS1(val) bfin_write32(SPORT3_MRCS1, val) | ||
420 | #define bfin_read_SPORT3_MRCS2() bfin_read32(SPORT3_MRCS2) | ||
421 | #define bfin_write_SPORT3_MRCS2(val) bfin_write32(SPORT3_MRCS2, val) | ||
422 | #define bfin_read_SPORT3_MRCS3() bfin_read32(SPORT3_MRCS3) | ||
423 | #define bfin_write_SPORT3_MRCS3(val) bfin_write32(SPORT3_MRCS3, val) | ||
424 | #define bfin_read_PORTFIO() bfin_read16(PORTFIO) | ||
425 | #define bfin_write_PORTFIO(val) bfin_write16(PORTFIO, val) | ||
426 | #define bfin_read_PORTFIO_CLEAR() bfin_read16(PORTFIO_CLEAR) | ||
427 | #define bfin_write_PORTFIO_CLEAR(val) bfin_write16(PORTFIO_CLEAR, val) | ||
428 | #define bfin_read_PORTFIO_SET() bfin_read16(PORTFIO_SET) | ||
429 | #define bfin_write_PORTFIO_SET(val) bfin_write16(PORTFIO_SET, val) | ||
430 | #define bfin_read_PORTFIO_TOGGLE() bfin_read16(PORTFIO_TOGGLE) | ||
431 | #define bfin_write_PORTFIO_TOGGLE(val) bfin_write16(PORTFIO_TOGGLE, val) | ||
432 | #define bfin_read_PORTFIO_MASKA() bfin_read16(PORTFIO_MASKA) | ||
433 | #define bfin_write_PORTFIO_MASKA(val) bfin_write16(PORTFIO_MASKA, val) | ||
434 | #define bfin_read_PORTFIO_MASKA_CLEAR() bfin_read16(PORTFIO_MASKA_CLEAR) | ||
435 | #define bfin_write_PORTFIO_MASKA_CLEAR(val) bfin_write16(PORTFIO_MASKA_CLEAR, val) | ||
436 | #define bfin_read_PORTFIO_MASKA_SET() bfin_read16(PORTFIO_MASKA_SET) | ||
437 | #define bfin_write_PORTFIO_MASKA_SET(val) bfin_write16(PORTFIO_MASKA_SET, val) | ||
438 | #define bfin_read_PORTFIO_MASKA_TOGGLE() bfin_read16(PORTFIO_MASKA_TOGGLE) | ||
439 | #define bfin_write_PORTFIO_MASKA_TOGGLE(val) bfin_write16(PORTFIO_MASKA_TOGGLE, val) | ||
440 | #define bfin_read_PORTFIO_MASKB() bfin_read16(PORTFIO_MASKB) | ||
441 | #define bfin_write_PORTFIO_MASKB(val) bfin_write16(PORTFIO_MASKB, val) | ||
442 | #define bfin_read_PORTFIO_MASKB_CLEAR() bfin_read16(PORTFIO_MASKB_CLEAR) | ||
443 | #define bfin_write_PORTFIO_MASKB_CLEAR(val) bfin_write16(PORTFIO_MASKB_CLEAR, val) | ||
444 | #define bfin_read_PORTFIO_MASKB_SET() bfin_read16(PORTFIO_MASKB_SET) | ||
445 | #define bfin_write_PORTFIO_MASKB_SET(val) bfin_write16(PORTFIO_MASKB_SET, val) | ||
446 | #define bfin_read_PORTFIO_MASKB_TOGGLE() bfin_read16(PORTFIO_MASKB_TOGGLE) | ||
447 | #define bfin_write_PORTFIO_MASKB_TOGGLE(val) bfin_write16(PORTFIO_MASKB_TOGGLE, val) | ||
448 | #define bfin_read_PORTFIO_DIR() bfin_read16(PORTFIO_DIR) | ||
449 | #define bfin_write_PORTFIO_DIR(val) bfin_write16(PORTFIO_DIR, val) | ||
450 | #define bfin_read_PORTFIO_POLAR() bfin_read16(PORTFIO_POLAR) | ||
451 | #define bfin_write_PORTFIO_POLAR(val) bfin_write16(PORTFIO_POLAR, val) | ||
452 | #define bfin_read_PORTFIO_EDGE() bfin_read16(PORTFIO_EDGE) | ||
453 | #define bfin_write_PORTFIO_EDGE(val) bfin_write16(PORTFIO_EDGE, val) | ||
454 | #define bfin_read_PORTFIO_BOTH() bfin_read16(PORTFIO_BOTH) | ||
455 | #define bfin_write_PORTFIO_BOTH(val) bfin_write16(PORTFIO_BOTH, val) | ||
456 | #define bfin_read_PORTFIO_INEN() bfin_read16(PORTFIO_INEN) | ||
457 | #define bfin_write_PORTFIO_INEN(val) bfin_write16(PORTFIO_INEN, val) | ||
458 | #define bfin_read_PORTCIO_FER() bfin_read16(PORTCIO_FER) | ||
459 | #define bfin_write_PORTCIO_FER(val) bfin_write16(PORTCIO_FER, val) | ||
460 | #define bfin_read_PORTCIO() bfin_read16(PORTCIO) | ||
461 | #define bfin_write_PORTCIO(val) bfin_write16(PORTCIO, val) | ||
462 | #define bfin_read_PORTCIO_CLEAR() bfin_read16(PORTCIO_CLEAR) | ||
463 | #define bfin_write_PORTCIO_CLEAR(val) bfin_write16(PORTCIO_CLEAR, val) | ||
464 | #define bfin_read_PORTCIO_SET() bfin_read16(PORTCIO_SET) | ||
465 | #define bfin_write_PORTCIO_SET(val) bfin_write16(PORTCIO_SET, val) | ||
466 | #define bfin_read_PORTCIO_TOGGLE() bfin_read16(PORTCIO_TOGGLE) | ||
467 | #define bfin_write_PORTCIO_TOGGLE(val) bfin_write16(PORTCIO_TOGGLE, val) | ||
468 | #define bfin_read_PORTCIO_DIR() bfin_read16(PORTCIO_DIR) | ||
469 | #define bfin_write_PORTCIO_DIR(val) bfin_write16(PORTCIO_DIR, val) | ||
470 | #define bfin_read_PORTCIO_INEN() bfin_read16(PORTCIO_INEN) | ||
471 | #define bfin_write_PORTCIO_INEN(val) bfin_write16(PORTCIO_INEN, val) | ||
472 | #define bfin_read_PORTDIO_FER() bfin_read16(PORTDIO_FER) | ||
473 | #define bfin_write_PORTDIO_FER(val) bfin_write16(PORTDIO_FER, val) | ||
474 | #define bfin_read_PORTDIO() bfin_read16(PORTDIO) | ||
475 | #define bfin_write_PORTDIO(val) bfin_write16(PORTDIO, val) | ||
476 | #define bfin_read_PORTDIO_CLEAR() bfin_read16(PORTDIO_CLEAR) | ||
477 | #define bfin_write_PORTDIO_CLEAR(val) bfin_write16(PORTDIO_CLEAR, val) | ||
478 | #define bfin_read_PORTDIO_SET() bfin_read16(PORTDIO_SET) | ||
479 | #define bfin_write_PORTDIO_SET(val) bfin_write16(PORTDIO_SET, val) | ||
480 | #define bfin_read_PORTDIO_TOGGLE() bfin_read16(PORTDIO_TOGGLE) | ||
481 | #define bfin_write_PORTDIO_TOGGLE(val) bfin_write16(PORTDIO_TOGGLE, val) | ||
482 | #define bfin_read_PORTDIO_DIR() bfin_read16(PORTDIO_DIR) | ||
483 | #define bfin_write_PORTDIO_DIR(val) bfin_write16(PORTDIO_DIR, val) | ||
484 | #define bfin_read_PORTDIO_INEN() bfin_read16(PORTDIO_INEN) | ||
485 | #define bfin_write_PORTDIO_INEN(val) bfin_write16(PORTDIO_INEN, val) | ||
486 | #define bfin_read_PORTEIO_FER() bfin_read16(PORTEIO_FER) | ||
487 | #define bfin_write_PORTEIO_FER(val) bfin_write16(PORTEIO_FER, val) | ||
488 | #define bfin_read_PORTEIO() bfin_read16(PORTEIO) | ||
489 | #define bfin_write_PORTEIO(val) bfin_write16(PORTEIO, val) | ||
490 | #define bfin_read_PORTEIO_CLEAR() bfin_read16(PORTEIO_CLEAR) | ||
491 | #define bfin_write_PORTEIO_CLEAR(val) bfin_write16(PORTEIO_CLEAR, val) | ||
492 | #define bfin_read_PORTEIO_SET() bfin_read16(PORTEIO_SET) | ||
493 | #define bfin_write_PORTEIO_SET(val) bfin_write16(PORTEIO_SET, val) | ||
494 | #define bfin_read_PORTEIO_TOGGLE() bfin_read16(PORTEIO_TOGGLE) | ||
495 | #define bfin_write_PORTEIO_TOGGLE(val) bfin_write16(PORTEIO_TOGGLE, val) | ||
496 | #define bfin_read_PORTEIO_DIR() bfin_read16(PORTEIO_DIR) | ||
497 | #define bfin_write_PORTEIO_DIR(val) bfin_write16(PORTEIO_DIR, val) | ||
498 | #define bfin_read_PORTEIO_INEN() bfin_read16(PORTEIO_INEN) | ||
499 | #define bfin_write_PORTEIO_INEN(val) bfin_write16(PORTEIO_INEN, val) | ||
500 | #define bfin_read_EBIU_AMGCTL() bfin_read16(EBIU_AMGCTL) | ||
501 | #define bfin_write_EBIU_AMGCTL(val) bfin_write16(EBIU_AMGCTL, val) | ||
502 | #define bfin_read_EBIU_AMBCTL0() bfin_read32(EBIU_AMBCTL0) | ||
503 | #define bfin_write_EBIU_AMBCTL0(val) bfin_write32(EBIU_AMBCTL0, val) | ||
504 | #define bfin_read_EBIU_AMBCTL1() bfin_read32(EBIU_AMBCTL1) | ||
505 | #define bfin_write_EBIU_AMBCTL1(val) bfin_write32(EBIU_AMBCTL1, val) | ||
506 | #define bfin_read_EBIU_SDGCTL() bfin_read32(EBIU_SDGCTL) | ||
507 | #define bfin_write_EBIU_SDGCTL(val) bfin_write32(EBIU_SDGCTL, val) | ||
508 | #define bfin_read_EBIU_SDBCTL() bfin_read16(EBIU_SDBCTL) | ||
509 | #define bfin_write_EBIU_SDBCTL(val) bfin_write16(EBIU_SDBCTL, val) | ||
510 | #define bfin_read_EBIU_SDRRC() bfin_read16(EBIU_SDRRC) | ||
511 | #define bfin_write_EBIU_SDRRC(val) bfin_write16(EBIU_SDRRC, val) | ||
512 | #define bfin_read_EBIU_SDSTAT() bfin_read16(EBIU_SDSTAT) | ||
513 | #define bfin_write_EBIU_SDSTAT(val) bfin_write16(EBIU_SDSTAT, val) | ||
514 | #define bfin_read_DMA0_TC_PER() bfin_read16(DMA0_TC_PER) | ||
515 | #define bfin_write_DMA0_TC_PER(val) bfin_write16(DMA0_TC_PER, val) | ||
516 | #define bfin_read_DMA0_TC_CNT() bfin_read16(DMA0_TC_CNT) | ||
517 | #define bfin_write_DMA0_TC_CNT(val) bfin_write16(DMA0_TC_CNT, val) | ||
518 | #define bfin_read_DMA0_NEXT_DESC_PTR() bfin_readPTR(DMA0_NEXT_DESC_PTR) | ||
519 | #define bfin_write_DMA0_NEXT_DESC_PTR(val) bfin_writePTR(DMA0_NEXT_DESC_PTR, val) | ||
520 | #define bfin_read_DMA0_START_ADDR() bfin_readPTR(DMA0_START_ADDR) | ||
521 | #define bfin_write_DMA0_START_ADDR(val) bfin_writePTR(DMA0_START_ADDR, val) | ||
522 | #define bfin_read_DMA0_CONFIG() bfin_read16(DMA0_CONFIG) | ||
523 | #define bfin_write_DMA0_CONFIG(val) bfin_write16(DMA0_CONFIG, val) | ||
524 | #define bfin_read_DMA0_X_COUNT() bfin_read16(DMA0_X_COUNT) | ||
525 | #define bfin_write_DMA0_X_COUNT(val) bfin_write16(DMA0_X_COUNT, val) | ||
526 | #define bfin_read_DMA0_X_MODIFY() bfin_read16(DMA0_X_MODIFY) | ||
527 | #define bfin_write_DMA0_X_MODIFY(val) bfin_write16(DMA0_X_MODIFY, val) | ||
528 | #define bfin_read_DMA0_Y_COUNT() bfin_read16(DMA0_Y_COUNT) | ||
529 | #define bfin_write_DMA0_Y_COUNT(val) bfin_write16(DMA0_Y_COUNT, val) | ||
530 | #define bfin_read_DMA0_Y_MODIFY() bfin_read16(DMA0_Y_MODIFY) | ||
531 | #define bfin_write_DMA0_Y_MODIFY(val) bfin_write16(DMA0_Y_MODIFY, val) | ||
532 | #define bfin_read_DMA0_CURR_DESC_PTR() bfin_readPTR(DMA0_CURR_DESC_PTR) | ||
533 | #define bfin_write_DMA0_CURR_DESC_PTR(val) bfin_writePTR(DMA0_CURR_DESC_PTR, val) | ||
534 | #define bfin_read_DMA0_CURR_ADDR() bfin_readPTR(DMA0_CURR_ADDR) | ||
535 | #define bfin_write_DMA0_CURR_ADDR(val) bfin_writePTR(DMA0_CURR_ADDR, val) | ||
536 | #define bfin_read_DMA0_IRQ_STATUS() bfin_read16(DMA0_IRQ_STATUS) | ||
537 | #define bfin_write_DMA0_IRQ_STATUS(val) bfin_write16(DMA0_IRQ_STATUS, val) | ||
538 | #define bfin_read_DMA0_PERIPHERAL_MAP() bfin_read16(DMA0_PERIPHERAL_MAP) | ||
539 | #define bfin_write_DMA0_PERIPHERAL_MAP(val) bfin_write16(DMA0_PERIPHERAL_MAP, val) | ||
540 | #define bfin_read_DMA0_CURR_X_COUNT() bfin_read16(DMA0_CURR_X_COUNT) | ||
541 | #define bfin_write_DMA0_CURR_X_COUNT(val) bfin_write16(DMA0_CURR_X_COUNT, val) | ||
542 | #define bfin_read_DMA0_CURR_Y_COUNT() bfin_read16(DMA0_CURR_Y_COUNT) | ||
543 | #define bfin_write_DMA0_CURR_Y_COUNT(val) bfin_write16(DMA0_CURR_Y_COUNT, val) | ||
544 | #define bfin_read_DMA1_NEXT_DESC_PTR() bfin_readPTR(DMA1_NEXT_DESC_PTR) | ||
545 | #define bfin_write_DMA1_NEXT_DESC_PTR(val) bfin_writePTR(DMA1_NEXT_DESC_PTR, val) | ||
546 | #define bfin_read_DMA1_START_ADDR() bfin_readPTR(DMA1_START_ADDR) | ||
547 | #define bfin_write_DMA1_START_ADDR(val) bfin_writePTR(DMA1_START_ADDR, val) | ||
548 | #define bfin_read_DMA1_CONFIG() bfin_read16(DMA1_CONFIG) | ||
549 | #define bfin_write_DMA1_CONFIG(val) bfin_write16(DMA1_CONFIG, val) | ||
550 | #define bfin_read_DMA1_X_COUNT() bfin_read16(DMA1_X_COUNT) | ||
551 | #define bfin_write_DMA1_X_COUNT(val) bfin_write16(DMA1_X_COUNT, val) | ||
552 | #define bfin_read_DMA1_X_MODIFY() bfin_read16(DMA1_X_MODIFY) | ||
553 | #define bfin_write_DMA1_X_MODIFY(val) bfin_write16(DMA1_X_MODIFY, val) | ||
554 | #define bfin_read_DMA1_Y_COUNT() bfin_read16(DMA1_Y_COUNT) | ||
555 | #define bfin_write_DMA1_Y_COUNT(val) bfin_write16(DMA1_Y_COUNT, val) | ||
556 | #define bfin_read_DMA1_Y_MODIFY() bfin_read16(DMA1_Y_MODIFY) | ||
557 | #define bfin_write_DMA1_Y_MODIFY(val) bfin_write16(DMA1_Y_MODIFY, val) | ||
558 | #define bfin_read_DMA1_CURR_DESC_PTR() bfin_readPTR(DMA1_CURR_DESC_PTR) | ||
559 | #define bfin_write_DMA1_CURR_DESC_PTR(val) bfin_writePTR(DMA1_CURR_DESC_PTR, val) | ||
560 | #define bfin_read_DMA1_CURR_ADDR() bfin_readPTR(DMA1_CURR_ADDR) | ||
561 | #define bfin_write_DMA1_CURR_ADDR(val) bfin_writePTR(DMA1_CURR_ADDR, val) | ||
562 | #define bfin_read_DMA1_IRQ_STATUS() bfin_read16(DMA1_IRQ_STATUS) | ||
563 | #define bfin_write_DMA1_IRQ_STATUS(val) bfin_write16(DMA1_IRQ_STATUS, val) | ||
564 | #define bfin_read_DMA1_PERIPHERAL_MAP() bfin_read16(DMA1_PERIPHERAL_MAP) | ||
565 | #define bfin_write_DMA1_PERIPHERAL_MAP(val) bfin_write16(DMA1_PERIPHERAL_MAP, val) | ||
566 | #define bfin_read_DMA1_CURR_X_COUNT() bfin_read16(DMA1_CURR_X_COUNT) | ||
567 | #define bfin_write_DMA1_CURR_X_COUNT(val) bfin_write16(DMA1_CURR_X_COUNT, val) | ||
568 | #define bfin_read_DMA1_CURR_Y_COUNT() bfin_read16(DMA1_CURR_Y_COUNT) | ||
569 | #define bfin_write_DMA1_CURR_Y_COUNT(val) bfin_write16(DMA1_CURR_Y_COUNT, val) | ||
570 | #define bfin_read_DMA2_NEXT_DESC_PTR() bfin_readPTR(DMA2_NEXT_DESC_PTR) | ||
571 | #define bfin_write_DMA2_NEXT_DESC_PTR(val) bfin_writePTR(DMA2_NEXT_DESC_PTR, val) | ||
572 | #define bfin_read_DMA2_START_ADDR() bfin_readPTR(DMA2_START_ADDR) | ||
573 | #define bfin_write_DMA2_START_ADDR(val) bfin_writePTR(DMA2_START_ADDR, val) | ||
574 | #define bfin_read_DMA2_CONFIG() bfin_read16(DMA2_CONFIG) | ||
575 | #define bfin_write_DMA2_CONFIG(val) bfin_write16(DMA2_CONFIG, val) | ||
576 | #define bfin_read_DMA2_X_COUNT() bfin_read16(DMA2_X_COUNT) | ||
577 | #define bfin_write_DMA2_X_COUNT(val) bfin_write16(DMA2_X_COUNT, val) | ||
578 | #define bfin_read_DMA2_X_MODIFY() bfin_read16(DMA2_X_MODIFY) | ||
579 | #define bfin_write_DMA2_X_MODIFY(val) bfin_write16(DMA2_X_MODIFY, val) | ||
580 | #define bfin_read_DMA2_Y_COUNT() bfin_read16(DMA2_Y_COUNT) | ||
581 | #define bfin_write_DMA2_Y_COUNT(val) bfin_write16(DMA2_Y_COUNT, val) | ||
582 | #define bfin_read_DMA2_Y_MODIFY() bfin_read16(DMA2_Y_MODIFY) | ||
583 | #define bfin_write_DMA2_Y_MODIFY(val) bfin_write16(DMA2_Y_MODIFY, val) | ||
584 | #define bfin_read_DMA2_CURR_DESC_PTR() bfin_readPTR(DMA2_CURR_DESC_PTR) | ||
585 | #define bfin_write_DMA2_CURR_DESC_PTR(val) bfin_writePTR(DMA2_CURR_DESC_PTR, val) | ||
586 | #define bfin_read_DMA2_CURR_ADDR() bfin_readPTR(DMA2_CURR_ADDR) | ||
587 | #define bfin_write_DMA2_CURR_ADDR(val) bfin_writePTR(DMA2_CURR_ADDR, val) | ||
588 | #define bfin_read_DMA2_IRQ_STATUS() bfin_read16(DMA2_IRQ_STATUS) | ||
589 | #define bfin_write_DMA2_IRQ_STATUS(val) bfin_write16(DMA2_IRQ_STATUS, val) | ||
590 | #define bfin_read_DMA2_PERIPHERAL_MAP() bfin_read16(DMA2_PERIPHERAL_MAP) | ||
591 | #define bfin_write_DMA2_PERIPHERAL_MAP(val) bfin_write16(DMA2_PERIPHERAL_MAP, val) | ||
592 | #define bfin_read_DMA2_CURR_X_COUNT() bfin_read16(DMA2_CURR_X_COUNT) | ||
593 | #define bfin_write_DMA2_CURR_X_COUNT(val) bfin_write16(DMA2_CURR_X_COUNT, val) | ||
594 | #define bfin_read_DMA2_CURR_Y_COUNT() bfin_read16(DMA2_CURR_Y_COUNT) | ||
595 | #define bfin_write_DMA2_CURR_Y_COUNT(val) bfin_write16(DMA2_CURR_Y_COUNT, val) | ||
596 | #define bfin_read_DMA3_NEXT_DESC_PTR() bfin_readPTR(DMA3_NEXT_DESC_PTR) | ||
597 | #define bfin_write_DMA3_NEXT_DESC_PTR(val) bfin_writePTR(DMA3_NEXT_DESC_PTR, val) | ||
598 | #define bfin_read_DMA3_START_ADDR() bfin_readPTR(DMA3_START_ADDR) | ||
599 | #define bfin_write_DMA3_START_ADDR(val) bfin_writePTR(DMA3_START_ADDR, val) | ||
600 | #define bfin_read_DMA3_CONFIG() bfin_read16(DMA3_CONFIG) | ||
601 | #define bfin_write_DMA3_CONFIG(val) bfin_write16(DMA3_CONFIG, val) | ||
602 | #define bfin_read_DMA3_X_COUNT() bfin_read16(DMA3_X_COUNT) | ||
603 | #define bfin_write_DMA3_X_COUNT(val) bfin_write16(DMA3_X_COUNT, val) | ||
604 | #define bfin_read_DMA3_X_MODIFY() bfin_read16(DMA3_X_MODIFY) | ||
605 | #define bfin_write_DMA3_X_MODIFY(val) bfin_write16(DMA3_X_MODIFY, val) | ||
606 | #define bfin_read_DMA3_Y_COUNT() bfin_read16(DMA3_Y_COUNT) | ||
607 | #define bfin_write_DMA3_Y_COUNT(val) bfin_write16(DMA3_Y_COUNT, val) | ||
608 | #define bfin_read_DMA3_Y_MODIFY() bfin_read16(DMA3_Y_MODIFY) | ||
609 | #define bfin_write_DMA3_Y_MODIFY(val) bfin_write16(DMA3_Y_MODIFY, val) | ||
610 | #define bfin_read_DMA3_CURR_DESC_PTR() bfin_readPTR(DMA3_CURR_DESC_PTR) | ||
611 | #define bfin_write_DMA3_CURR_DESC_PTR(val) bfin_writePTR(DMA3_CURR_DESC_PTR, val) | ||
612 | #define bfin_read_DMA3_CURR_ADDR() bfin_readPTR(DMA3_CURR_ADDR) | ||
613 | #define bfin_write_DMA3_CURR_ADDR(val) bfin_writePTR(DMA3_CURR_ADDR, val) | ||
614 | #define bfin_read_DMA3_IRQ_STATUS() bfin_read16(DMA3_IRQ_STATUS) | ||
615 | #define bfin_write_DMA3_IRQ_STATUS(val) bfin_write16(DMA3_IRQ_STATUS, val) | ||
616 | #define bfin_read_DMA3_PERIPHERAL_MAP() bfin_read16(DMA3_PERIPHERAL_MAP) | ||
617 | #define bfin_write_DMA3_PERIPHERAL_MAP(val) bfin_write16(DMA3_PERIPHERAL_MAP, val) | ||
618 | #define bfin_read_DMA3_CURR_X_COUNT() bfin_read16(DMA3_CURR_X_COUNT) | ||
619 | #define bfin_write_DMA3_CURR_X_COUNT(val) bfin_write16(DMA3_CURR_X_COUNT, val) | ||
620 | #define bfin_read_DMA3_CURR_Y_COUNT() bfin_read16(DMA3_CURR_Y_COUNT) | ||
621 | #define bfin_write_DMA3_CURR_Y_COUNT(val) bfin_write16(DMA3_CURR_Y_COUNT, val) | ||
622 | #define bfin_read_DMA4_NEXT_DESC_PTR() bfin_readPTR(DMA4_NEXT_DESC_PTR) | ||
623 | #define bfin_write_DMA4_NEXT_DESC_PTR(val) bfin_writePTR(DMA4_NEXT_DESC_PTR, val) | ||
624 | #define bfin_read_DMA4_START_ADDR() bfin_readPTR(DMA4_START_ADDR) | ||
625 | #define bfin_write_DMA4_START_ADDR(val) bfin_writePTR(DMA4_START_ADDR, val) | ||
626 | #define bfin_read_DMA4_CONFIG() bfin_read16(DMA4_CONFIG) | ||
627 | #define bfin_write_DMA4_CONFIG(val) bfin_write16(DMA4_CONFIG, val) | ||
628 | #define bfin_read_DMA4_X_COUNT() bfin_read16(DMA4_X_COUNT) | ||
629 | #define bfin_write_DMA4_X_COUNT(val) bfin_write16(DMA4_X_COUNT, val) | ||
630 | #define bfin_read_DMA4_X_MODIFY() bfin_read16(DMA4_X_MODIFY) | ||
631 | #define bfin_write_DMA4_X_MODIFY(val) bfin_write16(DMA4_X_MODIFY, val) | ||
632 | #define bfin_read_DMA4_Y_COUNT() bfin_read16(DMA4_Y_COUNT) | ||
633 | #define bfin_write_DMA4_Y_COUNT(val) bfin_write16(DMA4_Y_COUNT, val) | ||
634 | #define bfin_read_DMA4_Y_MODIFY() bfin_read16(DMA4_Y_MODIFY) | ||
635 | #define bfin_write_DMA4_Y_MODIFY(val) bfin_write16(DMA4_Y_MODIFY, val) | ||
636 | #define bfin_read_DMA4_CURR_DESC_PTR() bfin_readPTR(DMA4_CURR_DESC_PTR) | ||
637 | #define bfin_write_DMA4_CURR_DESC_PTR(val) bfin_writePTR(DMA4_CURR_DESC_PTR, val) | ||
638 | #define bfin_read_DMA4_CURR_ADDR() bfin_readPTR(DMA4_CURR_ADDR) | ||
639 | #define bfin_write_DMA4_CURR_ADDR(val) bfin_writePTR(DMA4_CURR_ADDR, val) | ||
640 | #define bfin_read_DMA4_IRQ_STATUS() bfin_read16(DMA4_IRQ_STATUS) | ||
641 | #define bfin_write_DMA4_IRQ_STATUS(val) bfin_write16(DMA4_IRQ_STATUS, val) | ||
642 | #define bfin_read_DMA4_PERIPHERAL_MAP() bfin_read16(DMA4_PERIPHERAL_MAP) | ||
643 | #define bfin_write_DMA4_PERIPHERAL_MAP(val) bfin_write16(DMA4_PERIPHERAL_MAP, val) | ||
644 | #define bfin_read_DMA4_CURR_X_COUNT() bfin_read16(DMA4_CURR_X_COUNT) | ||
645 | #define bfin_write_DMA4_CURR_X_COUNT(val) bfin_write16(DMA4_CURR_X_COUNT, val) | ||
646 | #define bfin_read_DMA4_CURR_Y_COUNT() bfin_read16(DMA4_CURR_Y_COUNT) | ||
647 | #define bfin_write_DMA4_CURR_Y_COUNT(val) bfin_write16(DMA4_CURR_Y_COUNT, val) | ||
648 | #define bfin_read_DMA5_NEXT_DESC_PTR() bfin_readPTR(DMA5_NEXT_DESC_PTR) | ||
649 | #define bfin_write_DMA5_NEXT_DESC_PTR(val) bfin_writePTR(DMA5_NEXT_DESC_PTR, val) | ||
650 | #define bfin_read_DMA5_START_ADDR() bfin_readPTR(DMA5_START_ADDR) | ||
651 | #define bfin_write_DMA5_START_ADDR(val) bfin_writePTR(DMA5_START_ADDR, val) | ||
652 | #define bfin_read_DMA5_CONFIG() bfin_read16(DMA5_CONFIG) | ||
653 | #define bfin_write_DMA5_CONFIG(val) bfin_write16(DMA5_CONFIG, val) | ||
654 | #define bfin_read_DMA5_X_COUNT() bfin_read16(DMA5_X_COUNT) | ||
655 | #define bfin_write_DMA5_X_COUNT(val) bfin_write16(DMA5_X_COUNT, val) | ||
656 | #define bfin_read_DMA5_X_MODIFY() bfin_read16(DMA5_X_MODIFY) | ||
657 | #define bfin_write_DMA5_X_MODIFY(val) bfin_write16(DMA5_X_MODIFY, val) | ||
658 | #define bfin_read_DMA5_Y_COUNT() bfin_read16(DMA5_Y_COUNT) | ||
659 | #define bfin_write_DMA5_Y_COUNT(val) bfin_write16(DMA5_Y_COUNT, val) | ||
660 | #define bfin_read_DMA5_Y_MODIFY() bfin_read16(DMA5_Y_MODIFY) | ||
661 | #define bfin_write_DMA5_Y_MODIFY(val) bfin_write16(DMA5_Y_MODIFY, val) | ||
662 | #define bfin_read_DMA5_CURR_DESC_PTR() bfin_readPTR(DMA5_CURR_DESC_PTR) | ||
663 | #define bfin_write_DMA5_CURR_DESC_PTR(val) bfin_writePTR(DMA5_CURR_DESC_PTR, val) | ||
664 | #define bfin_read_DMA5_CURR_ADDR() bfin_readPTR(DMA5_CURR_ADDR) | ||
665 | #define bfin_write_DMA5_CURR_ADDR(val) bfin_writePTR(DMA5_CURR_ADDR, val) | ||
666 | #define bfin_read_DMA5_IRQ_STATUS() bfin_read16(DMA5_IRQ_STATUS) | ||
667 | #define bfin_write_DMA5_IRQ_STATUS(val) bfin_write16(DMA5_IRQ_STATUS, val) | ||
668 | #define bfin_read_DMA5_PERIPHERAL_MAP() bfin_read16(DMA5_PERIPHERAL_MAP) | ||
669 | #define bfin_write_DMA5_PERIPHERAL_MAP(val) bfin_write16(DMA5_PERIPHERAL_MAP, val) | ||
670 | #define bfin_read_DMA5_CURR_X_COUNT() bfin_read16(DMA5_CURR_X_COUNT) | ||
671 | #define bfin_write_DMA5_CURR_X_COUNT(val) bfin_write16(DMA5_CURR_X_COUNT, val) | ||
672 | #define bfin_read_DMA5_CURR_Y_COUNT() bfin_read16(DMA5_CURR_Y_COUNT) | ||
673 | #define bfin_write_DMA5_CURR_Y_COUNT(val) bfin_write16(DMA5_CURR_Y_COUNT, val) | ||
674 | #define bfin_read_DMA6_NEXT_DESC_PTR() bfin_readPTR(DMA6_NEXT_DESC_PTR) | ||
675 | #define bfin_write_DMA6_NEXT_DESC_PTR(val) bfin_writePTR(DMA6_NEXT_DESC_PTR, val) | ||
676 | #define bfin_read_DMA6_START_ADDR() bfin_readPTR(DMA6_START_ADDR) | ||
677 | #define bfin_write_DMA6_START_ADDR(val) bfin_writePTR(DMA6_START_ADDR, val) | ||
678 | #define bfin_read_DMA6_CONFIG() bfin_read16(DMA6_CONFIG) | ||
679 | #define bfin_write_DMA6_CONFIG(val) bfin_write16(DMA6_CONFIG, val) | ||
680 | #define bfin_read_DMA6_X_COUNT() bfin_read16(DMA6_X_COUNT) | ||
681 | #define bfin_write_DMA6_X_COUNT(val) bfin_write16(DMA6_X_COUNT, val) | ||
682 | #define bfin_read_DMA6_X_MODIFY() bfin_read16(DMA6_X_MODIFY) | ||
683 | #define bfin_write_DMA6_X_MODIFY(val) bfin_write16(DMA6_X_MODIFY, val) | ||
684 | #define bfin_read_DMA6_Y_COUNT() bfin_read16(DMA6_Y_COUNT) | ||
685 | #define bfin_write_DMA6_Y_COUNT(val) bfin_write16(DMA6_Y_COUNT, val) | ||
686 | #define bfin_read_DMA6_Y_MODIFY() bfin_read16(DMA6_Y_MODIFY) | ||
687 | #define bfin_write_DMA6_Y_MODIFY(val) bfin_write16(DMA6_Y_MODIFY, val) | ||
688 | #define bfin_read_DMA6_CURR_DESC_PTR() bfin_readPTR(DMA6_CURR_DESC_PTR) | ||
689 | #define bfin_write_DMA6_CURR_DESC_PTR(val) bfin_writePTR(DMA6_CURR_DESC_PTR, val) | ||
690 | #define bfin_read_DMA6_CURR_ADDR() bfin_readPTR(DMA6_CURR_ADDR) | ||
691 | #define bfin_write_DMA6_CURR_ADDR(val) bfin_writePTR(DMA6_CURR_ADDR, val) | ||
692 | #define bfin_read_DMA6_IRQ_STATUS() bfin_read16(DMA6_IRQ_STATUS) | ||
693 | #define bfin_write_DMA6_IRQ_STATUS(val) bfin_write16(DMA6_IRQ_STATUS, val) | ||
694 | #define bfin_read_DMA6_PERIPHERAL_MAP() bfin_read16(DMA6_PERIPHERAL_MAP) | ||
695 | #define bfin_write_DMA6_PERIPHERAL_MAP(val) bfin_write16(DMA6_PERIPHERAL_MAP, val) | ||
696 | #define bfin_read_DMA6_CURR_X_COUNT() bfin_read16(DMA6_CURR_X_COUNT) | ||
697 | #define bfin_write_DMA6_CURR_X_COUNT(val) bfin_write16(DMA6_CURR_X_COUNT, val) | ||
698 | #define bfin_read_DMA6_CURR_Y_COUNT() bfin_read16(DMA6_CURR_Y_COUNT) | ||
699 | #define bfin_write_DMA6_CURR_Y_COUNT(val) bfin_write16(DMA6_CURR_Y_COUNT, val) | ||
700 | #define bfin_read_DMA7_NEXT_DESC_PTR() bfin_readPTR(DMA7_NEXT_DESC_PTR) | ||
701 | #define bfin_write_DMA7_NEXT_DESC_PTR(val) bfin_writePTR(DMA7_NEXT_DESC_PTR, val) | ||
702 | #define bfin_read_DMA7_START_ADDR() bfin_readPTR(DMA7_START_ADDR) | ||
703 | #define bfin_write_DMA7_START_ADDR(val) bfin_writePTR(DMA7_START_ADDR, val) | ||
704 | #define bfin_read_DMA7_CONFIG() bfin_read16(DMA7_CONFIG) | ||
705 | #define bfin_write_DMA7_CONFIG(val) bfin_write16(DMA7_CONFIG, val) | ||
706 | #define bfin_read_DMA7_X_COUNT() bfin_read16(DMA7_X_COUNT) | ||
707 | #define bfin_write_DMA7_X_COUNT(val) bfin_write16(DMA7_X_COUNT, val) | ||
708 | #define bfin_read_DMA7_X_MODIFY() bfin_read16(DMA7_X_MODIFY) | ||
709 | #define bfin_write_DMA7_X_MODIFY(val) bfin_write16(DMA7_X_MODIFY, val) | ||
710 | #define bfin_read_DMA7_Y_COUNT() bfin_read16(DMA7_Y_COUNT) | ||
711 | #define bfin_write_DMA7_Y_COUNT(val) bfin_write16(DMA7_Y_COUNT, val) | ||
712 | #define bfin_read_DMA7_Y_MODIFY() bfin_read16(DMA7_Y_MODIFY) | ||
713 | #define bfin_write_DMA7_Y_MODIFY(val) bfin_write16(DMA7_Y_MODIFY, val) | ||
714 | #define bfin_read_DMA7_CURR_DESC_PTR() bfin_readPTR(DMA7_CURR_DESC_PTR) | ||
715 | #define bfin_write_DMA7_CURR_DESC_PTR(val) bfin_writePTR(DMA7_CURR_DESC_PTR, val) | ||
716 | #define bfin_read_DMA7_CURR_ADDR() bfin_readPTR(DMA7_CURR_ADDR) | ||
717 | #define bfin_write_DMA7_CURR_ADDR(val) bfin_writePTR(DMA7_CURR_ADDR, val) | ||
718 | #define bfin_read_DMA7_IRQ_STATUS() bfin_read16(DMA7_IRQ_STATUS) | ||
719 | #define bfin_write_DMA7_IRQ_STATUS(val) bfin_write16(DMA7_IRQ_STATUS, val) | ||
720 | #define bfin_read_DMA7_PERIPHERAL_MAP() bfin_read16(DMA7_PERIPHERAL_MAP) | ||
721 | #define bfin_write_DMA7_PERIPHERAL_MAP(val) bfin_write16(DMA7_PERIPHERAL_MAP, val) | ||
722 | #define bfin_read_DMA7_CURR_X_COUNT() bfin_read16(DMA7_CURR_X_COUNT) | ||
723 | #define bfin_write_DMA7_CURR_X_COUNT(val) bfin_write16(DMA7_CURR_X_COUNT, val) | ||
724 | #define bfin_read_DMA7_CURR_Y_COUNT() bfin_read16(DMA7_CURR_Y_COUNT) | ||
725 | #define bfin_write_DMA7_CURR_Y_COUNT(val) bfin_write16(DMA7_CURR_Y_COUNT, val) | ||
726 | #define bfin_read_DMA1_TC_PER() bfin_read16(DMA1_TC_PER) | ||
727 | #define bfin_write_DMA1_TC_PER(val) bfin_write16(DMA1_TC_PER, val) | ||
728 | #define bfin_read_DMA1_TC_CNT() bfin_read16(DMA1_TC_CNT) | ||
729 | #define bfin_write_DMA1_TC_CNT(val) bfin_write16(DMA1_TC_CNT, val) | ||
730 | #define bfin_read_DMA8_NEXT_DESC_PTR() bfin_readPTR(DMA8_NEXT_DESC_PTR) | ||
731 | #define bfin_write_DMA8_NEXT_DESC_PTR(val) bfin_writePTR(DMA8_NEXT_DESC_PTR, val) | ||
732 | #define bfin_read_DMA8_START_ADDR() bfin_readPTR(DMA8_START_ADDR) | ||
733 | #define bfin_write_DMA8_START_ADDR(val) bfin_writePTR(DMA8_START_ADDR, val) | ||
734 | #define bfin_read_DMA8_CONFIG() bfin_read16(DMA8_CONFIG) | ||
735 | #define bfin_write_DMA8_CONFIG(val) bfin_write16(DMA8_CONFIG, val) | ||
736 | #define bfin_read_DMA8_X_COUNT() bfin_read16(DMA8_X_COUNT) | ||
737 | #define bfin_write_DMA8_X_COUNT(val) bfin_write16(DMA8_X_COUNT, val) | ||
738 | #define bfin_read_DMA8_X_MODIFY() bfin_read16(DMA8_X_MODIFY) | ||
739 | #define bfin_write_DMA8_X_MODIFY(val) bfin_write16(DMA8_X_MODIFY, val) | ||
740 | #define bfin_read_DMA8_Y_COUNT() bfin_read16(DMA8_Y_COUNT) | ||
741 | #define bfin_write_DMA8_Y_COUNT(val) bfin_write16(DMA8_Y_COUNT, val) | ||
742 | #define bfin_read_DMA8_Y_MODIFY() bfin_read16(DMA8_Y_MODIFY) | ||
743 | #define bfin_write_DMA8_Y_MODIFY(val) bfin_write16(DMA8_Y_MODIFY, val) | ||
744 | #define bfin_read_DMA8_CURR_DESC_PTR() bfin_readPTR(DMA8_CURR_DESC_PTR) | ||
745 | #define bfin_write_DMA8_CURR_DESC_PTR(val) bfin_writePTR(DMA8_CURR_DESC_PTR, val) | ||
746 | #define bfin_read_DMA8_CURR_ADDR() bfin_readPTR(DMA8_CURR_ADDR) | ||
747 | #define bfin_write_DMA8_CURR_ADDR(val) bfin_writePTR(DMA8_CURR_ADDR, val) | ||
748 | #define bfin_read_DMA8_IRQ_STATUS() bfin_read16(DMA8_IRQ_STATUS) | ||
749 | #define bfin_write_DMA8_IRQ_STATUS(val) bfin_write16(DMA8_IRQ_STATUS, val) | ||
750 | #define bfin_read_DMA8_PERIPHERAL_MAP() bfin_read16(DMA8_PERIPHERAL_MAP) | ||
751 | #define bfin_write_DMA8_PERIPHERAL_MAP(val) bfin_write16(DMA8_PERIPHERAL_MAP, val) | ||
752 | #define bfin_read_DMA8_CURR_X_COUNT() bfin_read16(DMA8_CURR_X_COUNT) | ||
753 | #define bfin_write_DMA8_CURR_X_COUNT(val) bfin_write16(DMA8_CURR_X_COUNT, val) | ||
754 | #define bfin_read_DMA8_CURR_Y_COUNT() bfin_read16(DMA8_CURR_Y_COUNT) | ||
755 | #define bfin_write_DMA8_CURR_Y_COUNT(val) bfin_write16(DMA8_CURR_Y_COUNT, val) | ||
756 | #define bfin_read_DMA9_NEXT_DESC_PTR() bfin_readPTR(DMA9_NEXT_DESC_PTR) | ||
757 | #define bfin_write_DMA9_NEXT_DESC_PTR(val) bfin_writePTR(DMA9_NEXT_DESC_PTR, val) | ||
758 | #define bfin_read_DMA9_START_ADDR() bfin_readPTR(DMA9_START_ADDR) | ||
759 | #define bfin_write_DMA9_START_ADDR(val) bfin_writePTR(DMA9_START_ADDR, val) | ||
760 | #define bfin_read_DMA9_CONFIG() bfin_read16(DMA9_CONFIG) | ||
761 | #define bfin_write_DMA9_CONFIG(val) bfin_write16(DMA9_CONFIG, val) | ||
762 | #define bfin_read_DMA9_X_COUNT() bfin_read16(DMA9_X_COUNT) | ||
763 | #define bfin_write_DMA9_X_COUNT(val) bfin_write16(DMA9_X_COUNT, val) | ||
764 | #define bfin_read_DMA9_X_MODIFY() bfin_read16(DMA9_X_MODIFY) | ||
765 | #define bfin_write_DMA9_X_MODIFY(val) bfin_write16(DMA9_X_MODIFY, val) | ||
766 | #define bfin_read_DMA9_Y_COUNT() bfin_read16(DMA9_Y_COUNT) | ||
767 | #define bfin_write_DMA9_Y_COUNT(val) bfin_write16(DMA9_Y_COUNT, val) | ||
768 | #define bfin_read_DMA9_Y_MODIFY() bfin_read16(DMA9_Y_MODIFY) | ||
769 | #define bfin_write_DMA9_Y_MODIFY(val) bfin_write16(DMA9_Y_MODIFY, val) | ||
770 | #define bfin_read_DMA9_CURR_DESC_PTR() bfin_readPTR(DMA9_CURR_DESC_PTR) | ||
771 | #define bfin_write_DMA9_CURR_DESC_PTR(val) bfin_writePTR(DMA9_CURR_DESC_PTR, val) | ||
772 | #define bfin_read_DMA9_CURR_ADDR() bfin_readPTR(DMA9_CURR_ADDR) | ||
773 | #define bfin_write_DMA9_CURR_ADDR(val) bfin_writePTR(DMA9_CURR_ADDR, val) | ||
774 | #define bfin_read_DMA9_IRQ_STATUS() bfin_read16(DMA9_IRQ_STATUS) | ||
775 | #define bfin_write_DMA9_IRQ_STATUS(val) bfin_write16(DMA9_IRQ_STATUS, val) | ||
776 | #define bfin_read_DMA9_PERIPHERAL_MAP() bfin_read16(DMA9_PERIPHERAL_MAP) | ||
777 | #define bfin_write_DMA9_PERIPHERAL_MAP(val) bfin_write16(DMA9_PERIPHERAL_MAP, val) | ||
778 | #define bfin_read_DMA9_CURR_X_COUNT() bfin_read16(DMA9_CURR_X_COUNT) | ||
779 | #define bfin_write_DMA9_CURR_X_COUNT(val) bfin_write16(DMA9_CURR_X_COUNT, val) | ||
780 | #define bfin_read_DMA9_CURR_Y_COUNT() bfin_read16(DMA9_CURR_Y_COUNT) | ||
781 | #define bfin_write_DMA9_CURR_Y_COUNT(val) bfin_write16(DMA9_CURR_Y_COUNT, val) | ||
782 | #define bfin_read_DMA10_NEXT_DESC_PTR() bfin_readPTR(DMA10_NEXT_DESC_PTR) | ||
783 | #define bfin_write_DMA10_NEXT_DESC_PTR(val) bfin_writePTR(DMA10_NEXT_DESC_PTR, val) | ||
784 | #define bfin_read_DMA10_START_ADDR() bfin_readPTR(DMA10_START_ADDR) | ||
785 | #define bfin_write_DMA10_START_ADDR(val) bfin_writePTR(DMA10_START_ADDR, val) | ||
786 | #define bfin_read_DMA10_CONFIG() bfin_read16(DMA10_CONFIG) | ||
787 | #define bfin_write_DMA10_CONFIG(val) bfin_write16(DMA10_CONFIG, val) | ||
788 | #define bfin_read_DMA10_X_COUNT() bfin_read16(DMA10_X_COUNT) | ||
789 | #define bfin_write_DMA10_X_COUNT(val) bfin_write16(DMA10_X_COUNT, val) | ||
790 | #define bfin_read_DMA10_X_MODIFY() bfin_read16(DMA10_X_MODIFY) | ||
791 | #define bfin_write_DMA10_X_MODIFY(val) bfin_write16(DMA10_X_MODIFY, val) | ||
792 | #define bfin_read_DMA10_Y_COUNT() bfin_read16(DMA10_Y_COUNT) | ||
793 | #define bfin_write_DMA10_Y_COUNT(val) bfin_write16(DMA10_Y_COUNT, val) | ||
794 | #define bfin_read_DMA10_Y_MODIFY() bfin_read16(DMA10_Y_MODIFY) | ||
795 | #define bfin_write_DMA10_Y_MODIFY(val) bfin_write16(DMA10_Y_MODIFY, val) | ||
796 | #define bfin_read_DMA10_CURR_DESC_PTR() bfin_readPTR(DMA10_CURR_DESC_PTR) | ||
797 | #define bfin_write_DMA10_CURR_DESC_PTR(val) bfin_writePTR(DMA10_CURR_DESC_PTR, val) | ||
798 | #define bfin_read_DMA10_CURR_ADDR() bfin_readPTR(DMA10_CURR_ADDR) | ||
799 | #define bfin_write_DMA10_CURR_ADDR(val) bfin_writePTR(DMA10_CURR_ADDR, val) | ||
800 | #define bfin_read_DMA10_IRQ_STATUS() bfin_read16(DMA10_IRQ_STATUS) | ||
801 | #define bfin_write_DMA10_IRQ_STATUS(val) bfin_write16(DMA10_IRQ_STATUS, val) | ||
802 | #define bfin_read_DMA10_PERIPHERAL_MAP() bfin_read16(DMA10_PERIPHERAL_MAP) | ||
803 | #define bfin_write_DMA10_PERIPHERAL_MAP(val) bfin_write16(DMA10_PERIPHERAL_MAP, val) | ||
804 | #define bfin_read_DMA10_CURR_X_COUNT() bfin_read16(DMA10_CURR_X_COUNT) | ||
805 | #define bfin_write_DMA10_CURR_X_COUNT(val) bfin_write16(DMA10_CURR_X_COUNT, val) | ||
806 | #define bfin_read_DMA10_CURR_Y_COUNT() bfin_read16(DMA10_CURR_Y_COUNT) | ||
807 | #define bfin_write_DMA10_CURR_Y_COUNT(val) bfin_write16(DMA10_CURR_Y_COUNT, val) | ||
808 | #define bfin_read_DMA11_NEXT_DESC_PTR() bfin_readPTR(DMA11_NEXT_DESC_PTR) | ||
809 | #define bfin_write_DMA11_NEXT_DESC_PTR(val) bfin_writePTR(DMA11_NEXT_DESC_PTR, val) | ||
810 | #define bfin_read_DMA11_START_ADDR() bfin_readPTR(DMA11_START_ADDR) | ||
811 | #define bfin_write_DMA11_START_ADDR(val) bfin_writePTR(DMA11_START_ADDR, val) | ||
812 | #define bfin_read_DMA11_CONFIG() bfin_read16(DMA11_CONFIG) | ||
813 | #define bfin_write_DMA11_CONFIG(val) bfin_write16(DMA11_CONFIG, val) | ||
814 | #define bfin_read_DMA11_X_COUNT() bfin_read16(DMA11_X_COUNT) | ||
815 | #define bfin_write_DMA11_X_COUNT(val) bfin_write16(DMA11_X_COUNT, val) | ||
816 | #define bfin_read_DMA11_X_MODIFY() bfin_read16(DMA11_X_MODIFY) | ||
817 | #define bfin_write_DMA11_X_MODIFY(val) bfin_write16(DMA11_X_MODIFY, val) | ||
818 | #define bfin_read_DMA11_Y_COUNT() bfin_read16(DMA11_Y_COUNT) | ||
819 | #define bfin_write_DMA11_Y_COUNT(val) bfin_write16(DMA11_Y_COUNT, val) | ||
820 | #define bfin_read_DMA11_Y_MODIFY() bfin_read16(DMA11_Y_MODIFY) | ||
821 | #define bfin_write_DMA11_Y_MODIFY(val) bfin_write16(DMA11_Y_MODIFY, val) | ||
822 | #define bfin_read_DMA11_CURR_DESC_PTR() bfin_readPTR(DMA11_CURR_DESC_PTR) | ||
823 | #define bfin_write_DMA11_CURR_DESC_PTR(val) bfin_writePTR(DMA11_CURR_DESC_PTR, val) | ||
824 | #define bfin_read_DMA11_CURR_ADDR() bfin_readPTR(DMA11_CURR_ADDR) | ||
825 | #define bfin_write_DMA11_CURR_ADDR(val) bfin_writePTR(DMA11_CURR_ADDR, val) | ||
826 | #define bfin_read_DMA11_IRQ_STATUS() bfin_read16(DMA11_IRQ_STATUS) | ||
827 | #define bfin_write_DMA11_IRQ_STATUS(val) bfin_write16(DMA11_IRQ_STATUS, val) | ||
828 | #define bfin_read_DMA11_PERIPHERAL_MAP() bfin_read16(DMA11_PERIPHERAL_MAP) | ||
829 | #define bfin_write_DMA11_PERIPHERAL_MAP(val) bfin_write16(DMA11_PERIPHERAL_MAP, val) | ||
830 | #define bfin_read_DMA11_CURR_X_COUNT() bfin_read16(DMA11_CURR_X_COUNT) | ||
831 | #define bfin_write_DMA11_CURR_X_COUNT(val) bfin_write16(DMA11_CURR_X_COUNT, val) | ||
832 | #define bfin_read_DMA11_CURR_Y_COUNT() bfin_read16(DMA11_CURR_Y_COUNT) | ||
833 | #define bfin_write_DMA11_CURR_Y_COUNT(val) bfin_write16(DMA11_CURR_Y_COUNT, val) | ||
834 | #define bfin_read_DMA12_NEXT_DESC_PTR() bfin_readPTR(DMA12_NEXT_DESC_PTR) | ||
835 | #define bfin_write_DMA12_NEXT_DESC_PTR(val) bfin_writePTR(DMA12_NEXT_DESC_PTR, val) | ||
836 | #define bfin_read_DMA12_START_ADDR() bfin_readPTR(DMA12_START_ADDR) | ||
837 | #define bfin_write_DMA12_START_ADDR(val) bfin_writePTR(DMA12_START_ADDR, val) | ||
838 | #define bfin_read_DMA12_CONFIG() bfin_read16(DMA12_CONFIG) | ||
839 | #define bfin_write_DMA12_CONFIG(val) bfin_write16(DMA12_CONFIG, val) | ||
840 | #define bfin_read_DMA12_X_COUNT() bfin_read16(DMA12_X_COUNT) | ||
841 | #define bfin_write_DMA12_X_COUNT(val) bfin_write16(DMA12_X_COUNT, val) | ||
842 | #define bfin_read_DMA12_X_MODIFY() bfin_read16(DMA12_X_MODIFY) | ||
843 | #define bfin_write_DMA12_X_MODIFY(val) bfin_write16(DMA12_X_MODIFY, val) | ||
844 | #define bfin_read_DMA12_Y_COUNT() bfin_read16(DMA12_Y_COUNT) | ||
845 | #define bfin_write_DMA12_Y_COUNT(val) bfin_write16(DMA12_Y_COUNT, val) | ||
846 | #define bfin_read_DMA12_Y_MODIFY() bfin_read16(DMA12_Y_MODIFY) | ||
847 | #define bfin_write_DMA12_Y_MODIFY(val) bfin_write16(DMA12_Y_MODIFY, val) | ||
848 | #define bfin_read_DMA12_CURR_DESC_PTR() bfin_readPTR(DMA12_CURR_DESC_PTR) | ||
849 | #define bfin_write_DMA12_CURR_DESC_PTR(val) bfin_writePTR(DMA12_CURR_DESC_PTR, val) | ||
850 | #define bfin_read_DMA12_CURR_ADDR() bfin_readPTR(DMA12_CURR_ADDR) | ||
851 | #define bfin_write_DMA12_CURR_ADDR(val) bfin_writePTR(DMA12_CURR_ADDR, val) | ||
852 | #define bfin_read_DMA12_IRQ_STATUS() bfin_read16(DMA12_IRQ_STATUS) | ||
853 | #define bfin_write_DMA12_IRQ_STATUS(val) bfin_write16(DMA12_IRQ_STATUS, val) | ||
854 | #define bfin_read_DMA12_PERIPHERAL_MAP() bfin_read16(DMA12_PERIPHERAL_MAP) | ||
855 | #define bfin_write_DMA12_PERIPHERAL_MAP(val) bfin_write16(DMA12_PERIPHERAL_MAP, val) | ||
856 | #define bfin_read_DMA12_CURR_X_COUNT() bfin_read16(DMA12_CURR_X_COUNT) | ||
857 | #define bfin_write_DMA12_CURR_X_COUNT(val) bfin_write16(DMA12_CURR_X_COUNT, val) | ||
858 | #define bfin_read_DMA12_CURR_Y_COUNT() bfin_read16(DMA12_CURR_Y_COUNT) | ||
859 | #define bfin_write_DMA12_CURR_Y_COUNT(val) bfin_write16(DMA12_CURR_Y_COUNT, val) | ||
860 | #define bfin_read_DMA13_NEXT_DESC_PTR() bfin_readPTR(DMA13_NEXT_DESC_PTR) | ||
861 | #define bfin_write_DMA13_NEXT_DESC_PTR(val) bfin_writePTR(DMA13_NEXT_DESC_PTR, val) | ||
862 | #define bfin_read_DMA13_START_ADDR() bfin_readPTR(DMA13_START_ADDR) | ||
863 | #define bfin_write_DMA13_START_ADDR(val) bfin_writePTR(DMA13_START_ADDR, val) | ||
864 | #define bfin_read_DMA13_CONFIG() bfin_read16(DMA13_CONFIG) | ||
865 | #define bfin_write_DMA13_CONFIG(val) bfin_write16(DMA13_CONFIG, val) | ||
866 | #define bfin_read_DMA13_X_COUNT() bfin_read16(DMA13_X_COUNT) | ||
867 | #define bfin_write_DMA13_X_COUNT(val) bfin_write16(DMA13_X_COUNT, val) | ||
868 | #define bfin_read_DMA13_X_MODIFY() bfin_read16(DMA13_X_MODIFY) | ||
869 | #define bfin_write_DMA13_X_MODIFY(val) bfin_write16(DMA13_X_MODIFY, val) | ||
870 | #define bfin_read_DMA13_Y_COUNT() bfin_read16(DMA13_Y_COUNT) | ||
871 | #define bfin_write_DMA13_Y_COUNT(val) bfin_write16(DMA13_Y_COUNT, val) | ||
872 | #define bfin_read_DMA13_Y_MODIFY() bfin_read16(DMA13_Y_MODIFY) | ||
873 | #define bfin_write_DMA13_Y_MODIFY(val) bfin_write16(DMA13_Y_MODIFY, val) | ||
874 | #define bfin_read_DMA13_CURR_DESC_PTR() bfin_readPTR(DMA13_CURR_DESC_PTR) | ||
875 | #define bfin_write_DMA13_CURR_DESC_PTR(val) bfin_writePTR(DMA13_CURR_DESC_PTR, val) | ||
876 | #define bfin_read_DMA13_CURR_ADDR() bfin_readPTR(DMA13_CURR_ADDR) | ||
877 | #define bfin_write_DMA13_CURR_ADDR(val) bfin_writePTR(DMA13_CURR_ADDR, val) | ||
878 | #define bfin_read_DMA13_IRQ_STATUS() bfin_read16(DMA13_IRQ_STATUS) | ||
879 | #define bfin_write_DMA13_IRQ_STATUS(val) bfin_write16(DMA13_IRQ_STATUS, val) | ||
880 | #define bfin_read_DMA13_PERIPHERAL_MAP() bfin_read16(DMA13_PERIPHERAL_MAP) | ||
881 | #define bfin_write_DMA13_PERIPHERAL_MAP(val) bfin_write16(DMA13_PERIPHERAL_MAP, val) | ||
882 | #define bfin_read_DMA13_CURR_X_COUNT() bfin_read16(DMA13_CURR_X_COUNT) | ||
883 | #define bfin_write_DMA13_CURR_X_COUNT(val) bfin_write16(DMA13_CURR_X_COUNT, val) | ||
884 | #define bfin_read_DMA13_CURR_Y_COUNT() bfin_read16(DMA13_CURR_Y_COUNT) | ||
885 | #define bfin_write_DMA13_CURR_Y_COUNT(val) bfin_write16(DMA13_CURR_Y_COUNT, val) | ||
886 | #define bfin_read_DMA14_NEXT_DESC_PTR() bfin_readPTR(DMA14_NEXT_DESC_PTR) | ||
887 | #define bfin_write_DMA14_NEXT_DESC_PTR(val) bfin_writePTR(DMA14_NEXT_DESC_PTR, val) | ||
888 | #define bfin_read_DMA14_START_ADDR() bfin_readPTR(DMA14_START_ADDR) | ||
889 | #define bfin_write_DMA14_START_ADDR(val) bfin_writePTR(DMA14_START_ADDR, val) | ||
890 | #define bfin_read_DMA14_CONFIG() bfin_read16(DMA14_CONFIG) | ||
891 | #define bfin_write_DMA14_CONFIG(val) bfin_write16(DMA14_CONFIG, val) | ||
892 | #define bfin_read_DMA14_X_COUNT() bfin_read16(DMA14_X_COUNT) | ||
893 | #define bfin_write_DMA14_X_COUNT(val) bfin_write16(DMA14_X_COUNT, val) | ||
894 | #define bfin_read_DMA14_X_MODIFY() bfin_read16(DMA14_X_MODIFY) | ||
895 | #define bfin_write_DMA14_X_MODIFY(val) bfin_write16(DMA14_X_MODIFY, val) | ||
896 | #define bfin_read_DMA14_Y_COUNT() bfin_read16(DMA14_Y_COUNT) | ||
897 | #define bfin_write_DMA14_Y_COUNT(val) bfin_write16(DMA14_Y_COUNT, val) | ||
898 | #define bfin_read_DMA14_Y_MODIFY() bfin_read16(DMA14_Y_MODIFY) | ||
899 | #define bfin_write_DMA14_Y_MODIFY(val) bfin_write16(DMA14_Y_MODIFY, val) | ||
900 | #define bfin_read_DMA14_CURR_DESC_PTR() bfin_readPTR(DMA14_CURR_DESC_PTR) | ||
901 | #define bfin_write_DMA14_CURR_DESC_PTR(val) bfin_writePTR(DMA14_CURR_DESC_PTR, val) | ||
902 | #define bfin_read_DMA14_CURR_ADDR() bfin_readPTR(DMA14_CURR_ADDR) | ||
903 | #define bfin_write_DMA14_CURR_ADDR(val) bfin_writePTR(DMA14_CURR_ADDR, val) | ||
904 | #define bfin_read_DMA14_IRQ_STATUS() bfin_read16(DMA14_IRQ_STATUS) | ||
905 | #define bfin_write_DMA14_IRQ_STATUS(val) bfin_write16(DMA14_IRQ_STATUS, val) | ||
906 | #define bfin_read_DMA14_PERIPHERAL_MAP() bfin_read16(DMA14_PERIPHERAL_MAP) | ||
907 | #define bfin_write_DMA14_PERIPHERAL_MAP(val) bfin_write16(DMA14_PERIPHERAL_MAP, val) | ||
908 | #define bfin_read_DMA14_CURR_X_COUNT() bfin_read16(DMA14_CURR_X_COUNT) | ||
909 | #define bfin_write_DMA14_CURR_X_COUNT(val) bfin_write16(DMA14_CURR_X_COUNT, val) | ||
910 | #define bfin_read_DMA14_CURR_Y_COUNT() bfin_read16(DMA14_CURR_Y_COUNT) | ||
911 | #define bfin_write_DMA14_CURR_Y_COUNT(val) bfin_write16(DMA14_CURR_Y_COUNT, val) | ||
912 | #define bfin_read_DMA15_NEXT_DESC_PTR() bfin_readPTR(DMA15_NEXT_DESC_PTR) | ||
913 | #define bfin_write_DMA15_NEXT_DESC_PTR(val) bfin_writePTR(DMA15_NEXT_DESC_PTR, val) | ||
914 | #define bfin_read_DMA15_START_ADDR() bfin_readPTR(DMA15_START_ADDR) | ||
915 | #define bfin_write_DMA15_START_ADDR(val) bfin_writePTR(DMA15_START_ADDR, val) | ||
916 | #define bfin_read_DMA15_CONFIG() bfin_read16(DMA15_CONFIG) | ||
917 | #define bfin_write_DMA15_CONFIG(val) bfin_write16(DMA15_CONFIG, val) | ||
918 | #define bfin_read_DMA15_X_COUNT() bfin_read16(DMA15_X_COUNT) | ||
919 | #define bfin_write_DMA15_X_COUNT(val) bfin_write16(DMA15_X_COUNT, val) | ||
920 | #define bfin_read_DMA15_X_MODIFY() bfin_read16(DMA15_X_MODIFY) | ||
921 | #define bfin_write_DMA15_X_MODIFY(val) bfin_write16(DMA15_X_MODIFY, val) | ||
922 | #define bfin_read_DMA15_Y_COUNT() bfin_read16(DMA15_Y_COUNT) | ||
923 | #define bfin_write_DMA15_Y_COUNT(val) bfin_write16(DMA15_Y_COUNT, val) | ||
924 | #define bfin_read_DMA15_Y_MODIFY() bfin_read16(DMA15_Y_MODIFY) | ||
925 | #define bfin_write_DMA15_Y_MODIFY(val) bfin_write16(DMA15_Y_MODIFY, val) | ||
926 | #define bfin_read_DMA15_CURR_DESC_PTR() bfin_readPTR(DMA15_CURR_DESC_PTR) | ||
927 | #define bfin_write_DMA15_CURR_DESC_PTR(val) bfin_writePTR(DMA15_CURR_DESC_PTR, val) | ||
928 | #define bfin_read_DMA15_CURR_ADDR() bfin_readPTR(DMA15_CURR_ADDR) | ||
929 | #define bfin_write_DMA15_CURR_ADDR(val) bfin_writePTR(DMA15_CURR_ADDR, val) | ||
930 | #define bfin_read_DMA15_IRQ_STATUS() bfin_read16(DMA15_IRQ_STATUS) | ||
931 | #define bfin_write_DMA15_IRQ_STATUS(val) bfin_write16(DMA15_IRQ_STATUS, val) | ||
932 | #define bfin_read_DMA15_PERIPHERAL_MAP() bfin_read16(DMA15_PERIPHERAL_MAP) | ||
933 | #define bfin_write_DMA15_PERIPHERAL_MAP(val) bfin_write16(DMA15_PERIPHERAL_MAP, val) | ||
934 | #define bfin_read_DMA15_CURR_X_COUNT() bfin_read16(DMA15_CURR_X_COUNT) | ||
935 | #define bfin_write_DMA15_CURR_X_COUNT(val) bfin_write16(DMA15_CURR_X_COUNT, val) | ||
936 | #define bfin_read_DMA15_CURR_Y_COUNT() bfin_read16(DMA15_CURR_Y_COUNT) | ||
937 | #define bfin_write_DMA15_CURR_Y_COUNT(val) bfin_write16(DMA15_CURR_Y_COUNT, val) | ||
938 | #define bfin_read_DMA16_NEXT_DESC_PTR() bfin_readPTR(DMA16_NEXT_DESC_PTR) | ||
939 | #define bfin_write_DMA16_NEXT_DESC_PTR(val) bfin_writePTR(DMA16_NEXT_DESC_PTR, val) | ||
940 | #define bfin_read_DMA16_START_ADDR() bfin_readPTR(DMA16_START_ADDR) | ||
941 | #define bfin_write_DMA16_START_ADDR(val) bfin_writePTR(DMA16_START_ADDR, val) | ||
942 | #define bfin_read_DMA16_CONFIG() bfin_read16(DMA16_CONFIG) | ||
943 | #define bfin_write_DMA16_CONFIG(val) bfin_write16(DMA16_CONFIG, val) | ||
944 | #define bfin_read_DMA16_X_COUNT() bfin_read16(DMA16_X_COUNT) | ||
945 | #define bfin_write_DMA16_X_COUNT(val) bfin_write16(DMA16_X_COUNT, val) | ||
946 | #define bfin_read_DMA16_X_MODIFY() bfin_read16(DMA16_X_MODIFY) | ||
947 | #define bfin_write_DMA16_X_MODIFY(val) bfin_write16(DMA16_X_MODIFY, val) | ||
948 | #define bfin_read_DMA16_Y_COUNT() bfin_read16(DMA16_Y_COUNT) | ||
949 | #define bfin_write_DMA16_Y_COUNT(val) bfin_write16(DMA16_Y_COUNT, val) | ||
950 | #define bfin_read_DMA16_Y_MODIFY() bfin_read16(DMA16_Y_MODIFY) | ||
951 | #define bfin_write_DMA16_Y_MODIFY(val) bfin_write16(DMA16_Y_MODIFY, val) | ||
952 | #define bfin_read_DMA16_CURR_DESC_PTR() bfin_readPTR(DMA16_CURR_DESC_PTR) | ||
953 | #define bfin_write_DMA16_CURR_DESC_PTR(val) bfin_writePTR(DMA16_CURR_DESC_PTR, val) | ||
954 | #define bfin_read_DMA16_CURR_ADDR() bfin_readPTR(DMA16_CURR_ADDR) | ||
955 | #define bfin_write_DMA16_CURR_ADDR(val) bfin_writePTR(DMA16_CURR_ADDR, val) | ||
956 | #define bfin_read_DMA16_IRQ_STATUS() bfin_read16(DMA16_IRQ_STATUS) | ||
957 | #define bfin_write_DMA16_IRQ_STATUS(val) bfin_write16(DMA16_IRQ_STATUS, val) | ||
958 | #define bfin_read_DMA16_PERIPHERAL_MAP() bfin_read16(DMA16_PERIPHERAL_MAP) | ||
959 | #define bfin_write_DMA16_PERIPHERAL_MAP(val) bfin_write16(DMA16_PERIPHERAL_MAP, val) | ||
960 | #define bfin_read_DMA16_CURR_X_COUNT() bfin_read16(DMA16_CURR_X_COUNT) | ||
961 | #define bfin_write_DMA16_CURR_X_COUNT(val) bfin_write16(DMA16_CURR_X_COUNT, val) | ||
962 | #define bfin_read_DMA16_CURR_Y_COUNT() bfin_read16(DMA16_CURR_Y_COUNT) | ||
963 | #define bfin_write_DMA16_CURR_Y_COUNT(val) bfin_write16(DMA16_CURR_Y_COUNT, val) | ||
964 | #define bfin_read_DMA17_NEXT_DESC_PTR() bfin_readPTR(DMA17_NEXT_DESC_PTR) | ||
965 | #define bfin_write_DMA17_NEXT_DESC_PTR(val) bfin_writePTR(DMA17_NEXT_DESC_PTR, val) | ||
966 | #define bfin_read_DMA17_START_ADDR() bfin_readPTR(DMA17_START_ADDR) | ||
967 | #define bfin_write_DMA17_START_ADDR(val) bfin_writePTR(DMA17_START_ADDR, val) | ||
968 | #define bfin_read_DMA17_CONFIG() bfin_read16(DMA17_CONFIG) | ||
969 | #define bfin_write_DMA17_CONFIG(val) bfin_write16(DMA17_CONFIG, val) | ||
970 | #define bfin_read_DMA17_X_COUNT() bfin_read16(DMA17_X_COUNT) | ||
971 | #define bfin_write_DMA17_X_COUNT(val) bfin_write16(DMA17_X_COUNT, val) | ||
972 | #define bfin_read_DMA17_X_MODIFY() bfin_read16(DMA17_X_MODIFY) | ||
973 | #define bfin_write_DMA17_X_MODIFY(val) bfin_write16(DMA17_X_MODIFY, val) | ||
974 | #define bfin_read_DMA17_Y_COUNT() bfin_read16(DMA17_Y_COUNT) | ||
975 | #define bfin_write_DMA17_Y_COUNT(val) bfin_write16(DMA17_Y_COUNT, val) | ||
976 | #define bfin_read_DMA17_Y_MODIFY() bfin_read16(DMA17_Y_MODIFY) | ||
977 | #define bfin_write_DMA17_Y_MODIFY(val) bfin_write16(DMA17_Y_MODIFY, val) | ||
978 | #define bfin_read_DMA17_CURR_DESC_PTR() bfin_readPTR(DMA17_CURR_DESC_PTR) | ||
979 | #define bfin_write_DMA17_CURR_DESC_PTR(val) bfin_writePTR(DMA17_CURR_DESC_PTR, val) | ||
980 | #define bfin_read_DMA17_CURR_ADDR() bfin_readPTR(DMA17_CURR_ADDR) | ||
981 | #define bfin_write_DMA17_CURR_ADDR(val) bfin_writePTR(DMA17_CURR_ADDR, val) | ||
982 | #define bfin_read_DMA17_IRQ_STATUS() bfin_read16(DMA17_IRQ_STATUS) | ||
983 | #define bfin_write_DMA17_IRQ_STATUS(val) bfin_write16(DMA17_IRQ_STATUS, val) | ||
984 | #define bfin_read_DMA17_PERIPHERAL_MAP() bfin_read16(DMA17_PERIPHERAL_MAP) | ||
985 | #define bfin_write_DMA17_PERIPHERAL_MAP(val) bfin_write16(DMA17_PERIPHERAL_MAP, val) | ||
986 | #define bfin_read_DMA17_CURR_X_COUNT() bfin_read16(DMA17_CURR_X_COUNT) | ||
987 | #define bfin_write_DMA17_CURR_X_COUNT(val) bfin_write16(DMA17_CURR_X_COUNT, val) | ||
988 | #define bfin_read_DMA17_CURR_Y_COUNT() bfin_read16(DMA17_CURR_Y_COUNT) | ||
989 | #define bfin_write_DMA17_CURR_Y_COUNT(val) bfin_write16(DMA17_CURR_Y_COUNT, val) | ||
990 | #define bfin_read_DMA18_NEXT_DESC_PTR() bfin_readPTR(DMA18_NEXT_DESC_PTR) | ||
991 | #define bfin_write_DMA18_NEXT_DESC_PTR(val) bfin_writePTR(DMA18_NEXT_DESC_PTR, val) | ||
992 | #define bfin_read_DMA18_START_ADDR() bfin_readPTR(DMA18_START_ADDR) | ||
993 | #define bfin_write_DMA18_START_ADDR(val) bfin_writePTR(DMA18_START_ADDR, val) | ||
994 | #define bfin_read_DMA18_CONFIG() bfin_read16(DMA18_CONFIG) | ||
995 | #define bfin_write_DMA18_CONFIG(val) bfin_write16(DMA18_CONFIG, val) | ||
996 | #define bfin_read_DMA18_X_COUNT() bfin_read16(DMA18_X_COUNT) | ||
997 | #define bfin_write_DMA18_X_COUNT(val) bfin_write16(DMA18_X_COUNT, val) | ||
998 | #define bfin_read_DMA18_X_MODIFY() bfin_read16(DMA18_X_MODIFY) | ||
999 | #define bfin_write_DMA18_X_MODIFY(val) bfin_write16(DMA18_X_MODIFY, val) | ||
1000 | #define bfin_read_DMA18_Y_COUNT() bfin_read16(DMA18_Y_COUNT) | ||
1001 | #define bfin_write_DMA18_Y_COUNT(val) bfin_write16(DMA18_Y_COUNT, val) | ||
1002 | #define bfin_read_DMA18_Y_MODIFY() bfin_read16(DMA18_Y_MODIFY) | ||
1003 | #define bfin_write_DMA18_Y_MODIFY(val) bfin_write16(DMA18_Y_MODIFY, val) | ||
1004 | #define bfin_read_DMA18_CURR_DESC_PTR() bfin_readPTR(DMA18_CURR_DESC_PTR) | ||
1005 | #define bfin_write_DMA18_CURR_DESC_PTR(val) bfin_writePTR(DMA18_CURR_DESC_PTR, val) | ||
1006 | #define bfin_read_DMA18_CURR_ADDR() bfin_readPTR(DMA18_CURR_ADDR) | ||
1007 | #define bfin_write_DMA18_CURR_ADDR(val) bfin_writePTR(DMA18_CURR_ADDR, val) | ||
1008 | #define bfin_read_DMA18_IRQ_STATUS() bfin_read16(DMA18_IRQ_STATUS) | ||
1009 | #define bfin_write_DMA18_IRQ_STATUS(val) bfin_write16(DMA18_IRQ_STATUS, val) | ||
1010 | #define bfin_read_DMA18_PERIPHERAL_MAP() bfin_read16(DMA18_PERIPHERAL_MAP) | ||
1011 | #define bfin_write_DMA18_PERIPHERAL_MAP(val) bfin_write16(DMA18_PERIPHERAL_MAP, val) | ||
1012 | #define bfin_read_DMA18_CURR_X_COUNT() bfin_read16(DMA18_CURR_X_COUNT) | ||
1013 | #define bfin_write_DMA18_CURR_X_COUNT(val) bfin_write16(DMA18_CURR_X_COUNT, val) | ||
1014 | #define bfin_read_DMA18_CURR_Y_COUNT() bfin_read16(DMA18_CURR_Y_COUNT) | ||
1015 | #define bfin_write_DMA18_CURR_Y_COUNT(val) bfin_write16(DMA18_CURR_Y_COUNT, val) | ||
1016 | #define bfin_read_DMA19_NEXT_DESC_PTR() bfin_readPTR(DMA19_NEXT_DESC_PTR) | ||
1017 | #define bfin_write_DMA19_NEXT_DESC_PTR(val) bfin_writePTR(DMA19_NEXT_DESC_PTR, val) | ||
1018 | #define bfin_read_DMA19_START_ADDR() bfin_readPTR(DMA19_START_ADDR) | ||
1019 | #define bfin_write_DMA19_START_ADDR(val) bfin_writePTR(DMA19_START_ADDR, val) | ||
1020 | #define bfin_read_DMA19_CONFIG() bfin_read16(DMA19_CONFIG) | ||
1021 | #define bfin_write_DMA19_CONFIG(val) bfin_write16(DMA19_CONFIG, val) | ||
1022 | #define bfin_read_DMA19_X_COUNT() bfin_read16(DMA19_X_COUNT) | ||
1023 | #define bfin_write_DMA19_X_COUNT(val) bfin_write16(DMA19_X_COUNT, val) | ||
1024 | #define bfin_read_DMA19_X_MODIFY() bfin_read16(DMA19_X_MODIFY) | ||
1025 | #define bfin_write_DMA19_X_MODIFY(val) bfin_write16(DMA19_X_MODIFY, val) | ||
1026 | #define bfin_read_DMA19_Y_COUNT() bfin_read16(DMA19_Y_COUNT) | ||
1027 | #define bfin_write_DMA19_Y_COUNT(val) bfin_write16(DMA19_Y_COUNT, val) | ||
1028 | #define bfin_read_DMA19_Y_MODIFY() bfin_read16(DMA19_Y_MODIFY) | ||
1029 | #define bfin_write_DMA19_Y_MODIFY(val) bfin_write16(DMA19_Y_MODIFY, val) | ||
1030 | #define bfin_read_DMA19_CURR_DESC_PTR() bfin_readPTR(DMA19_CURR_DESC_PTR) | ||
1031 | #define bfin_write_DMA19_CURR_DESC_PTR(val) bfin_writePTR(DMA19_CURR_DESC_PTR, val) | ||
1032 | #define bfin_read_DMA19_CURR_ADDR() bfin_readPTR(DMA19_CURR_ADDR) | ||
1033 | #define bfin_write_DMA19_CURR_ADDR(val) bfin_writePTR(DMA19_CURR_ADDR, val) | ||
1034 | #define bfin_read_DMA19_IRQ_STATUS() bfin_read16(DMA19_IRQ_STATUS) | ||
1035 | #define bfin_write_DMA19_IRQ_STATUS(val) bfin_write16(DMA19_IRQ_STATUS, val) | ||
1036 | #define bfin_read_DMA19_PERIPHERAL_MAP() bfin_read16(DMA19_PERIPHERAL_MAP) | ||
1037 | #define bfin_write_DMA19_PERIPHERAL_MAP(val) bfin_write16(DMA19_PERIPHERAL_MAP, val) | ||
1038 | #define bfin_read_DMA19_CURR_X_COUNT() bfin_read16(DMA19_CURR_X_COUNT) | ||
1039 | #define bfin_write_DMA19_CURR_X_COUNT(val) bfin_write16(DMA19_CURR_X_COUNT, val) | ||
1040 | #define bfin_read_DMA19_CURR_Y_COUNT() bfin_read16(DMA19_CURR_Y_COUNT) | ||
1041 | #define bfin_write_DMA19_CURR_Y_COUNT(val) bfin_write16(DMA19_CURR_Y_COUNT, val) | ||
1042 | #define bfin_read_MDMA0_D0_NEXT_DESC_PTR() bfin_readPTR(MDMA0_D0_NEXT_DESC_PTR) | ||
1043 | #define bfin_write_MDMA0_D0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_D0_NEXT_DESC_PTR, val) | ||
1044 | #define bfin_read_MDMA0_D0_START_ADDR() bfin_readPTR(MDMA0_D0_START_ADDR) | ||
1045 | #define bfin_write_MDMA0_D0_START_ADDR(val) bfin_writePTR(MDMA0_D0_START_ADDR, val) | ||
1046 | #define bfin_read_MDMA0_D0_CONFIG() bfin_read16(MDMA0_D0_CONFIG) | ||
1047 | #define bfin_write_MDMA0_D0_CONFIG(val) bfin_write16(MDMA0_D0_CONFIG, val) | ||
1048 | #define bfin_read_MDMA0_D0_X_COUNT() bfin_read16(MDMA0_D0_X_COUNT) | ||
1049 | #define bfin_write_MDMA0_D0_X_COUNT(val) bfin_write16(MDMA0_D0_X_COUNT, val) | ||
1050 | #define bfin_read_MDMA0_D0_X_MODIFY() bfin_read16(MDMA0_D0_X_MODIFY) | ||
1051 | #define bfin_write_MDMA0_D0_X_MODIFY(val) bfin_write16(MDMA0_D0_X_MODIFY, val) | ||
1052 | #define bfin_read_MDMA0_D0_Y_COUNT() bfin_read16(MDMA0_D0_Y_COUNT) | ||
1053 | #define bfin_write_MDMA0_D0_Y_COUNT(val) bfin_write16(MDMA0_D0_Y_COUNT, val) | ||
1054 | #define bfin_read_MDMA0_D0_Y_MODIFY() bfin_read16(MDMA0_D0_Y_MODIFY) | ||
1055 | #define bfin_write_MDMA0_D0_Y_MODIFY(val) bfin_write16(MDMA0_D0_Y_MODIFY, val) | ||
1056 | #define bfin_read_MDMA0_D0_CURR_DESC_PTR() bfin_readPTR(MDMA0_D0_CURR_DESC_PTR) | ||
1057 | #define bfin_write_MDMA0_D0_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_D0_CURR_DESC_PTR, val) | ||
1058 | #define bfin_read_MDMA0_D0_CURR_ADDR() bfin_readPTR(MDMA0_D0_CURR_ADDR) | ||
1059 | #define bfin_write_MDMA0_D0_CURR_ADDR(val) bfin_writePTR(MDMA0_D0_CURR_ADDR, val) | ||
1060 | #define bfin_read_MDMA0_D0_IRQ_STATUS() bfin_read16(MDMA0_D0_IRQ_STATUS) | ||
1061 | #define bfin_write_MDMA0_D0_IRQ_STATUS(val) bfin_write16(MDMA0_D0_IRQ_STATUS, val) | ||
1062 | #define bfin_read_MDMA0_D0_PERIPHERAL_MAP() bfin_read16(MDMA0_D0_PERIPHERAL_MAP) | ||
1063 | #define bfin_write_MDMA0_D0_PERIPHERAL_MAP(val) bfin_write16(MDMA0_D0_PERIPHERAL_MAP, val) | ||
1064 | #define bfin_read_MDMA0_D0_CURR_X_COUNT() bfin_read16(MDMA0_D0_CURR_X_COUNT) | ||
1065 | #define bfin_write_MDMA0_D0_CURR_X_COUNT(val) bfin_write16(MDMA0_D0_CURR_X_COUNT, val) | ||
1066 | #define bfin_read_MDMA0_D0_CURR_Y_COUNT() bfin_read16(MDMA0_D0_CURR_Y_COUNT) | ||
1067 | #define bfin_write_MDMA0_D0_CURR_Y_COUNT(val) bfin_write16(MDMA0_D0_CURR_Y_COUNT, val) | ||
1068 | #define bfin_read_MDMA0_S0_NEXT_DESC_PTR() bfin_readPTR(MDMA0_S0_NEXT_DESC_PTR) | ||
1069 | #define bfin_write_MDMA0_S0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_S0_NEXT_DESC_PTR, val) | ||
1070 | #define bfin_read_MDMA0_S0_START_ADDR() bfin_readPTR(MDMA0_S0_START_ADDR) | ||
1071 | #define bfin_write_MDMA0_S0_START_ADDR(val) bfin_writePTR(MDMA0_S0_START_ADDR, val) | ||
1072 | #define bfin_read_MDMA0_S0_CONFIG() bfin_read16(MDMA0_S0_CONFIG) | ||
1073 | #define bfin_write_MDMA0_S0_CONFIG(val) bfin_write16(MDMA0_S0_CONFIG, val) | ||
1074 | #define bfin_read_MDMA0_S0_X_COUNT() bfin_read16(MDMA0_S0_X_COUNT) | ||
1075 | #define bfin_write_MDMA0_S0_X_COUNT(val) bfin_write16(MDMA0_S0_X_COUNT, val) | ||
1076 | #define bfin_read_MDMA0_S0_X_MODIFY() bfin_read16(MDMA0_S0_X_MODIFY) | ||
1077 | #define bfin_write_MDMA0_S0_X_MODIFY(val) bfin_write16(MDMA0_S0_X_MODIFY, val) | ||
1078 | #define bfin_read_MDMA0_S0_Y_COUNT() bfin_read16(MDMA0_S0_Y_COUNT) | ||
1079 | #define bfin_write_MDMA0_S0_Y_COUNT(val) bfin_write16(MDMA0_S0_Y_COUNT, val) | ||
1080 | #define bfin_read_MDMA0_S0_Y_MODIFY() bfin_read16(MDMA0_S0_Y_MODIFY) | ||
1081 | #define bfin_write_MDMA0_S0_Y_MODIFY(val) bfin_write16(MDMA0_S0_Y_MODIFY, val) | ||
1082 | #define bfin_read_MDMA0_S0_CURR_DESC_PTR() bfin_readPTR(MDMA0_S0_CURR_DESC_PTR) | ||
1083 | #define bfin_write_MDMA0_S0_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_S0_CURR_DESC_PTR, val) | ||
1084 | #define bfin_read_MDMA0_S0_CURR_ADDR() bfin_readPTR(MDMA0_S0_CURR_ADDR) | ||
1085 | #define bfin_write_MDMA0_S0_CURR_ADDR(val) bfin_writePTR(MDMA0_S0_CURR_ADDR, val) | ||
1086 | #define bfin_read_MDMA0_S0_IRQ_STATUS() bfin_read16(MDMA0_S0_IRQ_STATUS) | ||
1087 | #define bfin_write_MDMA0_S0_IRQ_STATUS(val) bfin_write16(MDMA0_S0_IRQ_STATUS, val) | ||
1088 | #define bfin_read_MDMA0_S0_PERIPHERAL_MAP() bfin_read16(MDMA0_S0_PERIPHERAL_MAP) | ||
1089 | #define bfin_write_MDMA0_S0_PERIPHERAL_MAP(val) bfin_write16(MDMA0_S0_PERIPHERAL_MAP, val) | ||
1090 | #define bfin_read_MDMA0_S0_CURR_X_COUNT() bfin_read16(MDMA0_S0_CURR_X_COUNT) | ||
1091 | #define bfin_write_MDMA0_S0_CURR_X_COUNT(val) bfin_write16(MDMA0_S0_CURR_X_COUNT, val) | ||
1092 | #define bfin_read_MDMA0_S0_CURR_Y_COUNT() bfin_read16(MDMA0_S0_CURR_Y_COUNT) | ||
1093 | #define bfin_write_MDMA0_S0_CURR_Y_COUNT(val) bfin_write16(MDMA0_S0_CURR_Y_COUNT, val) | ||
1094 | #define bfin_read_MDMA0_D1_NEXT_DESC_PTR() bfin_readPTR(MDMA0_D1_NEXT_DESC_PTR) | ||
1095 | #define bfin_write_MDMA0_D1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_D1_NEXT_DESC_PTR, val) | ||
1096 | #define bfin_read_MDMA0_D1_START_ADDR() bfin_readPTR(MDMA0_D1_START_ADDR) | ||
1097 | #define bfin_write_MDMA0_D1_START_ADDR(val) bfin_writePTR(MDMA0_D1_START_ADDR, val) | ||
1098 | #define bfin_read_MDMA0_D1_CONFIG() bfin_read16(MDMA0_D1_CONFIG) | ||
1099 | #define bfin_write_MDMA0_D1_CONFIG(val) bfin_write16(MDMA0_D1_CONFIG, val) | ||
1100 | #define bfin_read_MDMA0_D1_X_COUNT() bfin_read16(MDMA0_D1_X_COUNT) | ||
1101 | #define bfin_write_MDMA0_D1_X_COUNT(val) bfin_write16(MDMA0_D1_X_COUNT, val) | ||
1102 | #define bfin_read_MDMA0_D1_X_MODIFY() bfin_read16(MDMA0_D1_X_MODIFY) | ||
1103 | #define bfin_write_MDMA0_D1_X_MODIFY(val) bfin_write16(MDMA0_D1_X_MODIFY, val) | ||
1104 | #define bfin_read_MDMA0_D1_Y_COUNT() bfin_read16(MDMA0_D1_Y_COUNT) | ||
1105 | #define bfin_write_MDMA0_D1_Y_COUNT(val) bfin_write16(MDMA0_D1_Y_COUNT, val) | ||
1106 | #define bfin_read_MDMA0_D1_Y_MODIFY() bfin_read16(MDMA0_D1_Y_MODIFY) | ||
1107 | #define bfin_write_MDMA0_D1_Y_MODIFY(val) bfin_write16(MDMA0_D1_Y_MODIFY, val) | ||
1108 | #define bfin_read_MDMA0_D1_CURR_DESC_PTR() bfin_readPTR(MDMA0_D1_CURR_DESC_PTR) | ||
1109 | #define bfin_write_MDMA0_D1_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_D1_CURR_DESC_PTR, val) | ||
1110 | #define bfin_read_MDMA0_D1_CURR_ADDR() bfin_readPTR(MDMA0_D1_CURR_ADDR) | ||
1111 | #define bfin_write_MDMA0_D1_CURR_ADDR(val) bfin_writePTR(MDMA0_D1_CURR_ADDR, val) | ||
1112 | #define bfin_read_MDMA0_D1_IRQ_STATUS() bfin_read16(MDMA0_D1_IRQ_STATUS) | ||
1113 | #define bfin_write_MDMA0_D1_IRQ_STATUS(val) bfin_write16(MDMA0_D1_IRQ_STATUS, val) | ||
1114 | #define bfin_read_MDMA0_D1_PERIPHERAL_MAP() bfin_read16(MDMA0_D1_PERIPHERAL_MAP) | ||
1115 | #define bfin_write_MDMA0_D1_PERIPHERAL_MAP(val) bfin_write16(MDMA0_D1_PERIPHERAL_MAP, val) | ||
1116 | #define bfin_read_MDMA0_D1_CURR_X_COUNT() bfin_read16(MDMA0_D1_CURR_X_COUNT) | ||
1117 | #define bfin_write_MDMA0_D1_CURR_X_COUNT(val) bfin_write16(MDMA0_D1_CURR_X_COUNT, val) | ||
1118 | #define bfin_read_MDMA0_D1_CURR_Y_COUNT() bfin_read16(MDMA0_D1_CURR_Y_COUNT) | ||
1119 | #define bfin_write_MDMA0_D1_CURR_Y_COUNT(val) bfin_write16(MDMA0_D1_CURR_Y_COUNT, val) | ||
1120 | #define bfin_read_MDMA0_S1_NEXT_DESC_PTR() bfin_readPTR(MDMA0_S1_NEXT_DESC_PTR) | ||
1121 | #define bfin_write_MDMA0_S1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA0_S1_NEXT_DESC_PTR, val) | ||
1122 | #define bfin_read_MDMA0_S1_START_ADDR() bfin_readPTR(MDMA0_S1_START_ADDR) | ||
1123 | #define bfin_write_MDMA0_S1_START_ADDR(val) bfin_writePTR(MDMA0_S1_START_ADDR, val) | ||
1124 | #define bfin_read_MDMA0_S1_CONFIG() bfin_read16(MDMA0_S1_CONFIG) | ||
1125 | #define bfin_write_MDMA0_S1_CONFIG(val) bfin_write16(MDMA0_S1_CONFIG, val) | ||
1126 | #define bfin_read_MDMA0_S1_X_COUNT() bfin_read16(MDMA0_S1_X_COUNT) | ||
1127 | #define bfin_write_MDMA0_S1_X_COUNT(val) bfin_write16(MDMA0_S1_X_COUNT, val) | ||
1128 | #define bfin_read_MDMA0_S1_X_MODIFY() bfin_read16(MDMA0_S1_X_MODIFY) | ||
1129 | #define bfin_write_MDMA0_S1_X_MODIFY(val) bfin_write16(MDMA0_S1_X_MODIFY, val) | ||
1130 | #define bfin_read_MDMA0_S1_Y_COUNT() bfin_read16(MDMA0_S1_Y_COUNT) | ||
1131 | #define bfin_write_MDMA0_S1_Y_COUNT(val) bfin_write16(MDMA0_S1_Y_COUNT, val) | ||
1132 | #define bfin_read_MDMA0_S1_Y_MODIFY() bfin_read16(MDMA0_S1_Y_MODIFY) | ||
1133 | #define bfin_write_MDMA0_S1_Y_MODIFY(val) bfin_write16(MDMA0_S1_Y_MODIFY, val) | ||
1134 | #define bfin_read_MDMA0_S1_CURR_DESC_PTR() bfin_readPTR(MDMA0_S1_CURR_DESC_PTR) | ||
1135 | #define bfin_write_MDMA0_S1_CURR_DESC_PTR(val) bfin_writePTR(MDMA0_S1_CURR_DESC_PTR, val) | ||
1136 | #define bfin_read_MDMA0_S1_CURR_ADDR() bfin_readPTR(MDMA0_S1_CURR_ADDR) | ||
1137 | #define bfin_write_MDMA0_S1_CURR_ADDR(val) bfin_writePTR(MDMA0_S1_CURR_ADDR, val) | ||
1138 | #define bfin_read_MDMA0_S1_IRQ_STATUS() bfin_read16(MDMA0_S1_IRQ_STATUS) | ||
1139 | #define bfin_write_MDMA0_S1_IRQ_STATUS(val) bfin_write16(MDMA0_S1_IRQ_STATUS, val) | ||
1140 | #define bfin_read_MDMA0_S1_PERIPHERAL_MAP() bfin_read16(MDMA0_S1_PERIPHERAL_MAP) | ||
1141 | #define bfin_write_MDMA0_S1_PERIPHERAL_MAP(val) bfin_write16(MDMA0_S1_PERIPHERAL_MAP, val) | ||
1142 | #define bfin_read_MDMA0_S1_CURR_X_COUNT() bfin_read16(MDMA0_S1_CURR_X_COUNT) | ||
1143 | #define bfin_write_MDMA0_S1_CURR_X_COUNT(val) bfin_write16(MDMA0_S1_CURR_X_COUNT, val) | ||
1144 | #define bfin_read_MDMA0_S1_CURR_Y_COUNT() bfin_read16(MDMA0_S1_CURR_Y_COUNT) | ||
1145 | #define bfin_write_MDMA0_S1_CURR_Y_COUNT(val) bfin_write16(MDMA0_S1_CURR_Y_COUNT, val) | ||
1146 | #define bfin_read_MDMA1_D0_NEXT_DESC_PTR() bfin_readPTR(MDMA1_D0_NEXT_DESC_PTR) | ||
1147 | #define bfin_write_MDMA1_D0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_D0_NEXT_DESC_PTR, val) | ||
1148 | #define bfin_read_MDMA1_D0_START_ADDR() bfin_readPTR(MDMA1_D0_START_ADDR) | ||
1149 | #define bfin_write_MDMA1_D0_START_ADDR(val) bfin_writePTR(MDMA1_D0_START_ADDR, val) | ||
1150 | #define bfin_read_MDMA1_D0_CONFIG() bfin_read16(MDMA1_D0_CONFIG) | ||
1151 | #define bfin_write_MDMA1_D0_CONFIG(val) bfin_write16(MDMA1_D0_CONFIG, val) | ||
1152 | #define bfin_read_MDMA1_D0_X_COUNT() bfin_read16(MDMA1_D0_X_COUNT) | ||
1153 | #define bfin_write_MDMA1_D0_X_COUNT(val) bfin_write16(MDMA1_D0_X_COUNT, val) | ||
1154 | #define bfin_read_MDMA1_D0_X_MODIFY() bfin_read16(MDMA1_D0_X_MODIFY) | ||
1155 | #define bfin_write_MDMA1_D0_X_MODIFY(val) bfin_write16(MDMA1_D0_X_MODIFY, val) | ||
1156 | #define bfin_read_MDMA1_D0_Y_COUNT() bfin_read16(MDMA1_D0_Y_COUNT) | ||
1157 | #define bfin_write_MDMA1_D0_Y_COUNT(val) bfin_write16(MDMA1_D0_Y_COUNT, val) | ||
1158 | #define bfin_read_MDMA1_D0_Y_MODIFY() bfin_read16(MDMA1_D0_Y_MODIFY) | ||
1159 | #define bfin_write_MDMA1_D0_Y_MODIFY(val) bfin_write16(MDMA1_D0_Y_MODIFY, val) | ||
1160 | #define bfin_read_MDMA1_D0_CURR_DESC_PTR() bfin_readPTR(MDMA1_D0_CURR_DESC_PTR) | ||
1161 | #define bfin_write_MDMA1_D0_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_D0_CURR_DESC_PTR, val) | ||
1162 | #define bfin_read_MDMA1_D0_CURR_ADDR() bfin_readPTR(MDMA1_D0_CURR_ADDR) | ||
1163 | #define bfin_write_MDMA1_D0_CURR_ADDR(val) bfin_writePTR(MDMA1_D0_CURR_ADDR, val) | ||
1164 | #define bfin_read_MDMA1_D0_IRQ_STATUS() bfin_read16(MDMA1_D0_IRQ_STATUS) | ||
1165 | #define bfin_write_MDMA1_D0_IRQ_STATUS(val) bfin_write16(MDMA1_D0_IRQ_STATUS, val) | ||
1166 | #define bfin_read_MDMA1_D0_PERIPHERAL_MAP() bfin_read16(MDMA1_D0_PERIPHERAL_MAP) | ||
1167 | #define bfin_write_MDMA1_D0_PERIPHERAL_MAP(val) bfin_write16(MDMA1_D0_PERIPHERAL_MAP, val) | ||
1168 | #define bfin_read_MDMA1_D0_CURR_X_COUNT() bfin_read16(MDMA1_D0_CURR_X_COUNT) | ||
1169 | #define bfin_write_MDMA1_D0_CURR_X_COUNT(val) bfin_write16(MDMA1_D0_CURR_X_COUNT, val) | ||
1170 | #define bfin_read_MDMA1_D0_CURR_Y_COUNT() bfin_read16(MDMA1_D0_CURR_Y_COUNT) | ||
1171 | #define bfin_write_MDMA1_D0_CURR_Y_COUNT(val) bfin_write16(MDMA1_D0_CURR_Y_COUNT, val) | ||
1172 | #define bfin_read_MDMA1_S0_NEXT_DESC_PTR() bfin_readPTR(MDMA1_S0_NEXT_DESC_PTR) | ||
1173 | #define bfin_write_MDMA1_S0_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_S0_NEXT_DESC_PTR, val) | ||
1174 | #define bfin_read_MDMA1_S0_START_ADDR() bfin_readPTR(MDMA1_S0_START_ADDR) | ||
1175 | #define bfin_write_MDMA1_S0_START_ADDR(val) bfin_writePTR(MDMA1_S0_START_ADDR, val) | ||
1176 | #define bfin_read_MDMA1_S0_CONFIG() bfin_read16(MDMA1_S0_CONFIG) | ||
1177 | #define bfin_write_MDMA1_S0_CONFIG(val) bfin_write16(MDMA1_S0_CONFIG, val) | ||
1178 | #define bfin_read_MDMA1_S0_X_COUNT() bfin_read16(MDMA1_S0_X_COUNT) | ||
1179 | #define bfin_write_MDMA1_S0_X_COUNT(val) bfin_write16(MDMA1_S0_X_COUNT, val) | ||
1180 | #define bfin_read_MDMA1_S0_X_MODIFY() bfin_read16(MDMA1_S0_X_MODIFY) | ||
1181 | #define bfin_write_MDMA1_S0_X_MODIFY(val) bfin_write16(MDMA1_S0_X_MODIFY, val) | ||
1182 | #define bfin_read_MDMA1_S0_Y_COUNT() bfin_read16(MDMA1_S0_Y_COUNT) | ||
1183 | #define bfin_write_MDMA1_S0_Y_COUNT(val) bfin_write16(MDMA1_S0_Y_COUNT, val) | ||
1184 | #define bfin_read_MDMA1_S0_Y_MODIFY() bfin_read16(MDMA1_S0_Y_MODIFY) | ||
1185 | #define bfin_write_MDMA1_S0_Y_MODIFY(val) bfin_write16(MDMA1_S0_Y_MODIFY, val) | ||
1186 | #define bfin_read_MDMA1_S0_CURR_DESC_PTR() bfin_readPTR(MDMA1_S0_CURR_DESC_PTR) | ||
1187 | #define bfin_write_MDMA1_S0_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_S0_CURR_DESC_PTR, val) | ||
1188 | #define bfin_read_MDMA1_S0_CURR_ADDR() bfin_readPTR(MDMA1_S0_CURR_ADDR) | ||
1189 | #define bfin_write_MDMA1_S0_CURR_ADDR(val) bfin_writePTR(MDMA1_S0_CURR_ADDR, val) | ||
1190 | #define bfin_read_MDMA1_S0_IRQ_STATUS() bfin_read16(MDMA1_S0_IRQ_STATUS) | ||
1191 | #define bfin_write_MDMA1_S0_IRQ_STATUS(val) bfin_write16(MDMA1_S0_IRQ_STATUS, val) | ||
1192 | #define bfin_read_MDMA1_S0_PERIPHERAL_MAP() bfin_read16(MDMA1_S0_PERIPHERAL_MAP) | ||
1193 | #define bfin_write_MDMA1_S0_PERIPHERAL_MAP(val) bfin_write16(MDMA1_S0_PERIPHERAL_MAP, val) | ||
1194 | #define bfin_read_MDMA1_S0_CURR_X_COUNT() bfin_read16(MDMA1_S0_CURR_X_COUNT) | ||
1195 | #define bfin_write_MDMA1_S0_CURR_X_COUNT(val) bfin_write16(MDMA1_S0_CURR_X_COUNT, val) | ||
1196 | #define bfin_read_MDMA1_S0_CURR_Y_COUNT() bfin_read16(MDMA1_S0_CURR_Y_COUNT) | ||
1197 | #define bfin_write_MDMA1_S0_CURR_Y_COUNT(val) bfin_write16(MDMA1_S0_CURR_Y_COUNT, val) | ||
1198 | #define bfin_read_MDMA1_D1_NEXT_DESC_PTR() bfin_readPTR(MDMA1_D1_NEXT_DESC_PTR) | ||
1199 | #define bfin_write_MDMA1_D1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_D1_NEXT_DESC_PTR, val) | ||
1200 | #define bfin_read_MDMA1_D1_START_ADDR() bfin_readPTR(MDMA1_D1_START_ADDR) | ||
1201 | #define bfin_write_MDMA1_D1_START_ADDR(val) bfin_writePTR(MDMA1_D1_START_ADDR, val) | ||
1202 | #define bfin_read_MDMA1_D1_CONFIG() bfin_read16(MDMA1_D1_CONFIG) | ||
1203 | #define bfin_write_MDMA1_D1_CONFIG(val) bfin_write16(MDMA1_D1_CONFIG, val) | ||
1204 | #define bfin_read_MDMA1_D1_X_COUNT() bfin_read16(MDMA1_D1_X_COUNT) | ||
1205 | #define bfin_write_MDMA1_D1_X_COUNT(val) bfin_write16(MDMA1_D1_X_COUNT, val) | ||
1206 | #define bfin_read_MDMA1_D1_X_MODIFY() bfin_read16(MDMA1_D1_X_MODIFY) | ||
1207 | #define bfin_write_MDMA1_D1_X_MODIFY(val) bfin_write16(MDMA1_D1_X_MODIFY, val) | ||
1208 | #define bfin_read_MDMA1_D1_Y_COUNT() bfin_read16(MDMA1_D1_Y_COUNT) | ||
1209 | #define bfin_write_MDMA1_D1_Y_COUNT(val) bfin_write16(MDMA1_D1_Y_COUNT, val) | ||
1210 | #define bfin_read_MDMA1_D1_Y_MODIFY() bfin_read16(MDMA1_D1_Y_MODIFY) | ||
1211 | #define bfin_write_MDMA1_D1_Y_MODIFY(val) bfin_write16(MDMA1_D1_Y_MODIFY, val) | ||
1212 | #define bfin_read_MDMA1_D1_CURR_DESC_PTR() bfin_readPTR(MDMA1_D1_CURR_DESC_PTR) | ||
1213 | #define bfin_write_MDMA1_D1_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_D1_CURR_DESC_PTR, val) | ||
1214 | #define bfin_read_MDMA1_D1_CURR_ADDR() bfin_readPTR(MDMA1_D1_CURR_ADDR) | ||
1215 | #define bfin_write_MDMA1_D1_CURR_ADDR(val) bfin_writePTR(MDMA1_D1_CURR_ADDR, val) | ||
1216 | #define bfin_read_MDMA1_D1_IRQ_STATUS() bfin_read16(MDMA1_D1_IRQ_STATUS) | ||
1217 | #define bfin_write_MDMA1_D1_IRQ_STATUS(val) bfin_write16(MDMA1_D1_IRQ_STATUS, val) | ||
1218 | #define bfin_read_MDMA1_D1_PERIPHERAL_MAP() bfin_read16(MDMA1_D1_PERIPHERAL_MAP) | ||
1219 | #define bfin_write_MDMA1_D1_PERIPHERAL_MAP(val) bfin_write16(MDMA1_D1_PERIPHERAL_MAP, val) | ||
1220 | #define bfin_read_MDMA1_D1_CURR_X_COUNT() bfin_read16(MDMA1_D1_CURR_X_COUNT) | ||
1221 | #define bfin_write_MDMA1_D1_CURR_X_COUNT(val) bfin_write16(MDMA1_D1_CURR_X_COUNT, val) | ||
1222 | #define bfin_read_MDMA1_D1_CURR_Y_COUNT() bfin_read16(MDMA1_D1_CURR_Y_COUNT) | ||
1223 | #define bfin_write_MDMA1_D1_CURR_Y_COUNT(val) bfin_write16(MDMA1_D1_CURR_Y_COUNT, val) | ||
1224 | #define bfin_read_MDMA1_S1_NEXT_DESC_PTR() bfin_readPTR(MDMA1_S1_NEXT_DESC_PTR) | ||
1225 | #define bfin_write_MDMA1_S1_NEXT_DESC_PTR(val) bfin_writePTR(MDMA1_S1_NEXT_DESC_PTR, val) | ||
1226 | #define bfin_read_MDMA1_S1_START_ADDR() bfin_readPTR(MDMA1_S1_START_ADDR) | ||
1227 | #define bfin_write_MDMA1_S1_START_ADDR(val) bfin_writePTR(MDMA1_S1_START_ADDR, val) | ||
1228 | #define bfin_read_MDMA1_S1_CONFIG() bfin_read16(MDMA1_S1_CONFIG) | ||
1229 | #define bfin_write_MDMA1_S1_CONFIG(val) bfin_write16(MDMA1_S1_CONFIG, val) | ||
1230 | #define bfin_read_MDMA1_S1_X_COUNT() bfin_read16(MDMA1_S1_X_COUNT) | ||
1231 | #define bfin_write_MDMA1_S1_X_COUNT(val) bfin_write16(MDMA1_S1_X_COUNT, val) | ||
1232 | #define bfin_read_MDMA1_S1_X_MODIFY() bfin_read16(MDMA1_S1_X_MODIFY) | ||
1233 | #define bfin_write_MDMA1_S1_X_MODIFY(val) bfin_write16(MDMA1_S1_X_MODIFY, val) | ||
1234 | #define bfin_read_MDMA1_S1_Y_COUNT() bfin_read16(MDMA1_S1_Y_COUNT) | ||
1235 | #define bfin_write_MDMA1_S1_Y_COUNT(val) bfin_write16(MDMA1_S1_Y_COUNT, val) | ||
1236 | #define bfin_read_MDMA1_S1_Y_MODIFY() bfin_read16(MDMA1_S1_Y_MODIFY) | ||
1237 | #define bfin_write_MDMA1_S1_Y_MODIFY(val) bfin_write16(MDMA1_S1_Y_MODIFY, val) | ||
1238 | #define bfin_read_MDMA1_S1_CURR_DESC_PTR() bfin_readPTR(MDMA1_S1_CURR_DESC_PTR) | ||
1239 | #define bfin_write_MDMA1_S1_CURR_DESC_PTR(val) bfin_writePTR(MDMA1_S1_CURR_DESC_PTR, val) | ||
1240 | #define bfin_read_MDMA1_S1_CURR_ADDR() bfin_readPTR(MDMA1_S1_CURR_ADDR) | ||
1241 | #define bfin_write_MDMA1_S1_CURR_ADDR(val) bfin_writePTR(MDMA1_S1_CURR_ADDR, val) | ||
1242 | #define bfin_read_MDMA1_S1_IRQ_STATUS() bfin_read16(MDMA1_S1_IRQ_STATUS) | ||
1243 | #define bfin_write_MDMA1_S1_IRQ_STATUS(val) bfin_write16(MDMA1_S1_IRQ_STATUS, val) | ||
1244 | #define bfin_read_MDMA1_S1_PERIPHERAL_MAP() bfin_read16(MDMA1_S1_PERIPHERAL_MAP) | ||
1245 | #define bfin_write_MDMA1_S1_PERIPHERAL_MAP(val) bfin_write16(MDMA1_S1_PERIPHERAL_MAP, val) | ||
1246 | #define bfin_read_MDMA1_S1_CURR_X_COUNT() bfin_read16(MDMA1_S1_CURR_X_COUNT) | ||
1247 | #define bfin_write_MDMA1_S1_CURR_X_COUNT(val) bfin_write16(MDMA1_S1_CURR_X_COUNT, val) | ||
1248 | #define bfin_read_MDMA1_S1_CURR_Y_COUNT() bfin_read16(MDMA1_S1_CURR_Y_COUNT) | ||
1249 | #define bfin_write_MDMA1_S1_CURR_Y_COUNT(val) bfin_write16(MDMA1_S1_CURR_Y_COUNT, val) | ||
1250 | #define bfin_read_PPI_CONTROL() bfin_read16(PPI_CONTROL) | ||
1251 | #define bfin_write_PPI_CONTROL(val) bfin_write16(PPI_CONTROL, val) | ||
1252 | #define bfin_read_PPI_STATUS() bfin_read16(PPI_STATUS) | ||
1253 | #define bfin_write_PPI_STATUS(val) bfin_write16(PPI_STATUS, val) | ||
1254 | #define bfin_read_PPI_DELAY() bfin_read16(PPI_DELAY) | ||
1255 | #define bfin_write_PPI_DELAY(val) bfin_write16(PPI_DELAY, val) | ||
1256 | #define bfin_read_PPI_COUNT() bfin_read16(PPI_COUNT) | ||
1257 | #define bfin_write_PPI_COUNT(val) bfin_write16(PPI_COUNT, val) | ||
1258 | #define bfin_read_PPI_FRAME() bfin_read16(PPI_FRAME) | ||
1259 | #define bfin_write_PPI_FRAME(val) bfin_write16(PPI_FRAME, val) | ||
1260 | #define bfin_read_TWI0_CLKDIV() bfin_read16(TWI0_CLKDIV) | ||
1261 | #define bfin_write_TWI0_CLKDIV(val) bfin_write16(TWI0_CLKDIV, val) | ||
1262 | #define bfin_read_TWI0_CONTROL() bfin_read16(TWI0_CONTROL) | ||
1263 | #define bfin_write_TWI0_CONTROL(val) bfin_write16(TWI0_CONTROL, val) | ||
1264 | #define bfin_read_TWI0_SLAVE_CTRL() bfin_read16(TWI0_SLAVE_CTRL) | ||
1265 | #define bfin_write_TWI0_SLAVE_CTRL(val) bfin_write16(TWI0_SLAVE_CTRL, val) | ||
1266 | #define bfin_read_TWI0_SLAVE_STAT() bfin_read16(TWI0_SLAVE_STAT) | ||
1267 | #define bfin_write_TWI0_SLAVE_STAT(val) bfin_write16(TWI0_SLAVE_STAT, val) | ||
1268 | #define bfin_read_TWI0_SLAVE_ADDR() bfin_read16(TWI0_SLAVE_ADDR) | ||
1269 | #define bfin_write_TWI0_SLAVE_ADDR(val) bfin_write16(TWI0_SLAVE_ADDR, val) | ||
1270 | #define bfin_read_TWI0_MASTER_CTL() bfin_read16(TWI0_MASTER_CTL) | ||
1271 | #define bfin_write_TWI0_MASTER_CTL(val) bfin_write16(TWI0_MASTER_CTL, val) | ||
1272 | #define bfin_read_TWI0_MASTER_STAT() bfin_read16(TWI0_MASTER_STAT) | ||
1273 | #define bfin_write_TWI0_MASTER_STAT(val) bfin_write16(TWI0_MASTER_STAT, val) | ||
1274 | #define bfin_read_TWI0_MASTER_ADDR() bfin_read16(TWI0_MASTER_ADDR) | ||
1275 | #define bfin_write_TWI0_MASTER_ADDR(val) bfin_write16(TWI0_MASTER_ADDR, val) | ||
1276 | #define bfin_read_TWI0_INT_STAT() bfin_read16(TWI0_INT_STAT) | ||
1277 | #define bfin_write_TWI0_INT_STAT(val) bfin_write16(TWI0_INT_STAT, val) | ||
1278 | #define bfin_read_TWI0_INT_MASK() bfin_read16(TWI0_INT_MASK) | ||
1279 | #define bfin_write_TWI0_INT_MASK(val) bfin_write16(TWI0_INT_MASK, val) | ||
1280 | #define bfin_read_TWI0_FIFO_CTL() bfin_read16(TWI0_FIFO_CTL) | ||
1281 | #define bfin_write_TWI0_FIFO_CTL(val) bfin_write16(TWI0_FIFO_CTL, val) | ||
1282 | #define bfin_read_TWI0_FIFO_STAT() bfin_read16(TWI0_FIFO_STAT) | ||
1283 | #define bfin_write_TWI0_FIFO_STAT(val) bfin_write16(TWI0_FIFO_STAT, val) | ||
1284 | #define bfin_read_TWI0_XMT_DATA8() bfin_read16(TWI0_XMT_DATA8) | ||
1285 | #define bfin_write_TWI0_XMT_DATA8(val) bfin_write16(TWI0_XMT_DATA8, val) | ||
1286 | #define bfin_read_TWI0_XMT_DATA16() bfin_read16(TWI0_XMT_DATA16) | ||
1287 | #define bfin_write_TWI0_XMT_DATA16(val) bfin_write16(TWI0_XMT_DATA16, val) | ||
1288 | #define bfin_read_TWI0_RCV_DATA8() bfin_read16(TWI0_RCV_DATA8) | ||
1289 | #define bfin_write_TWI0_RCV_DATA8(val) bfin_write16(TWI0_RCV_DATA8, val) | ||
1290 | #define bfin_read_TWI0_RCV_DATA16() bfin_read16(TWI0_RCV_DATA16) | ||
1291 | #define bfin_write_TWI0_RCV_DATA16(val) bfin_write16(TWI0_RCV_DATA16, val) | ||
1292 | #define bfin_read_TWI1_CLKDIV() bfin_read16(TWI1_CLKDIV) | ||
1293 | #define bfin_write_TWI1_CLKDIV(val) bfin_write16(TWI1_CLKDIV, val) | ||
1294 | #define bfin_read_TWI1_CONTROL() bfin_read16(TWI1_CONTROL) | ||
1295 | #define bfin_write_TWI1_CONTROL(val) bfin_write16(TWI1_CONTROL, val) | ||
1296 | #define bfin_read_TWI1_SLAVE_CTRL() bfin_read16(TWI1_SLAVE_CTRL) | ||
1297 | #define bfin_write_TWI1_SLAVE_CTRL(val) bfin_write16(TWI1_SLAVE_CTRL, val) | ||
1298 | #define bfin_read_TWI1_SLAVE_STAT() bfin_read16(TWI1_SLAVE_STAT) | ||
1299 | #define bfin_write_TWI1_SLAVE_STAT(val) bfin_write16(TWI1_SLAVE_STAT, val) | ||
1300 | #define bfin_read_TWI1_SLAVE_ADDR() bfin_read16(TWI1_SLAVE_ADDR) | ||
1301 | #define bfin_write_TWI1_SLAVE_ADDR(val) bfin_write16(TWI1_SLAVE_ADDR, val) | ||
1302 | #define bfin_read_TWI1_MASTER_CTL() bfin_read16(TWI1_MASTER_CTL) | ||
1303 | #define bfin_write_TWI1_MASTER_CTL(val) bfin_write16(TWI1_MASTER_CTL, val) | ||
1304 | #define bfin_read_TWI1_MASTER_STAT() bfin_read16(TWI1_MASTER_STAT) | ||
1305 | #define bfin_write_TWI1_MASTER_STAT(val) bfin_write16(TWI1_MASTER_STAT, val) | ||
1306 | #define bfin_read_TWI1_MASTER_ADDR() bfin_read16(TWI1_MASTER_ADDR) | ||
1307 | #define bfin_write_TWI1_MASTER_ADDR(val) bfin_write16(TWI1_MASTER_ADDR, val) | ||
1308 | #define bfin_read_TWI1_INT_STAT() bfin_read16(TWI1_INT_STAT) | ||
1309 | #define bfin_write_TWI1_INT_STAT(val) bfin_write16(TWI1_INT_STAT, val) | ||
1310 | #define bfin_read_TWI1_INT_MASK() bfin_read16(TWI1_INT_MASK) | ||
1311 | #define bfin_write_TWI1_INT_MASK(val) bfin_write16(TWI1_INT_MASK, val) | ||
1312 | #define bfin_read_TWI1_FIFO_CTL() bfin_read16(TWI1_FIFO_CTL) | ||
1313 | #define bfin_write_TWI1_FIFO_CTL(val) bfin_write16(TWI1_FIFO_CTL, val) | ||
1314 | #define bfin_read_TWI1_FIFO_STAT() bfin_read16(TWI1_FIFO_STAT) | ||
1315 | #define bfin_write_TWI1_FIFO_STAT(val) bfin_write16(TWI1_FIFO_STAT, val) | ||
1316 | #define bfin_read_TWI1_XMT_DATA8() bfin_read16(TWI1_XMT_DATA8) | ||
1317 | #define bfin_write_TWI1_XMT_DATA8(val) bfin_write16(TWI1_XMT_DATA8, val) | ||
1318 | #define bfin_read_TWI1_XMT_DATA16() bfin_read16(TWI1_XMT_DATA16) | ||
1319 | #define bfin_write_TWI1_XMT_DATA16(val) bfin_write16(TWI1_XMT_DATA16, val) | ||
1320 | #define bfin_read_TWI1_RCV_DATA8() bfin_read16(TWI1_RCV_DATA8) | ||
1321 | #define bfin_write_TWI1_RCV_DATA8(val) bfin_write16(TWI1_RCV_DATA8, val) | ||
1322 | #define bfin_read_TWI1_RCV_DATA16() bfin_read16(TWI1_RCV_DATA16) | ||
1323 | #define bfin_write_TWI1_RCV_DATA16(val) bfin_write16(TWI1_RCV_DATA16, val) | ||
1324 | #define bfin_read_CAN_MC1() bfin_read16(CAN_MC1) | ||
1325 | #define bfin_write_CAN_MC1(val) bfin_write16(CAN_MC1, val) | ||
1326 | #define bfin_read_CAN_MD1() bfin_read16(CAN_MD1) | ||
1327 | #define bfin_write_CAN_MD1(val) bfin_write16(CAN_MD1, val) | ||
1328 | #define bfin_read_CAN_TRS1() bfin_read16(CAN_TRS1) | ||
1329 | #define bfin_write_CAN_TRS1(val) bfin_write16(CAN_TRS1, val) | ||
1330 | #define bfin_read_CAN_TRR1() bfin_read16(CAN_TRR1) | ||
1331 | #define bfin_write_CAN_TRR1(val) bfin_write16(CAN_TRR1, val) | ||
1332 | #define bfin_read_CAN_TA1() bfin_read16(CAN_TA1) | ||
1333 | #define bfin_write_CAN_TA1(val) bfin_write16(CAN_TA1, val) | ||
1334 | #define bfin_read_CAN_AA1() bfin_read16(CAN_AA1) | ||
1335 | #define bfin_write_CAN_AA1(val) bfin_write16(CAN_AA1, val) | ||
1336 | #define bfin_read_CAN_RMP1() bfin_read16(CAN_RMP1) | ||
1337 | #define bfin_write_CAN_RMP1(val) bfin_write16(CAN_RMP1, val) | ||
1338 | #define bfin_read_CAN_RML1() bfin_read16(CAN_RML1) | ||
1339 | #define bfin_write_CAN_RML1(val) bfin_write16(CAN_RML1, val) | ||
1340 | #define bfin_read_CAN_MBTIF1() bfin_read16(CAN_MBTIF1) | ||
1341 | #define bfin_write_CAN_MBTIF1(val) bfin_write16(CAN_MBTIF1, val) | ||
1342 | #define bfin_read_CAN_MBRIF1() bfin_read16(CAN_MBRIF1) | ||
1343 | #define bfin_write_CAN_MBRIF1(val) bfin_write16(CAN_MBRIF1, val) | ||
1344 | #define bfin_read_CAN_MBIM1() bfin_read16(CAN_MBIM1) | ||
1345 | #define bfin_write_CAN_MBIM1(val) bfin_write16(CAN_MBIM1, val) | ||
1346 | #define bfin_read_CAN_RFH1() bfin_read16(CAN_RFH1) | ||
1347 | #define bfin_write_CAN_RFH1(val) bfin_write16(CAN_RFH1, val) | ||
1348 | #define bfin_read_CAN_OPSS1() bfin_read16(CAN_OPSS1) | ||
1349 | #define bfin_write_CAN_OPSS1(val) bfin_write16(CAN_OPSS1, val) | ||
1350 | #define bfin_read_CAN_MC2() bfin_read16(CAN_MC2) | ||
1351 | #define bfin_write_CAN_MC2(val) bfin_write16(CAN_MC2, val) | ||
1352 | #define bfin_read_CAN_MD2() bfin_read16(CAN_MD2) | ||
1353 | #define bfin_write_CAN_MD2(val) bfin_write16(CAN_MD2, val) | ||
1354 | #define bfin_read_CAN_TRS2() bfin_read16(CAN_TRS2) | ||
1355 | #define bfin_write_CAN_TRS2(val) bfin_write16(CAN_TRS2, val) | ||
1356 | #define bfin_read_CAN_TRR2() bfin_read16(CAN_TRR2) | ||
1357 | #define bfin_write_CAN_TRR2(val) bfin_write16(CAN_TRR2, val) | ||
1358 | #define bfin_read_CAN_TA2() bfin_read16(CAN_TA2) | ||
1359 | #define bfin_write_CAN_TA2(val) bfin_write16(CAN_TA2, val) | ||
1360 | #define bfin_read_CAN_AA2() bfin_read16(CAN_AA2) | ||
1361 | #define bfin_write_CAN_AA2(val) bfin_write16(CAN_AA2, val) | ||
1362 | #define bfin_read_CAN_RMP2() bfin_read16(CAN_RMP2) | ||
1363 | #define bfin_write_CAN_RMP2(val) bfin_write16(CAN_RMP2, val) | ||
1364 | #define bfin_read_CAN_RML2() bfin_read16(CAN_RML2) | ||
1365 | #define bfin_write_CAN_RML2(val) bfin_write16(CAN_RML2, val) | ||
1366 | #define bfin_read_CAN_MBTIF2() bfin_read16(CAN_MBTIF2) | ||
1367 | #define bfin_write_CAN_MBTIF2(val) bfin_write16(CAN_MBTIF2, val) | ||
1368 | #define bfin_read_CAN_MBRIF2() bfin_read16(CAN_MBRIF2) | ||
1369 | #define bfin_write_CAN_MBRIF2(val) bfin_write16(CAN_MBRIF2, val) | ||
1370 | #define bfin_read_CAN_MBIM2() bfin_read16(CAN_MBIM2) | ||
1371 | #define bfin_write_CAN_MBIM2(val) bfin_write16(CAN_MBIM2, val) | ||
1372 | #define bfin_read_CAN_RFH2() bfin_read16(CAN_RFH2) | ||
1373 | #define bfin_write_CAN_RFH2(val) bfin_write16(CAN_RFH2, val) | ||
1374 | #define bfin_read_CAN_OPSS2() bfin_read16(CAN_OPSS2) | ||
1375 | #define bfin_write_CAN_OPSS2(val) bfin_write16(CAN_OPSS2, val) | ||
1376 | #define bfin_read_CAN_CLOCK() bfin_read16(CAN_CLOCK) | ||
1377 | #define bfin_write_CAN_CLOCK(val) bfin_write16(CAN_CLOCK, val) | ||
1378 | #define bfin_read_CAN_TIMING() bfin_read16(CAN_TIMING) | ||
1379 | #define bfin_write_CAN_TIMING(val) bfin_write16(CAN_TIMING, val) | ||
1380 | #define bfin_read_CAN_DEBUG() bfin_read16(CAN_DEBUG) | ||
1381 | #define bfin_write_CAN_DEBUG(val) bfin_write16(CAN_DEBUG, val) | ||
1382 | #define bfin_read_CAN_STATUS() bfin_read16(CAN_STATUS) | ||
1383 | #define bfin_write_CAN_STATUS(val) bfin_write16(CAN_STATUS, val) | ||
1384 | #define bfin_read_CAN_CEC() bfin_read16(CAN_CEC) | ||
1385 | #define bfin_write_CAN_CEC(val) bfin_write16(CAN_CEC, val) | ||
1386 | #define bfin_read_CAN_GIS() bfin_read16(CAN_GIS) | ||
1387 | #define bfin_write_CAN_GIS(val) bfin_write16(CAN_GIS, val) | ||
1388 | #define bfin_read_CAN_GIM() bfin_read16(CAN_GIM) | ||
1389 | #define bfin_write_CAN_GIM(val) bfin_write16(CAN_GIM, val) | ||
1390 | #define bfin_read_CAN_GIF() bfin_read16(CAN_GIF) | ||
1391 | #define bfin_write_CAN_GIF(val) bfin_write16(CAN_GIF, val) | ||
1392 | #define bfin_read_CAN_CONTROL() bfin_read16(CAN_CONTROL) | ||
1393 | #define bfin_write_CAN_CONTROL(val) bfin_write16(CAN_CONTROL, val) | ||
1394 | #define bfin_read_CAN_INTR() bfin_read16(CAN_INTR) | ||
1395 | #define bfin_write_CAN_INTR(val) bfin_write16(CAN_INTR, val) | ||
1396 | #define bfin_read_CAN_VERSION() bfin_read16(CAN_VERSION) | ||
1397 | #define bfin_write_CAN_VERSION(val) bfin_write16(CAN_VERSION, val) | ||
1398 | #define bfin_read_CAN_MBTD() bfin_read16(CAN_MBTD) | ||
1399 | #define bfin_write_CAN_MBTD(val) bfin_write16(CAN_MBTD, val) | ||
1400 | #define bfin_read_CAN_EWR() bfin_read16(CAN_EWR) | ||
1401 | #define bfin_write_CAN_EWR(val) bfin_write16(CAN_EWR, val) | ||
1402 | #define bfin_read_CAN_ESR() bfin_read16(CAN_ESR) | ||
1403 | #define bfin_write_CAN_ESR(val) bfin_write16(CAN_ESR, val) | ||
1404 | #define bfin_read_CAN_UCREG() bfin_read16(CAN_UCREG) | ||
1405 | #define bfin_write_CAN_UCREG(val) bfin_write16(CAN_UCREG, val) | ||
1406 | #define bfin_read_CAN_UCCNT() bfin_read16(CAN_UCCNT) | ||
1407 | #define bfin_write_CAN_UCCNT(val) bfin_write16(CAN_UCCNT, val) | ||
1408 | #define bfin_read_CAN_UCRC() bfin_read16(CAN_UCRC) | ||
1409 | #define bfin_write_CAN_UCRC(val) bfin_write16(CAN_UCRC, val) | ||
1410 | #define bfin_read_CAN_UCCNF() bfin_read16(CAN_UCCNF) | ||
1411 | #define bfin_write_CAN_UCCNF(val) bfin_write16(CAN_UCCNF, val) | ||
1412 | #define bfin_read_CAN_VERSION2() bfin_read16(CAN_VERSION2) | ||
1413 | #define bfin_write_CAN_VERSION2(val) bfin_write16(CAN_VERSION2, val) | ||
1414 | #define bfin_read_CAN_AM00L() bfin_read16(CAN_AM00L) | ||
1415 | #define bfin_write_CAN_AM00L(val) bfin_write16(CAN_AM00L, val) | ||
1416 | #define bfin_read_CAN_AM00H() bfin_read16(CAN_AM00H) | ||
1417 | #define bfin_write_CAN_AM00H(val) bfin_write16(CAN_AM00H, val) | ||
1418 | #define bfin_read_CAN_AM01L() bfin_read16(CAN_AM01L) | ||
1419 | #define bfin_write_CAN_AM01L(val) bfin_write16(CAN_AM01L, val) | ||
1420 | #define bfin_read_CAN_AM01H() bfin_read16(CAN_AM01H) | ||
1421 | #define bfin_write_CAN_AM01H(val) bfin_write16(CAN_AM01H, val) | ||
1422 | #define bfin_read_CAN_AM02L() bfin_read16(CAN_AM02L) | ||
1423 | #define bfin_write_CAN_AM02L(val) bfin_write16(CAN_AM02L, val) | ||
1424 | #define bfin_read_CAN_AM02H() bfin_read16(CAN_AM02H) | ||
1425 | #define bfin_write_CAN_AM02H(val) bfin_write16(CAN_AM02H, val) | ||
1426 | #define bfin_read_CAN_AM03L() bfin_read16(CAN_AM03L) | ||
1427 | #define bfin_write_CAN_AM03L(val) bfin_write16(CAN_AM03L, val) | ||
1428 | #define bfin_read_CAN_AM03H() bfin_read16(CAN_AM03H) | ||
1429 | #define bfin_write_CAN_AM03H(val) bfin_write16(CAN_AM03H, val) | ||
1430 | #define bfin_read_CAN_AM04L() bfin_read16(CAN_AM04L) | ||
1431 | #define bfin_write_CAN_AM04L(val) bfin_write16(CAN_AM04L, val) | ||
1432 | #define bfin_read_CAN_AM04H() bfin_read16(CAN_AM04H) | ||
1433 | #define bfin_write_CAN_AM04H(val) bfin_write16(CAN_AM04H, val) | ||
1434 | #define bfin_read_CAN_AM05L() bfin_read16(CAN_AM05L) | ||
1435 | #define bfin_write_CAN_AM05L(val) bfin_write16(CAN_AM05L, val) | ||
1436 | #define bfin_read_CAN_AM05H() bfin_read16(CAN_AM05H) | ||
1437 | #define bfin_write_CAN_AM05H(val) bfin_write16(CAN_AM05H, val) | ||
1438 | #define bfin_read_CAN_AM06L() bfin_read16(CAN_AM06L) | ||
1439 | #define bfin_write_CAN_AM06L(val) bfin_write16(CAN_AM06L, val) | ||
1440 | #define bfin_read_CAN_AM06H() bfin_read16(CAN_AM06H) | ||
1441 | #define bfin_write_CAN_AM06H(val) bfin_write16(CAN_AM06H, val) | ||
1442 | #define bfin_read_CAN_AM07L() bfin_read16(CAN_AM07L) | ||
1443 | #define bfin_write_CAN_AM07L(val) bfin_write16(CAN_AM07L, val) | ||
1444 | #define bfin_read_CAN_AM07H() bfin_read16(CAN_AM07H) | ||
1445 | #define bfin_write_CAN_AM07H(val) bfin_write16(CAN_AM07H, val) | ||
1446 | #define bfin_read_CAN_AM08L() bfin_read16(CAN_AM08L) | ||
1447 | #define bfin_write_CAN_AM08L(val) bfin_write16(CAN_AM08L, val) | ||
1448 | #define bfin_read_CAN_AM08H() bfin_read16(CAN_AM08H) | ||
1449 | #define bfin_write_CAN_AM08H(val) bfin_write16(CAN_AM08H, val) | ||
1450 | #define bfin_read_CAN_AM09L() bfin_read16(CAN_AM09L) | ||
1451 | #define bfin_write_CAN_AM09L(val) bfin_write16(CAN_AM09L, val) | ||
1452 | #define bfin_read_CAN_AM09H() bfin_read16(CAN_AM09H) | ||
1453 | #define bfin_write_CAN_AM09H(val) bfin_write16(CAN_AM09H, val) | ||
1454 | #define bfin_read_CAN_AM10L() bfin_read16(CAN_AM10L) | ||
1455 | #define bfin_write_CAN_AM10L(val) bfin_write16(CAN_AM10L, val) | ||
1456 | #define bfin_read_CAN_AM10H() bfin_read16(CAN_AM10H) | ||
1457 | #define bfin_write_CAN_AM10H(val) bfin_write16(CAN_AM10H, val) | ||
1458 | #define bfin_read_CAN_AM11L() bfin_read16(CAN_AM11L) | ||
1459 | #define bfin_write_CAN_AM11L(val) bfin_write16(CAN_AM11L, val) | ||
1460 | #define bfin_read_CAN_AM11H() bfin_read16(CAN_AM11H) | ||
1461 | #define bfin_write_CAN_AM11H(val) bfin_write16(CAN_AM11H, val) | ||
1462 | #define bfin_read_CAN_AM12L() bfin_read16(CAN_AM12L) | ||
1463 | #define bfin_write_CAN_AM12L(val) bfin_write16(CAN_AM12L, val) | ||
1464 | #define bfin_read_CAN_AM12H() bfin_read16(CAN_AM12H) | ||
1465 | #define bfin_write_CAN_AM12H(val) bfin_write16(CAN_AM12H, val) | ||
1466 | #define bfin_read_CAN_AM13L() bfin_read16(CAN_AM13L) | ||
1467 | #define bfin_write_CAN_AM13L(val) bfin_write16(CAN_AM13L, val) | ||
1468 | #define bfin_read_CAN_AM13H() bfin_read16(CAN_AM13H) | ||
1469 | #define bfin_write_CAN_AM13H(val) bfin_write16(CAN_AM13H, val) | ||
1470 | #define bfin_read_CAN_AM14L() bfin_read16(CAN_AM14L) | ||
1471 | #define bfin_write_CAN_AM14L(val) bfin_write16(CAN_AM14L, val) | ||
1472 | #define bfin_read_CAN_AM14H() bfin_read16(CAN_AM14H) | ||
1473 | #define bfin_write_CAN_AM14H(val) bfin_write16(CAN_AM14H, val) | ||
1474 | #define bfin_read_CAN_AM15L() bfin_read16(CAN_AM15L) | ||
1475 | #define bfin_write_CAN_AM15L(val) bfin_write16(CAN_AM15L, val) | ||
1476 | #define bfin_read_CAN_AM15H() bfin_read16(CAN_AM15H) | ||
1477 | #define bfin_write_CAN_AM15H(val) bfin_write16(CAN_AM15H, val) | ||
1478 | #define bfin_read_CAN_AM16L() bfin_read16(CAN_AM16L) | ||
1479 | #define bfin_write_CAN_AM16L(val) bfin_write16(CAN_AM16L, val) | ||
1480 | #define bfin_read_CAN_AM16H() bfin_read16(CAN_AM16H) | ||
1481 | #define bfin_write_CAN_AM16H(val) bfin_write16(CAN_AM16H, val) | ||
1482 | #define bfin_read_CAN_AM17L() bfin_read16(CAN_AM17L) | ||
1483 | #define bfin_write_CAN_AM17L(val) bfin_write16(CAN_AM17L, val) | ||
1484 | #define bfin_read_CAN_AM17H() bfin_read16(CAN_AM17H) | ||
1485 | #define bfin_write_CAN_AM17H(val) bfin_write16(CAN_AM17H, val) | ||
1486 | #define bfin_read_CAN_AM18L() bfin_read16(CAN_AM18L) | ||
1487 | #define bfin_write_CAN_AM18L(val) bfin_write16(CAN_AM18L, val) | ||
1488 | #define bfin_read_CAN_AM18H() bfin_read16(CAN_AM18H) | ||
1489 | #define bfin_write_CAN_AM18H(val) bfin_write16(CAN_AM18H, val) | ||
1490 | #define bfin_read_CAN_AM19L() bfin_read16(CAN_AM19L) | ||
1491 | #define bfin_write_CAN_AM19L(val) bfin_write16(CAN_AM19L, val) | ||
1492 | #define bfin_read_CAN_AM19H() bfin_read16(CAN_AM19H) | ||
1493 | #define bfin_write_CAN_AM19H(val) bfin_write16(CAN_AM19H, val) | ||
1494 | #define bfin_read_CAN_AM20L() bfin_read16(CAN_AM20L) | ||
1495 | #define bfin_write_CAN_AM20L(val) bfin_write16(CAN_AM20L, val) | ||
1496 | #define bfin_read_CAN_AM20H() bfin_read16(CAN_AM20H) | ||
1497 | #define bfin_write_CAN_AM20H(val) bfin_write16(CAN_AM20H, val) | ||
1498 | #define bfin_read_CAN_AM21L() bfin_read16(CAN_AM21L) | ||
1499 | #define bfin_write_CAN_AM21L(val) bfin_write16(CAN_AM21L, val) | ||
1500 | #define bfin_read_CAN_AM21H() bfin_read16(CAN_AM21H) | ||
1501 | #define bfin_write_CAN_AM21H(val) bfin_write16(CAN_AM21H, val) | ||
1502 | #define bfin_read_CAN_AM22L() bfin_read16(CAN_AM22L) | ||
1503 | #define bfin_write_CAN_AM22L(val) bfin_write16(CAN_AM22L, val) | ||
1504 | #define bfin_read_CAN_AM22H() bfin_read16(CAN_AM22H) | ||
1505 | #define bfin_write_CAN_AM22H(val) bfin_write16(CAN_AM22H, val) | ||
1506 | #define bfin_read_CAN_AM23L() bfin_read16(CAN_AM23L) | ||
1507 | #define bfin_write_CAN_AM23L(val) bfin_write16(CAN_AM23L, val) | ||
1508 | #define bfin_read_CAN_AM23H() bfin_read16(CAN_AM23H) | ||
1509 | #define bfin_write_CAN_AM23H(val) bfin_write16(CAN_AM23H, val) | ||
1510 | #define bfin_read_CAN_AM24L() bfin_read16(CAN_AM24L) | ||
1511 | #define bfin_write_CAN_AM24L(val) bfin_write16(CAN_AM24L, val) | ||
1512 | #define bfin_read_CAN_AM24H() bfin_read16(CAN_AM24H) | ||
1513 | #define bfin_write_CAN_AM24H(val) bfin_write16(CAN_AM24H, val) | ||
1514 | #define bfin_read_CAN_AM25L() bfin_read16(CAN_AM25L) | ||
1515 | #define bfin_write_CAN_AM25L(val) bfin_write16(CAN_AM25L, val) | ||
1516 | #define bfin_read_CAN_AM25H() bfin_read16(CAN_AM25H) | ||
1517 | #define bfin_write_CAN_AM25H(val) bfin_write16(CAN_AM25H, val) | ||
1518 | #define bfin_read_CAN_AM26L() bfin_read16(CAN_AM26L) | ||
1519 | #define bfin_write_CAN_AM26L(val) bfin_write16(CAN_AM26L, val) | ||
1520 | #define bfin_read_CAN_AM26H() bfin_read16(CAN_AM26H) | ||
1521 | #define bfin_write_CAN_AM26H(val) bfin_write16(CAN_AM26H, val) | ||
1522 | #define bfin_read_CAN_AM27L() bfin_read16(CAN_AM27L) | ||
1523 | #define bfin_write_CAN_AM27L(val) bfin_write16(CAN_AM27L, val) | ||
1524 | #define bfin_read_CAN_AM27H() bfin_read16(CAN_AM27H) | ||
1525 | #define bfin_write_CAN_AM27H(val) bfin_write16(CAN_AM27H, val) | ||
1526 | #define bfin_read_CAN_AM28L() bfin_read16(CAN_AM28L) | ||
1527 | #define bfin_write_CAN_AM28L(val) bfin_write16(CAN_AM28L, val) | ||
1528 | #define bfin_read_CAN_AM28H() bfin_read16(CAN_AM28H) | ||
1529 | #define bfin_write_CAN_AM28H(val) bfin_write16(CAN_AM28H, val) | ||
1530 | #define bfin_read_CAN_AM29L() bfin_read16(CAN_AM29L) | ||
1531 | #define bfin_write_CAN_AM29L(val) bfin_write16(CAN_AM29L, val) | ||
1532 | #define bfin_read_CAN_AM29H() bfin_read16(CAN_AM29H) | ||
1533 | #define bfin_write_CAN_AM29H(val) bfin_write16(CAN_AM29H, val) | ||
1534 | #define bfin_read_CAN_AM30L() bfin_read16(CAN_AM30L) | ||
1535 | #define bfin_write_CAN_AM30L(val) bfin_write16(CAN_AM30L, val) | ||
1536 | #define bfin_read_CAN_AM30H() bfin_read16(CAN_AM30H) | ||
1537 | #define bfin_write_CAN_AM30H(val) bfin_write16(CAN_AM30H, val) | ||
1538 | #define bfin_read_CAN_AM31L() bfin_read16(CAN_AM31L) | ||
1539 | #define bfin_write_CAN_AM31L(val) bfin_write16(CAN_AM31L, val) | ||
1540 | #define bfin_read_CAN_AM31H() bfin_read16(CAN_AM31H) | ||
1541 | #define bfin_write_CAN_AM31H(val) bfin_write16(CAN_AM31H, val) | ||
1542 | #define bfin_read_CAN_MB00_DATA0() bfin_read16(CAN_MB00_DATA0) | ||
1543 | #define bfin_write_CAN_MB00_DATA0(val) bfin_write16(CAN_MB00_DATA0, val) | ||
1544 | #define bfin_read_CAN_MB00_DATA1() bfin_read16(CAN_MB00_DATA1) | ||
1545 | #define bfin_write_CAN_MB00_DATA1(val) bfin_write16(CAN_MB00_DATA1, val) | ||
1546 | #define bfin_read_CAN_MB00_DATA2() bfin_read16(CAN_MB00_DATA2) | ||
1547 | #define bfin_write_CAN_MB00_DATA2(val) bfin_write16(CAN_MB00_DATA2, val) | ||
1548 | #define bfin_read_CAN_MB00_DATA3() bfin_read16(CAN_MB00_DATA3) | ||
1549 | #define bfin_write_CAN_MB00_DATA3(val) bfin_write16(CAN_MB00_DATA3, val) | ||
1550 | #define bfin_read_CAN_MB00_LENGTH() bfin_read16(CAN_MB00_LENGTH) | ||
1551 | #define bfin_write_CAN_MB00_LENGTH(val) bfin_write16(CAN_MB00_LENGTH, val) | ||
1552 | #define bfin_read_CAN_MB00_TIMESTAMP() bfin_read16(CAN_MB00_TIMESTAMP) | ||
1553 | #define bfin_write_CAN_MB00_TIMESTAMP(val) bfin_write16(CAN_MB00_TIMESTAMP, val) | ||
1554 | #define bfin_read_CAN_MB00_ID0() bfin_read16(CAN_MB00_ID0) | ||
1555 | #define bfin_write_CAN_MB00_ID0(val) bfin_write16(CAN_MB00_ID0, val) | ||
1556 | #define bfin_read_CAN_MB00_ID1() bfin_read16(CAN_MB00_ID1) | ||
1557 | #define bfin_write_CAN_MB00_ID1(val) bfin_write16(CAN_MB00_ID1, val) | ||
1558 | #define bfin_read_CAN_MB01_DATA0() bfin_read16(CAN_MB01_DATA0) | ||
1559 | #define bfin_write_CAN_MB01_DATA0(val) bfin_write16(CAN_MB01_DATA0, val) | ||
1560 | #define bfin_read_CAN_MB01_DATA1() bfin_read16(CAN_MB01_DATA1) | ||
1561 | #define bfin_write_CAN_MB01_DATA1(val) bfin_write16(CAN_MB01_DATA1, val) | ||
1562 | #define bfin_read_CAN_MB01_DATA2() bfin_read16(CAN_MB01_DATA2) | ||
1563 | #define bfin_write_CAN_MB01_DATA2(val) bfin_write16(CAN_MB01_DATA2, val) | ||
1564 | #define bfin_read_CAN_MB01_DATA3() bfin_read16(CAN_MB01_DATA3) | ||
1565 | #define bfin_write_CAN_MB01_DATA3(val) bfin_write16(CAN_MB01_DATA3, val) | ||
1566 | #define bfin_read_CAN_MB01_LENGTH() bfin_read16(CAN_MB01_LENGTH) | ||
1567 | #define bfin_write_CAN_MB01_LENGTH(val) bfin_write16(CAN_MB01_LENGTH, val) | ||
1568 | #define bfin_read_CAN_MB01_TIMESTAMP() bfin_read16(CAN_MB01_TIMESTAMP) | ||
1569 | #define bfin_write_CAN_MB01_TIMESTAMP(val) bfin_write16(CAN_MB01_TIMESTAMP, val) | ||
1570 | #define bfin_read_CAN_MB01_ID0() bfin_read16(CAN_MB01_ID0) | ||
1571 | #define bfin_write_CAN_MB01_ID0(val) bfin_write16(CAN_MB01_ID0, val) | ||
1572 | #define bfin_read_CAN_MB01_ID1() bfin_read16(CAN_MB01_ID1) | ||
1573 | #define bfin_write_CAN_MB01_ID1(val) bfin_write16(CAN_MB01_ID1, val) | ||
1574 | #define bfin_read_CAN_MB02_DATA0() bfin_read16(CAN_MB02_DATA0) | ||
1575 | #define bfin_write_CAN_MB02_DATA0(val) bfin_write16(CAN_MB02_DATA0, val) | ||
1576 | #define bfin_read_CAN_MB02_DATA1() bfin_read16(CAN_MB02_DATA1) | ||
1577 | #define bfin_write_CAN_MB02_DATA1(val) bfin_write16(CAN_MB02_DATA1, val) | ||
1578 | #define bfin_read_CAN_MB02_DATA2() bfin_read16(CAN_MB02_DATA2) | ||
1579 | #define bfin_write_CAN_MB02_DATA2(val) bfin_write16(CAN_MB02_DATA2, val) | ||
1580 | #define bfin_read_CAN_MB02_DATA3() bfin_read16(CAN_MB02_DATA3) | ||
1581 | #define bfin_write_CAN_MB02_DATA3(val) bfin_write16(CAN_MB02_DATA3, val) | ||
1582 | #define bfin_read_CAN_MB02_LENGTH() bfin_read16(CAN_MB02_LENGTH) | ||
1583 | #define bfin_write_CAN_MB02_LENGTH(val) bfin_write16(CAN_MB02_LENGTH, val) | ||
1584 | #define bfin_read_CAN_MB02_TIMESTAMP() bfin_read16(CAN_MB02_TIMESTAMP) | ||
1585 | #define bfin_write_CAN_MB02_TIMESTAMP(val) bfin_write16(CAN_MB02_TIMESTAMP, val) | ||
1586 | #define bfin_read_CAN_MB02_ID0() bfin_read16(CAN_MB02_ID0) | ||
1587 | #define bfin_write_CAN_MB02_ID0(val) bfin_write16(CAN_MB02_ID0, val) | ||
1588 | #define bfin_read_CAN_MB02_ID1() bfin_read16(CAN_MB02_ID1) | ||
1589 | #define bfin_write_CAN_MB02_ID1(val) bfin_write16(CAN_MB02_ID1, val) | ||
1590 | #define bfin_read_CAN_MB03_DATA0() bfin_read16(CAN_MB03_DATA0) | ||
1591 | #define bfin_write_CAN_MB03_DATA0(val) bfin_write16(CAN_MB03_DATA0, val) | ||
1592 | #define bfin_read_CAN_MB03_DATA1() bfin_read16(CAN_MB03_DATA1) | ||
1593 | #define bfin_write_CAN_MB03_DATA1(val) bfin_write16(CAN_MB03_DATA1, val) | ||
1594 | #define bfin_read_CAN_MB03_DATA2() bfin_read16(CAN_MB03_DATA2) | ||
1595 | #define bfin_write_CAN_MB03_DATA2(val) bfin_write16(CAN_MB03_DATA2, val) | ||
1596 | #define bfin_read_CAN_MB03_DATA3() bfin_read16(CAN_MB03_DATA3) | ||
1597 | #define bfin_write_CAN_MB03_DATA3(val) bfin_write16(CAN_MB03_DATA3, val) | ||
1598 | #define bfin_read_CAN_MB03_LENGTH() bfin_read16(CAN_MB03_LENGTH) | ||
1599 | #define bfin_write_CAN_MB03_LENGTH(val) bfin_write16(CAN_MB03_LENGTH, val) | ||
1600 | #define bfin_read_CAN_MB03_TIMESTAMP() bfin_read16(CAN_MB03_TIMESTAMP) | ||
1601 | #define bfin_write_CAN_MB03_TIMESTAMP(val) bfin_write16(CAN_MB03_TIMESTAMP, val) | ||
1602 | #define bfin_read_CAN_MB03_ID0() bfin_read16(CAN_MB03_ID0) | ||
1603 | #define bfin_write_CAN_MB03_ID0(val) bfin_write16(CAN_MB03_ID0, val) | ||
1604 | #define bfin_read_CAN_MB03_ID1() bfin_read16(CAN_MB03_ID1) | ||
1605 | #define bfin_write_CAN_MB03_ID1(val) bfin_write16(CAN_MB03_ID1, val) | ||
1606 | #define bfin_read_CAN_MB04_DATA0() bfin_read16(CAN_MB04_DATA0) | ||
1607 | #define bfin_write_CAN_MB04_DATA0(val) bfin_write16(CAN_MB04_DATA0, val) | ||
1608 | #define bfin_read_CAN_MB04_DATA1() bfin_read16(CAN_MB04_DATA1) | ||
1609 | #define bfin_write_CAN_MB04_DATA1(val) bfin_write16(CAN_MB04_DATA1, val) | ||
1610 | #define bfin_read_CAN_MB04_DATA2() bfin_read16(CAN_MB04_DATA2) | ||
1611 | #define bfin_write_CAN_MB04_DATA2(val) bfin_write16(CAN_MB04_DATA2, val) | ||
1612 | #define bfin_read_CAN_MB04_DATA3() bfin_read16(CAN_MB04_DATA3) | ||
1613 | #define bfin_write_CAN_MB04_DATA3(val) bfin_write16(CAN_MB04_DATA3, val) | ||
1614 | #define bfin_read_CAN_MB04_LENGTH() bfin_read16(CAN_MB04_LENGTH) | ||
1615 | #define bfin_write_CAN_MB04_LENGTH(val) bfin_write16(CAN_MB04_LENGTH, val) | ||
1616 | #define bfin_read_CAN_MB04_TIMESTAMP() bfin_read16(CAN_MB04_TIMESTAMP) | ||
1617 | #define bfin_write_CAN_MB04_TIMESTAMP(val) bfin_write16(CAN_MB04_TIMESTAMP, val) | ||
1618 | #define bfin_read_CAN_MB04_ID0() bfin_read16(CAN_MB04_ID0) | ||
1619 | #define bfin_write_CAN_MB04_ID0(val) bfin_write16(CAN_MB04_ID0, val) | ||
1620 | #define bfin_read_CAN_MB04_ID1() bfin_read16(CAN_MB04_ID1) | ||
1621 | #define bfin_write_CAN_MB04_ID1(val) bfin_write16(CAN_MB04_ID1, val) | ||
1622 | #define bfin_read_CAN_MB05_DATA0() bfin_read16(CAN_MB05_DATA0) | ||
1623 | #define bfin_write_CAN_MB05_DATA0(val) bfin_write16(CAN_MB05_DATA0, val) | ||
1624 | #define bfin_read_CAN_MB05_DATA1() bfin_read16(CAN_MB05_DATA1) | ||
1625 | #define bfin_write_CAN_MB05_DATA1(val) bfin_write16(CAN_MB05_DATA1, val) | ||
1626 | #define bfin_read_CAN_MB05_DATA2() bfin_read16(CAN_MB05_DATA2) | ||
1627 | #define bfin_write_CAN_MB05_DATA2(val) bfin_write16(CAN_MB05_DATA2, val) | ||
1628 | #define bfin_read_CAN_MB05_DATA3() bfin_read16(CAN_MB05_DATA3) | ||
1629 | #define bfin_write_CAN_MB05_DATA3(val) bfin_write16(CAN_MB05_DATA3, val) | ||
1630 | #define bfin_read_CAN_MB05_LENGTH() bfin_read16(CAN_MB05_LENGTH) | ||
1631 | #define bfin_write_CAN_MB05_LENGTH(val) bfin_write16(CAN_MB05_LENGTH, val) | ||
1632 | #define bfin_read_CAN_MB05_TIMESTAMP() bfin_read16(CAN_MB05_TIMESTAMP) | ||
1633 | #define bfin_write_CAN_MB05_TIMESTAMP(val) bfin_write16(CAN_MB05_TIMESTAMP, val) | ||
1634 | #define bfin_read_CAN_MB05_ID0() bfin_read16(CAN_MB05_ID0) | ||
1635 | #define bfin_write_CAN_MB05_ID0(val) bfin_write16(CAN_MB05_ID0, val) | ||
1636 | #define bfin_read_CAN_MB05_ID1() bfin_read16(CAN_MB05_ID1) | ||
1637 | #define bfin_write_CAN_MB05_ID1(val) bfin_write16(CAN_MB05_ID1, val) | ||
1638 | #define bfin_read_CAN_MB06_DATA0() bfin_read16(CAN_MB06_DATA0) | ||
1639 | #define bfin_write_CAN_MB06_DATA0(val) bfin_write16(CAN_MB06_DATA0, val) | ||
1640 | #define bfin_read_CAN_MB06_DATA1() bfin_read16(CAN_MB06_DATA1) | ||
1641 | #define bfin_write_CAN_MB06_DATA1(val) bfin_write16(CAN_MB06_DATA1, val) | ||
1642 | #define bfin_read_CAN_MB06_DATA2() bfin_read16(CAN_MB06_DATA2) | ||
1643 | #define bfin_write_CAN_MB06_DATA2(val) bfin_write16(CAN_MB06_DATA2, val) | ||
1644 | #define bfin_read_CAN_MB06_DATA3() bfin_read16(CAN_MB06_DATA3) | ||
1645 | #define bfin_write_CAN_MB06_DATA3(val) bfin_write16(CAN_MB06_DATA3, val) | ||
1646 | #define bfin_read_CAN_MB06_LENGTH() bfin_read16(CAN_MB06_LENGTH) | ||
1647 | #define bfin_write_CAN_MB06_LENGTH(val) bfin_write16(CAN_MB06_LENGTH, val) | ||
1648 | #define bfin_read_CAN_MB06_TIMESTAMP() bfin_read16(CAN_MB06_TIMESTAMP) | ||
1649 | #define bfin_write_CAN_MB06_TIMESTAMP(val) bfin_write16(CAN_MB06_TIMESTAMP, val) | ||
1650 | #define bfin_read_CAN_MB06_ID0() bfin_read16(CAN_MB06_ID0) | ||
1651 | #define bfin_write_CAN_MB06_ID0(val) bfin_write16(CAN_MB06_ID0, val) | ||
1652 | #define bfin_read_CAN_MB06_ID1() bfin_read16(CAN_MB06_ID1) | ||
1653 | #define bfin_write_CAN_MB06_ID1(val) bfin_write16(CAN_MB06_ID1, val) | ||
1654 | #define bfin_read_CAN_MB07_DATA0() bfin_read16(CAN_MB07_DATA0) | ||
1655 | #define bfin_write_CAN_MB07_DATA0(val) bfin_write16(CAN_MB07_DATA0, val) | ||
1656 | #define bfin_read_CAN_MB07_DATA1() bfin_read16(CAN_MB07_DATA1) | ||
1657 | #define bfin_write_CAN_MB07_DATA1(val) bfin_write16(CAN_MB07_DATA1, val) | ||
1658 | #define bfin_read_CAN_MB07_DATA2() bfin_read16(CAN_MB07_DATA2) | ||
1659 | #define bfin_write_CAN_MB07_DATA2(val) bfin_write16(CAN_MB07_DATA2, val) | ||
1660 | #define bfin_read_CAN_MB07_DATA3() bfin_read16(CAN_MB07_DATA3) | ||
1661 | #define bfin_write_CAN_MB07_DATA3(val) bfin_write16(CAN_MB07_DATA3, val) | ||
1662 | #define bfin_read_CAN_MB07_LENGTH() bfin_read16(CAN_MB07_LENGTH) | ||
1663 | #define bfin_write_CAN_MB07_LENGTH(val) bfin_write16(CAN_MB07_LENGTH, val) | ||
1664 | #define bfin_read_CAN_MB07_TIMESTAMP() bfin_read16(CAN_MB07_TIMESTAMP) | ||
1665 | #define bfin_write_CAN_MB07_TIMESTAMP(val) bfin_write16(CAN_MB07_TIMESTAMP, val) | ||
1666 | #define bfin_read_CAN_MB07_ID0() bfin_read16(CAN_MB07_ID0) | ||
1667 | #define bfin_write_CAN_MB07_ID0(val) bfin_write16(CAN_MB07_ID0, val) | ||
1668 | #define bfin_read_CAN_MB07_ID1() bfin_read16(CAN_MB07_ID1) | ||
1669 | #define bfin_write_CAN_MB07_ID1(val) bfin_write16(CAN_MB07_ID1, val) | ||
1670 | #define bfin_read_CAN_MB08_DATA0() bfin_read16(CAN_MB08_DATA0) | ||
1671 | #define bfin_write_CAN_MB08_DATA0(val) bfin_write16(CAN_MB08_DATA0, val) | ||
1672 | #define bfin_read_CAN_MB08_DATA1() bfin_read16(CAN_MB08_DATA1) | ||
1673 | #define bfin_write_CAN_MB08_DATA1(val) bfin_write16(CAN_MB08_DATA1, val) | ||
1674 | #define bfin_read_CAN_MB08_DATA2() bfin_read16(CAN_MB08_DATA2) | ||
1675 | #define bfin_write_CAN_MB08_DATA2(val) bfin_write16(CAN_MB08_DATA2, val) | ||
1676 | #define bfin_read_CAN_MB08_DATA3() bfin_read16(CAN_MB08_DATA3) | ||
1677 | #define bfin_write_CAN_MB08_DATA3(val) bfin_write16(CAN_MB08_DATA3, val) | ||
1678 | #define bfin_read_CAN_MB08_LENGTH() bfin_read16(CAN_MB08_LENGTH) | ||
1679 | #define bfin_write_CAN_MB08_LENGTH(val) bfin_write16(CAN_MB08_LENGTH, val) | ||
1680 | #define bfin_read_CAN_MB08_TIMESTAMP() bfin_read16(CAN_MB08_TIMESTAMP) | ||
1681 | #define bfin_write_CAN_MB08_TIMESTAMP(val) bfin_write16(CAN_MB08_TIMESTAMP, val) | ||
1682 | #define bfin_read_CAN_MB08_ID0() bfin_read16(CAN_MB08_ID0) | ||
1683 | #define bfin_write_CAN_MB08_ID0(val) bfin_write16(CAN_MB08_ID0, val) | ||
1684 | #define bfin_read_CAN_MB08_ID1() bfin_read16(CAN_MB08_ID1) | ||
1685 | #define bfin_write_CAN_MB08_ID1(val) bfin_write16(CAN_MB08_ID1, val) | ||
1686 | #define bfin_read_CAN_MB09_DATA0() bfin_read16(CAN_MB09_DATA0) | ||
1687 | #define bfin_write_CAN_MB09_DATA0(val) bfin_write16(CAN_MB09_DATA0, val) | ||
1688 | #define bfin_read_CAN_MB09_DATA1() bfin_read16(CAN_MB09_DATA1) | ||
1689 | #define bfin_write_CAN_MB09_DATA1(val) bfin_write16(CAN_MB09_DATA1, val) | ||
1690 | #define bfin_read_CAN_MB09_DATA2() bfin_read16(CAN_MB09_DATA2) | ||
1691 | #define bfin_write_CAN_MB09_DATA2(val) bfin_write16(CAN_MB09_DATA2, val) | ||
1692 | #define bfin_read_CAN_MB09_DATA3() bfin_read16(CAN_MB09_DATA3) | ||
1693 | #define bfin_write_CAN_MB09_DATA3(val) bfin_write16(CAN_MB09_DATA3, val) | ||
1694 | #define bfin_read_CAN_MB09_LENGTH() bfin_read16(CAN_MB09_LENGTH) | ||
1695 | #define bfin_write_CAN_MB09_LENGTH(val) bfin_write16(CAN_MB09_LENGTH, val) | ||
1696 | #define bfin_read_CAN_MB09_TIMESTAMP() bfin_read16(CAN_MB09_TIMESTAMP) | ||
1697 | #define bfin_write_CAN_MB09_TIMESTAMP(val) bfin_write16(CAN_MB09_TIMESTAMP, val) | ||
1698 | #define bfin_read_CAN_MB09_ID0() bfin_read16(CAN_MB09_ID0) | ||
1699 | #define bfin_write_CAN_MB09_ID0(val) bfin_write16(CAN_MB09_ID0, val) | ||
1700 | #define bfin_read_CAN_MB09_ID1() bfin_read16(CAN_MB09_ID1) | ||
1701 | #define bfin_write_CAN_MB09_ID1(val) bfin_write16(CAN_MB09_ID1, val) | ||
1702 | #define bfin_read_CAN_MB10_DATA0() bfin_read16(CAN_MB10_DATA0) | ||
1703 | #define bfin_write_CAN_MB10_DATA0(val) bfin_write16(CAN_MB10_DATA0, val) | ||
1704 | #define bfin_read_CAN_MB10_DATA1() bfin_read16(CAN_MB10_DATA1) | ||
1705 | #define bfin_write_CAN_MB10_DATA1(val) bfin_write16(CAN_MB10_DATA1, val) | ||
1706 | #define bfin_read_CAN_MB10_DATA2() bfin_read16(CAN_MB10_DATA2) | ||
1707 | #define bfin_write_CAN_MB10_DATA2(val) bfin_write16(CAN_MB10_DATA2, val) | ||
1708 | #define bfin_read_CAN_MB10_DATA3() bfin_read16(CAN_MB10_DATA3) | ||
1709 | #define bfin_write_CAN_MB10_DATA3(val) bfin_write16(CAN_MB10_DATA3, val) | ||
1710 | #define bfin_read_CAN_MB10_LENGTH() bfin_read16(CAN_MB10_LENGTH) | ||
1711 | #define bfin_write_CAN_MB10_LENGTH(val) bfin_write16(CAN_MB10_LENGTH, val) | ||
1712 | #define bfin_read_CAN_MB10_TIMESTAMP() bfin_read16(CAN_MB10_TIMESTAMP) | ||
1713 | #define bfin_write_CAN_MB10_TIMESTAMP(val) bfin_write16(CAN_MB10_TIMESTAMP, val) | ||
1714 | #define bfin_read_CAN_MB10_ID0() bfin_read16(CAN_MB10_ID0) | ||
1715 | #define bfin_write_CAN_MB10_ID0(val) bfin_write16(CAN_MB10_ID0, val) | ||
1716 | #define bfin_read_CAN_MB10_ID1() bfin_read16(CAN_MB10_ID1) | ||
1717 | #define bfin_write_CAN_MB10_ID1(val) bfin_write16(CAN_MB10_ID1, val) | ||
1718 | #define bfin_read_CAN_MB11_DATA0() bfin_read16(CAN_MB11_DATA0) | ||
1719 | #define bfin_write_CAN_MB11_DATA0(val) bfin_write16(CAN_MB11_DATA0, val) | ||
1720 | #define bfin_read_CAN_MB11_DATA1() bfin_read16(CAN_MB11_DATA1) | ||
1721 | #define bfin_write_CAN_MB11_DATA1(val) bfin_write16(CAN_MB11_DATA1, val) | ||
1722 | #define bfin_read_CAN_MB11_DATA2() bfin_read16(CAN_MB11_DATA2) | ||
1723 | #define bfin_write_CAN_MB11_DATA2(val) bfin_write16(CAN_MB11_DATA2, val) | ||
1724 | #define bfin_read_CAN_MB11_DATA3() bfin_read16(CAN_MB11_DATA3) | ||
1725 | #define bfin_write_CAN_MB11_DATA3(val) bfin_write16(CAN_MB11_DATA3, val) | ||
1726 | #define bfin_read_CAN_MB11_LENGTH() bfin_read16(CAN_MB11_LENGTH) | ||
1727 | #define bfin_write_CAN_MB11_LENGTH(val) bfin_write16(CAN_MB11_LENGTH, val) | ||
1728 | #define bfin_read_CAN_MB11_TIMESTAMP() bfin_read16(CAN_MB11_TIMESTAMP) | ||
1729 | #define bfin_write_CAN_MB11_TIMESTAMP(val) bfin_write16(CAN_MB11_TIMESTAMP, val) | ||
1730 | #define bfin_read_CAN_MB11_ID0() bfin_read16(CAN_MB11_ID0) | ||
1731 | #define bfin_write_CAN_MB11_ID0(val) bfin_write16(CAN_MB11_ID0, val) | ||
1732 | #define bfin_read_CAN_MB11_ID1() bfin_read16(CAN_MB11_ID1) | ||
1733 | #define bfin_write_CAN_MB11_ID1(val) bfin_write16(CAN_MB11_ID1, val) | ||
1734 | #define bfin_read_CAN_MB12_DATA0() bfin_read16(CAN_MB12_DATA0) | ||
1735 | #define bfin_write_CAN_MB12_DATA0(val) bfin_write16(CAN_MB12_DATA0, val) | ||
1736 | #define bfin_read_CAN_MB12_DATA1() bfin_read16(CAN_MB12_DATA1) | ||
1737 | #define bfin_write_CAN_MB12_DATA1(val) bfin_write16(CAN_MB12_DATA1, val) | ||
1738 | #define bfin_read_CAN_MB12_DATA2() bfin_read16(CAN_MB12_DATA2) | ||
1739 | #define bfin_write_CAN_MB12_DATA2(val) bfin_write16(CAN_MB12_DATA2, val) | ||
1740 | #define bfin_read_CAN_MB12_DATA3() bfin_read16(CAN_MB12_DATA3) | ||
1741 | #define bfin_write_CAN_MB12_DATA3(val) bfin_write16(CAN_MB12_DATA3, val) | ||
1742 | #define bfin_read_CAN_MB12_LENGTH() bfin_read16(CAN_MB12_LENGTH) | ||
1743 | #define bfin_write_CAN_MB12_LENGTH(val) bfin_write16(CAN_MB12_LENGTH, val) | ||
1744 | #define bfin_read_CAN_MB12_TIMESTAMP() bfin_read16(CAN_MB12_TIMESTAMP) | ||
1745 | #define bfin_write_CAN_MB12_TIMESTAMP(val) bfin_write16(CAN_MB12_TIMESTAMP, val) | ||
1746 | #define bfin_read_CAN_MB12_ID0() bfin_read16(CAN_MB12_ID0) | ||
1747 | #define bfin_write_CAN_MB12_ID0(val) bfin_write16(CAN_MB12_ID0, val) | ||
1748 | #define bfin_read_CAN_MB12_ID1() bfin_read16(CAN_MB12_ID1) | ||
1749 | #define bfin_write_CAN_MB12_ID1(val) bfin_write16(CAN_MB12_ID1, val) | ||
1750 | #define bfin_read_CAN_MB13_DATA0() bfin_read16(CAN_MB13_DATA0) | ||
1751 | #define bfin_write_CAN_MB13_DATA0(val) bfin_write16(CAN_MB13_DATA0, val) | ||
1752 | #define bfin_read_CAN_MB13_DATA1() bfin_read16(CAN_MB13_DATA1) | ||
1753 | #define bfin_write_CAN_MB13_DATA1(val) bfin_write16(CAN_MB13_DATA1, val) | ||
1754 | #define bfin_read_CAN_MB13_DATA2() bfin_read16(CAN_MB13_DATA2) | ||
1755 | #define bfin_write_CAN_MB13_DATA2(val) bfin_write16(CAN_MB13_DATA2, val) | ||
1756 | #define bfin_read_CAN_MB13_DATA3() bfin_read16(CAN_MB13_DATA3) | ||
1757 | #define bfin_write_CAN_MB13_DATA3(val) bfin_write16(CAN_MB13_DATA3, val) | ||
1758 | #define bfin_read_CAN_MB13_LENGTH() bfin_read16(CAN_MB13_LENGTH) | ||
1759 | #define bfin_write_CAN_MB13_LENGTH(val) bfin_write16(CAN_MB13_LENGTH, val) | ||
1760 | #define bfin_read_CAN_MB13_TIMESTAMP() bfin_read16(CAN_MB13_TIMESTAMP) | ||
1761 | #define bfin_write_CAN_MB13_TIMESTAMP(val) bfin_write16(CAN_MB13_TIMESTAMP, val) | ||
1762 | #define bfin_read_CAN_MB13_ID0() bfin_read16(CAN_MB13_ID0) | ||
1763 | #define bfin_write_CAN_MB13_ID0(val) bfin_write16(CAN_MB13_ID0, val) | ||
1764 | #define bfin_read_CAN_MB13_ID1() bfin_read16(CAN_MB13_ID1) | ||
1765 | #define bfin_write_CAN_MB13_ID1(val) bfin_write16(CAN_MB13_ID1, val) | ||
1766 | #define bfin_read_CAN_MB14_DATA0() bfin_read16(CAN_MB14_DATA0) | ||
1767 | #define bfin_write_CAN_MB14_DATA0(val) bfin_write16(CAN_MB14_DATA0, val) | ||
1768 | #define bfin_read_CAN_MB14_DATA1() bfin_read16(CAN_MB14_DATA1) | ||
1769 | #define bfin_write_CAN_MB14_DATA1(val) bfin_write16(CAN_MB14_DATA1, val) | ||
1770 | #define bfin_read_CAN_MB14_DATA2() bfin_read16(CAN_MB14_DATA2) | ||
1771 | #define bfin_write_CAN_MB14_DATA2(val) bfin_write16(CAN_MB14_DATA2, val) | ||
1772 | #define bfin_read_CAN_MB14_DATA3() bfin_read16(CAN_MB14_DATA3) | ||
1773 | #define bfin_write_CAN_MB14_DATA3(val) bfin_write16(CAN_MB14_DATA3, val) | ||
1774 | #define bfin_read_CAN_MB14_LENGTH() bfin_read16(CAN_MB14_LENGTH) | ||
1775 | #define bfin_write_CAN_MB14_LENGTH(val) bfin_write16(CAN_MB14_LENGTH, val) | ||
1776 | #define bfin_read_CAN_MB14_TIMESTAMP() bfin_read16(CAN_MB14_TIMESTAMP) | ||
1777 | #define bfin_write_CAN_MB14_TIMESTAMP(val) bfin_write16(CAN_MB14_TIMESTAMP, val) | ||
1778 | #define bfin_read_CAN_MB14_ID0() bfin_read16(CAN_MB14_ID0) | ||
1779 | #define bfin_write_CAN_MB14_ID0(val) bfin_write16(CAN_MB14_ID0, val) | ||
1780 | #define bfin_read_CAN_MB14_ID1() bfin_read16(CAN_MB14_ID1) | ||
1781 | #define bfin_write_CAN_MB14_ID1(val) bfin_write16(CAN_MB14_ID1, val) | ||
1782 | #define bfin_read_CAN_MB15_DATA0() bfin_read16(CAN_MB15_DATA0) | ||
1783 | #define bfin_write_CAN_MB15_DATA0(val) bfin_write16(CAN_MB15_DATA0, val) | ||
1784 | #define bfin_read_CAN_MB15_DATA1() bfin_read16(CAN_MB15_DATA1) | ||
1785 | #define bfin_write_CAN_MB15_DATA1(val) bfin_write16(CAN_MB15_DATA1, val) | ||
1786 | #define bfin_read_CAN_MB15_DATA2() bfin_read16(CAN_MB15_DATA2) | ||
1787 | #define bfin_write_CAN_MB15_DATA2(val) bfin_write16(CAN_MB15_DATA2, val) | ||
1788 | #define bfin_read_CAN_MB15_DATA3() bfin_read16(CAN_MB15_DATA3) | ||
1789 | #define bfin_write_CAN_MB15_DATA3(val) bfin_write16(CAN_MB15_DATA3, val) | ||
1790 | #define bfin_read_CAN_MB15_LENGTH() bfin_read16(CAN_MB15_LENGTH) | ||
1791 | #define bfin_write_CAN_MB15_LENGTH(val) bfin_write16(CAN_MB15_LENGTH, val) | ||
1792 | #define bfin_read_CAN_MB15_TIMESTAMP() bfin_read16(CAN_MB15_TIMESTAMP) | ||
1793 | #define bfin_write_CAN_MB15_TIMESTAMP(val) bfin_write16(CAN_MB15_TIMESTAMP, val) | ||
1794 | #define bfin_read_CAN_MB15_ID0() bfin_read16(CAN_MB15_ID0) | ||
1795 | #define bfin_write_CAN_MB15_ID0(val) bfin_write16(CAN_MB15_ID0, val) | ||
1796 | #define bfin_read_CAN_MB15_ID1() bfin_read16(CAN_MB15_ID1) | ||
1797 | #define bfin_write_CAN_MB15_ID1(val) bfin_write16(CAN_MB15_ID1, val) | ||
1798 | #define bfin_read_CAN_MB16_DATA0() bfin_read16(CAN_MB16_DATA0) | ||
1799 | #define bfin_write_CAN_MB16_DATA0(val) bfin_write16(CAN_MB16_DATA0, val) | ||
1800 | #define bfin_read_CAN_MB16_DATA1() bfin_read16(CAN_MB16_DATA1) | ||
1801 | #define bfin_write_CAN_MB16_DATA1(val) bfin_write16(CAN_MB16_DATA1, val) | ||
1802 | #define bfin_read_CAN_MB16_DATA2() bfin_read16(CAN_MB16_DATA2) | ||
1803 | #define bfin_write_CAN_MB16_DATA2(val) bfin_write16(CAN_MB16_DATA2, val) | ||
1804 | #define bfin_read_CAN_MB16_DATA3() bfin_read16(CAN_MB16_DATA3) | ||
1805 | #define bfin_write_CAN_MB16_DATA3(val) bfin_write16(CAN_MB16_DATA3, val) | ||
1806 | #define bfin_read_CAN_MB16_LENGTH() bfin_read16(CAN_MB16_LENGTH) | ||
1807 | #define bfin_write_CAN_MB16_LENGTH(val) bfin_write16(CAN_MB16_LENGTH, val) | ||
1808 | #define bfin_read_CAN_MB16_TIMESTAMP() bfin_read16(CAN_MB16_TIMESTAMP) | ||
1809 | #define bfin_write_CAN_MB16_TIMESTAMP(val) bfin_write16(CAN_MB16_TIMESTAMP, val) | ||
1810 | #define bfin_read_CAN_MB16_ID0() bfin_read16(CAN_MB16_ID0) | ||
1811 | #define bfin_write_CAN_MB16_ID0(val) bfin_write16(CAN_MB16_ID0, val) | ||
1812 | #define bfin_read_CAN_MB16_ID1() bfin_read16(CAN_MB16_ID1) | ||
1813 | #define bfin_write_CAN_MB16_ID1(val) bfin_write16(CAN_MB16_ID1, val) | ||
1814 | #define bfin_read_CAN_MB17_DATA0() bfin_read16(CAN_MB17_DATA0) | ||
1815 | #define bfin_write_CAN_MB17_DATA0(val) bfin_write16(CAN_MB17_DATA0, val) | ||
1816 | #define bfin_read_CAN_MB17_DATA1() bfin_read16(CAN_MB17_DATA1) | ||
1817 | #define bfin_write_CAN_MB17_DATA1(val) bfin_write16(CAN_MB17_DATA1, val) | ||
1818 | #define bfin_read_CAN_MB17_DATA2() bfin_read16(CAN_MB17_DATA2) | ||
1819 | #define bfin_write_CAN_MB17_DATA2(val) bfin_write16(CAN_MB17_DATA2, val) | ||
1820 | #define bfin_read_CAN_MB17_DATA3() bfin_read16(CAN_MB17_DATA3) | ||
1821 | #define bfin_write_CAN_MB17_DATA3(val) bfin_write16(CAN_MB17_DATA3, val) | ||
1822 | #define bfin_read_CAN_MB17_LENGTH() bfin_read16(CAN_MB17_LENGTH) | ||
1823 | #define bfin_write_CAN_MB17_LENGTH(val) bfin_write16(CAN_MB17_LENGTH, val) | ||
1824 | #define bfin_read_CAN_MB17_TIMESTAMP() bfin_read16(CAN_MB17_TIMESTAMP) | ||
1825 | #define bfin_write_CAN_MB17_TIMESTAMP(val) bfin_write16(CAN_MB17_TIMESTAMP, val) | ||
1826 | #define bfin_read_CAN_MB17_ID0() bfin_read16(CAN_MB17_ID0) | ||
1827 | #define bfin_write_CAN_MB17_ID0(val) bfin_write16(CAN_MB17_ID0, val) | ||
1828 | #define bfin_read_CAN_MB17_ID1() bfin_read16(CAN_MB17_ID1) | ||
1829 | #define bfin_write_CAN_MB17_ID1(val) bfin_write16(CAN_MB17_ID1, val) | ||
1830 | #define bfin_read_CAN_MB18_DATA0() bfin_read16(CAN_MB18_DATA0) | ||
1831 | #define bfin_write_CAN_MB18_DATA0(val) bfin_write16(CAN_MB18_DATA0, val) | ||
1832 | #define bfin_read_CAN_MB18_DATA1() bfin_read16(CAN_MB18_DATA1) | ||
1833 | #define bfin_write_CAN_MB18_DATA1(val) bfin_write16(CAN_MB18_DATA1, val) | ||
1834 | #define bfin_read_CAN_MB18_DATA2() bfin_read16(CAN_MB18_DATA2) | ||
1835 | #define bfin_write_CAN_MB18_DATA2(val) bfin_write16(CAN_MB18_DATA2, val) | ||
1836 | #define bfin_read_CAN_MB18_DATA3() bfin_read16(CAN_MB18_DATA3) | ||
1837 | #define bfin_write_CAN_MB18_DATA3(val) bfin_write16(CAN_MB18_DATA3, val) | ||
1838 | #define bfin_read_CAN_MB18_LENGTH() bfin_read16(CAN_MB18_LENGTH) | ||
1839 | #define bfin_write_CAN_MB18_LENGTH(val) bfin_write16(CAN_MB18_LENGTH, val) | ||
1840 | #define bfin_read_CAN_MB18_TIMESTAMP() bfin_read16(CAN_MB18_TIMESTAMP) | ||
1841 | #define bfin_write_CAN_MB18_TIMESTAMP(val) bfin_write16(CAN_MB18_TIMESTAMP, val) | ||
1842 | #define bfin_read_CAN_MB18_ID0() bfin_read16(CAN_MB18_ID0) | ||
1843 | #define bfin_write_CAN_MB18_ID0(val) bfin_write16(CAN_MB18_ID0, val) | ||
1844 | #define bfin_read_CAN_MB18_ID1() bfin_read16(CAN_MB18_ID1) | ||
1845 | #define bfin_write_CAN_MB18_ID1(val) bfin_write16(CAN_MB18_ID1, val) | ||
1846 | #define bfin_read_CAN_MB19_DATA0() bfin_read16(CAN_MB19_DATA0) | ||
1847 | #define bfin_write_CAN_MB19_DATA0(val) bfin_write16(CAN_MB19_DATA0, val) | ||
1848 | #define bfin_read_CAN_MB19_DATA1() bfin_read16(CAN_MB19_DATA1) | ||
1849 | #define bfin_write_CAN_MB19_DATA1(val) bfin_write16(CAN_MB19_DATA1, val) | ||
1850 | #define bfin_read_CAN_MB19_DATA2() bfin_read16(CAN_MB19_DATA2) | ||
1851 | #define bfin_write_CAN_MB19_DATA2(val) bfin_write16(CAN_MB19_DATA2, val) | ||
1852 | #define bfin_read_CAN_MB19_DATA3() bfin_read16(CAN_MB19_DATA3) | ||
1853 | #define bfin_write_CAN_MB19_DATA3(val) bfin_write16(CAN_MB19_DATA3, val) | ||
1854 | #define bfin_read_CAN_MB19_LENGTH() bfin_read16(CAN_MB19_LENGTH) | ||
1855 | #define bfin_write_CAN_MB19_LENGTH(val) bfin_write16(CAN_MB19_LENGTH, val) | ||
1856 | #define bfin_read_CAN_MB19_TIMESTAMP() bfin_read16(CAN_MB19_TIMESTAMP) | ||
1857 | #define bfin_write_CAN_MB19_TIMESTAMP(val) bfin_write16(CAN_MB19_TIMESTAMP, val) | ||
1858 | #define bfin_read_CAN_MB19_ID0() bfin_read16(CAN_MB19_ID0) | ||
1859 | #define bfin_write_CAN_MB19_ID0(val) bfin_write16(CAN_MB19_ID0, val) | ||
1860 | #define bfin_read_CAN_MB19_ID1() bfin_read16(CAN_MB19_ID1) | ||
1861 | #define bfin_write_CAN_MB19_ID1(val) bfin_write16(CAN_MB19_ID1, val) | ||
1862 | #define bfin_read_CAN_MB20_DATA0() bfin_read16(CAN_MB20_DATA0) | ||
1863 | #define bfin_write_CAN_MB20_DATA0(val) bfin_write16(CAN_MB20_DATA0, val) | ||
1864 | #define bfin_read_CAN_MB20_DATA1() bfin_read16(CAN_MB20_DATA1) | ||
1865 | #define bfin_write_CAN_MB20_DATA1(val) bfin_write16(CAN_MB20_DATA1, val) | ||
1866 | #define bfin_read_CAN_MB20_DATA2() bfin_read16(CAN_MB20_DATA2) | ||
1867 | #define bfin_write_CAN_MB20_DATA2(val) bfin_write16(CAN_MB20_DATA2, val) | ||
1868 | #define bfin_read_CAN_MB20_DATA3() bfin_read16(CAN_MB20_DATA3) | ||
1869 | #define bfin_write_CAN_MB20_DATA3(val) bfin_write16(CAN_MB20_DATA3, val) | ||
1870 | #define bfin_read_CAN_MB20_LENGTH() bfin_read16(CAN_MB20_LENGTH) | ||
1871 | #define bfin_write_CAN_MB20_LENGTH(val) bfin_write16(CAN_MB20_LENGTH, val) | ||
1872 | #define bfin_read_CAN_MB20_TIMESTAMP() bfin_read16(CAN_MB20_TIMESTAMP) | ||
1873 | #define bfin_write_CAN_MB20_TIMESTAMP(val) bfin_write16(CAN_MB20_TIMESTAMP, val) | ||
1874 | #define bfin_read_CAN_MB20_ID0() bfin_read16(CAN_MB20_ID0) | ||
1875 | #define bfin_write_CAN_MB20_ID0(val) bfin_write16(CAN_MB20_ID0, val) | ||
1876 | #define bfin_read_CAN_MB20_ID1() bfin_read16(CAN_MB20_ID1) | ||
1877 | #define bfin_write_CAN_MB20_ID1(val) bfin_write16(CAN_MB20_ID1, val) | ||
1878 | #define bfin_read_CAN_MB21_DATA0() bfin_read16(CAN_MB21_DATA0) | ||
1879 | #define bfin_write_CAN_MB21_DATA0(val) bfin_write16(CAN_MB21_DATA0, val) | ||
1880 | #define bfin_read_CAN_MB21_DATA1() bfin_read16(CAN_MB21_DATA1) | ||
1881 | #define bfin_write_CAN_MB21_DATA1(val) bfin_write16(CAN_MB21_DATA1, val) | ||
1882 | #define bfin_read_CAN_MB21_DATA2() bfin_read16(CAN_MB21_DATA2) | ||
1883 | #define bfin_write_CAN_MB21_DATA2(val) bfin_write16(CAN_MB21_DATA2, val) | ||
1884 | #define bfin_read_CAN_MB21_DATA3() bfin_read16(CAN_MB21_DATA3) | ||
1885 | #define bfin_write_CAN_MB21_DATA3(val) bfin_write16(CAN_MB21_DATA3, val) | ||
1886 | #define bfin_read_CAN_MB21_LENGTH() bfin_read16(CAN_MB21_LENGTH) | ||
1887 | #define bfin_write_CAN_MB21_LENGTH(val) bfin_write16(CAN_MB21_LENGTH, val) | ||
1888 | #define bfin_read_CAN_MB21_TIMESTAMP() bfin_read16(CAN_MB21_TIMESTAMP) | ||
1889 | #define bfin_write_CAN_MB21_TIMESTAMP(val) bfin_write16(CAN_MB21_TIMESTAMP, val) | ||
1890 | #define bfin_read_CAN_MB21_ID0() bfin_read16(CAN_MB21_ID0) | ||
1891 | #define bfin_write_CAN_MB21_ID0(val) bfin_write16(CAN_MB21_ID0, val) | ||
1892 | #define bfin_read_CAN_MB21_ID1() bfin_read16(CAN_MB21_ID1) | ||
1893 | #define bfin_write_CAN_MB21_ID1(val) bfin_write16(CAN_MB21_ID1, val) | ||
1894 | #define bfin_read_CAN_MB22_DATA0() bfin_read16(CAN_MB22_DATA0) | ||
1895 | #define bfin_write_CAN_MB22_DATA0(val) bfin_write16(CAN_MB22_DATA0, val) | ||
1896 | #define bfin_read_CAN_MB22_DATA1() bfin_read16(CAN_MB22_DATA1) | ||
1897 | #define bfin_write_CAN_MB22_DATA1(val) bfin_write16(CAN_MB22_DATA1, val) | ||
1898 | #define bfin_read_CAN_MB22_DATA2() bfin_read16(CAN_MB22_DATA2) | ||
1899 | #define bfin_write_CAN_MB22_DATA2(val) bfin_write16(CAN_MB22_DATA2, val) | ||
1900 | #define bfin_read_CAN_MB22_DATA3() bfin_read16(CAN_MB22_DATA3) | ||
1901 | #define bfin_write_CAN_MB22_DATA3(val) bfin_write16(CAN_MB22_DATA3, val) | ||
1902 | #define bfin_read_CAN_MB22_LENGTH() bfin_read16(CAN_MB22_LENGTH) | ||
1903 | #define bfin_write_CAN_MB22_LENGTH(val) bfin_write16(CAN_MB22_LENGTH, val) | ||
1904 | #define bfin_read_CAN_MB22_TIMESTAMP() bfin_read16(CAN_MB22_TIMESTAMP) | ||
1905 | #define bfin_write_CAN_MB22_TIMESTAMP(val) bfin_write16(CAN_MB22_TIMESTAMP, val) | ||
1906 | #define bfin_read_CAN_MB22_ID0() bfin_read16(CAN_MB22_ID0) | ||
1907 | #define bfin_write_CAN_MB22_ID0(val) bfin_write16(CAN_MB22_ID0, val) | ||
1908 | #define bfin_read_CAN_MB22_ID1() bfin_read16(CAN_MB22_ID1) | ||
1909 | #define bfin_write_CAN_MB22_ID1(val) bfin_write16(CAN_MB22_ID1, val) | ||
1910 | #define bfin_read_CAN_MB23_DATA0() bfin_read16(CAN_MB23_DATA0) | ||
1911 | #define bfin_write_CAN_MB23_DATA0(val) bfin_write16(CAN_MB23_DATA0, val) | ||
1912 | #define bfin_read_CAN_MB23_DATA1() bfin_read16(CAN_MB23_DATA1) | ||
1913 | #define bfin_write_CAN_MB23_DATA1(val) bfin_write16(CAN_MB23_DATA1, val) | ||
1914 | #define bfin_read_CAN_MB23_DATA2() bfin_read16(CAN_MB23_DATA2) | ||
1915 | #define bfin_write_CAN_MB23_DATA2(val) bfin_write16(CAN_MB23_DATA2, val) | ||
1916 | #define bfin_read_CAN_MB23_DATA3() bfin_read16(CAN_MB23_DATA3) | ||
1917 | #define bfin_write_CAN_MB23_DATA3(val) bfin_write16(CAN_MB23_DATA3, val) | ||
1918 | #define bfin_read_CAN_MB23_LENGTH() bfin_read16(CAN_MB23_LENGTH) | ||
1919 | #define bfin_write_CAN_MB23_LENGTH(val) bfin_write16(CAN_MB23_LENGTH, val) | ||
1920 | #define bfin_read_CAN_MB23_TIMESTAMP() bfin_read16(CAN_MB23_TIMESTAMP) | ||
1921 | #define bfin_write_CAN_MB23_TIMESTAMP(val) bfin_write16(CAN_MB23_TIMESTAMP, val) | ||
1922 | #define bfin_read_CAN_MB23_ID0() bfin_read16(CAN_MB23_ID0) | ||
1923 | #define bfin_write_CAN_MB23_ID0(val) bfin_write16(CAN_MB23_ID0, val) | ||
1924 | #define bfin_read_CAN_MB23_ID1() bfin_read16(CAN_MB23_ID1) | ||
1925 | #define bfin_write_CAN_MB23_ID1(val) bfin_write16(CAN_MB23_ID1, val) | ||
1926 | #define bfin_read_CAN_MB24_DATA0() bfin_read16(CAN_MB24_DATA0) | ||
1927 | #define bfin_write_CAN_MB24_DATA0(val) bfin_write16(CAN_MB24_DATA0, val) | ||
1928 | #define bfin_read_CAN_MB24_DATA1() bfin_read16(CAN_MB24_DATA1) | ||
1929 | #define bfin_write_CAN_MB24_DATA1(val) bfin_write16(CAN_MB24_DATA1, val) | ||
1930 | #define bfin_read_CAN_MB24_DATA2() bfin_read16(CAN_MB24_DATA2) | ||
1931 | #define bfin_write_CAN_MB24_DATA2(val) bfin_write16(CAN_MB24_DATA2, val) | ||
1932 | #define bfin_read_CAN_MB24_DATA3() bfin_read16(CAN_MB24_DATA3) | ||
1933 | #define bfin_write_CAN_MB24_DATA3(val) bfin_write16(CAN_MB24_DATA3, val) | ||
1934 | #define bfin_read_CAN_MB24_LENGTH() bfin_read16(CAN_MB24_LENGTH) | ||
1935 | #define bfin_write_CAN_MB24_LENGTH(val) bfin_write16(CAN_MB24_LENGTH, val) | ||
1936 | #define bfin_read_CAN_MB24_TIMESTAMP() bfin_read16(CAN_MB24_TIMESTAMP) | ||
1937 | #define bfin_write_CAN_MB24_TIMESTAMP(val) bfin_write16(CAN_MB24_TIMESTAMP, val) | ||
1938 | #define bfin_read_CAN_MB24_ID0() bfin_read16(CAN_MB24_ID0) | ||
1939 | #define bfin_write_CAN_MB24_ID0(val) bfin_write16(CAN_MB24_ID0, val) | ||
1940 | #define bfin_read_CAN_MB24_ID1() bfin_read16(CAN_MB24_ID1) | ||
1941 | #define bfin_write_CAN_MB24_ID1(val) bfin_write16(CAN_MB24_ID1, val) | ||
1942 | #define bfin_read_CAN_MB25_DATA0() bfin_read16(CAN_MB25_DATA0) | ||
1943 | #define bfin_write_CAN_MB25_DATA0(val) bfin_write16(CAN_MB25_DATA0, val) | ||
1944 | #define bfin_read_CAN_MB25_DATA1() bfin_read16(CAN_MB25_DATA1) | ||
1945 | #define bfin_write_CAN_MB25_DATA1(val) bfin_write16(CAN_MB25_DATA1, val) | ||
1946 | #define bfin_read_CAN_MB25_DATA2() bfin_read16(CAN_MB25_DATA2) | ||
1947 | #define bfin_write_CAN_MB25_DATA2(val) bfin_write16(CAN_MB25_DATA2, val) | ||
1948 | #define bfin_read_CAN_MB25_DATA3() bfin_read16(CAN_MB25_DATA3) | ||
1949 | #define bfin_write_CAN_MB25_DATA3(val) bfin_write16(CAN_MB25_DATA3, val) | ||
1950 | #define bfin_read_CAN_MB25_LENGTH() bfin_read16(CAN_MB25_LENGTH) | ||
1951 | #define bfin_write_CAN_MB25_LENGTH(val) bfin_write16(CAN_MB25_LENGTH, val) | ||
1952 | #define bfin_read_CAN_MB25_TIMESTAMP() bfin_read16(CAN_MB25_TIMESTAMP) | ||
1953 | #define bfin_write_CAN_MB25_TIMESTAMP(val) bfin_write16(CAN_MB25_TIMESTAMP, val) | ||
1954 | #define bfin_read_CAN_MB25_ID0() bfin_read16(CAN_MB25_ID0) | ||
1955 | #define bfin_write_CAN_MB25_ID0(val) bfin_write16(CAN_MB25_ID0, val) | ||
1956 | #define bfin_read_CAN_MB25_ID1() bfin_read16(CAN_MB25_ID1) | ||
1957 | #define bfin_write_CAN_MB25_ID1(val) bfin_write16(CAN_MB25_ID1, val) | ||
1958 | #define bfin_read_CAN_MB26_DATA0() bfin_read16(CAN_MB26_DATA0) | ||
1959 | #define bfin_write_CAN_MB26_DATA0(val) bfin_write16(CAN_MB26_DATA0, val) | ||
1960 | #define bfin_read_CAN_MB26_DATA1() bfin_read16(CAN_MB26_DATA1) | ||
1961 | #define bfin_write_CAN_MB26_DATA1(val) bfin_write16(CAN_MB26_DATA1, val) | ||
1962 | #define bfin_read_CAN_MB26_DATA2() bfin_read16(CAN_MB26_DATA2) | ||
1963 | #define bfin_write_CAN_MB26_DATA2(val) bfin_write16(CAN_MB26_DATA2, val) | ||
1964 | #define bfin_read_CAN_MB26_DATA3() bfin_read16(CAN_MB26_DATA3) | ||
1965 | #define bfin_write_CAN_MB26_DATA3(val) bfin_write16(CAN_MB26_DATA3, val) | ||
1966 | #define bfin_read_CAN_MB26_LENGTH() bfin_read16(CAN_MB26_LENGTH) | ||
1967 | #define bfin_write_CAN_MB26_LENGTH(val) bfin_write16(CAN_MB26_LENGTH, val) | ||
1968 | #define bfin_read_CAN_MB26_TIMESTAMP() bfin_read16(CAN_MB26_TIMESTAMP) | ||
1969 | #define bfin_write_CAN_MB26_TIMESTAMP(val) bfin_write16(CAN_MB26_TIMESTAMP, val) | ||
1970 | #define bfin_read_CAN_MB26_ID0() bfin_read16(CAN_MB26_ID0) | ||
1971 | #define bfin_write_CAN_MB26_ID0(val) bfin_write16(CAN_MB26_ID0, val) | ||
1972 | #define bfin_read_CAN_MB26_ID1() bfin_read16(CAN_MB26_ID1) | ||
1973 | #define bfin_write_CAN_MB26_ID1(val) bfin_write16(CAN_MB26_ID1, val) | ||
1974 | #define bfin_read_CAN_MB27_DATA0() bfin_read16(CAN_MB27_DATA0) | ||
1975 | #define bfin_write_CAN_MB27_DATA0(val) bfin_write16(CAN_MB27_DATA0, val) | ||
1976 | #define bfin_read_CAN_MB27_DATA1() bfin_read16(CAN_MB27_DATA1) | ||
1977 | #define bfin_write_CAN_MB27_DATA1(val) bfin_write16(CAN_MB27_DATA1, val) | ||
1978 | #define bfin_read_CAN_MB27_DATA2() bfin_read16(CAN_MB27_DATA2) | ||
1979 | #define bfin_write_CAN_MB27_DATA2(val) bfin_write16(CAN_MB27_DATA2, val) | ||
1980 | #define bfin_read_CAN_MB27_DATA3() bfin_read16(CAN_MB27_DATA3) | ||
1981 | #define bfin_write_CAN_MB27_DATA3(val) bfin_write16(CAN_MB27_DATA3, val) | ||
1982 | #define bfin_read_CAN_MB27_LENGTH() bfin_read16(CAN_MB27_LENGTH) | ||
1983 | #define bfin_write_CAN_MB27_LENGTH(val) bfin_write16(CAN_MB27_LENGTH, val) | ||
1984 | #define bfin_read_CAN_MB27_TIMESTAMP() bfin_read16(CAN_MB27_TIMESTAMP) | ||
1985 | #define bfin_write_CAN_MB27_TIMESTAMP(val) bfin_write16(CAN_MB27_TIMESTAMP, val) | ||
1986 | #define bfin_read_CAN_MB27_ID0() bfin_read16(CAN_MB27_ID0) | ||
1987 | #define bfin_write_CAN_MB27_ID0(val) bfin_write16(CAN_MB27_ID0, val) | ||
1988 | #define bfin_read_CAN_MB27_ID1() bfin_read16(CAN_MB27_ID1) | ||
1989 | #define bfin_write_CAN_MB27_ID1(val) bfin_write16(CAN_MB27_ID1, val) | ||
1990 | #define bfin_read_CAN_MB28_DATA0() bfin_read16(CAN_MB28_DATA0) | ||
1991 | #define bfin_write_CAN_MB28_DATA0(val) bfin_write16(CAN_MB28_DATA0, val) | ||
1992 | #define bfin_read_CAN_MB28_DATA1() bfin_read16(CAN_MB28_DATA1) | ||
1993 | #define bfin_write_CAN_MB28_DATA1(val) bfin_write16(CAN_MB28_DATA1, val) | ||
1994 | #define bfin_read_CAN_MB28_DATA2() bfin_read16(CAN_MB28_DATA2) | ||
1995 | #define bfin_write_CAN_MB28_DATA2(val) bfin_write16(CAN_MB28_DATA2, val) | ||
1996 | #define bfin_read_CAN_MB28_DATA3() bfin_read16(CAN_MB28_DATA3) | ||
1997 | #define bfin_write_CAN_MB28_DATA3(val) bfin_write16(CAN_MB28_DATA3, val) | ||
1998 | #define bfin_read_CAN_MB28_LENGTH() bfin_read16(CAN_MB28_LENGTH) | ||
1999 | #define bfin_write_CAN_MB28_LENGTH(val) bfin_write16(CAN_MB28_LENGTH, val) | ||
2000 | #define bfin_read_CAN_MB28_TIMESTAMP() bfin_read16(CAN_MB28_TIMESTAMP) | ||
2001 | #define bfin_write_CAN_MB28_TIMESTAMP(val) bfin_write16(CAN_MB28_TIMESTAMP, val) | ||
2002 | #define bfin_read_CAN_MB28_ID0() bfin_read16(CAN_MB28_ID0) | ||
2003 | #define bfin_write_CAN_MB28_ID0(val) bfin_write16(CAN_MB28_ID0, val) | ||
2004 | #define bfin_read_CAN_MB28_ID1() bfin_read16(CAN_MB28_ID1) | ||
2005 | #define bfin_write_CAN_MB28_ID1(val) bfin_write16(CAN_MB28_ID1, val) | ||
2006 | #define bfin_read_CAN_MB29_DATA0() bfin_read16(CAN_MB29_DATA0) | ||
2007 | #define bfin_write_CAN_MB29_DATA0(val) bfin_write16(CAN_MB29_DATA0, val) | ||
2008 | #define bfin_read_CAN_MB29_DATA1() bfin_read16(CAN_MB29_DATA1) | ||
2009 | #define bfin_write_CAN_MB29_DATA1(val) bfin_write16(CAN_MB29_DATA1, val) | ||
2010 | #define bfin_read_CAN_MB29_DATA2() bfin_read16(CAN_MB29_DATA2) | ||
2011 | #define bfin_write_CAN_MB29_DATA2(val) bfin_write16(CAN_MB29_DATA2, val) | ||
2012 | #define bfin_read_CAN_MB29_DATA3() bfin_read16(CAN_MB29_DATA3) | ||
2013 | #define bfin_write_CAN_MB29_DATA3(val) bfin_write16(CAN_MB29_DATA3, val) | ||
2014 | #define bfin_read_CAN_MB29_LENGTH() bfin_read16(CAN_MB29_LENGTH) | ||
2015 | #define bfin_write_CAN_MB29_LENGTH(val) bfin_write16(CAN_MB29_LENGTH, val) | ||
2016 | #define bfin_read_CAN_MB29_TIMESTAMP() bfin_read16(CAN_MB29_TIMESTAMP) | ||
2017 | #define bfin_write_CAN_MB29_TIMESTAMP(val) bfin_write16(CAN_MB29_TIMESTAMP, val) | ||
2018 | #define bfin_read_CAN_MB29_ID0() bfin_read16(CAN_MB29_ID0) | ||
2019 | #define bfin_write_CAN_MB29_ID0(val) bfin_write16(CAN_MB29_ID0, val) | ||
2020 | #define bfin_read_CAN_MB29_ID1() bfin_read16(CAN_MB29_ID1) | ||
2021 | #define bfin_write_CAN_MB29_ID1(val) bfin_write16(CAN_MB29_ID1, val) | ||
2022 | #define bfin_read_CAN_MB30_DATA0() bfin_read16(CAN_MB30_DATA0) | ||
2023 | #define bfin_write_CAN_MB30_DATA0(val) bfin_write16(CAN_MB30_DATA0, val) | ||
2024 | #define bfin_read_CAN_MB30_DATA1() bfin_read16(CAN_MB30_DATA1) | ||
2025 | #define bfin_write_CAN_MB30_DATA1(val) bfin_write16(CAN_MB30_DATA1, val) | ||
2026 | #define bfin_read_CAN_MB30_DATA2() bfin_read16(CAN_MB30_DATA2) | ||
2027 | #define bfin_write_CAN_MB30_DATA2(val) bfin_write16(CAN_MB30_DATA2, val) | ||
2028 | #define bfin_read_CAN_MB30_DATA3() bfin_read16(CAN_MB30_DATA3) | ||
2029 | #define bfin_write_CAN_MB30_DATA3(val) bfin_write16(CAN_MB30_DATA3, val) | ||
2030 | #define bfin_read_CAN_MB30_LENGTH() bfin_read16(CAN_MB30_LENGTH) | ||
2031 | #define bfin_write_CAN_MB30_LENGTH(val) bfin_write16(CAN_MB30_LENGTH, val) | ||
2032 | #define bfin_read_CAN_MB30_TIMESTAMP() bfin_read16(CAN_MB30_TIMESTAMP) | ||
2033 | #define bfin_write_CAN_MB30_TIMESTAMP(val) bfin_write16(CAN_MB30_TIMESTAMP, val) | ||
2034 | #define bfin_read_CAN_MB30_ID0() bfin_read16(CAN_MB30_ID0) | ||
2035 | #define bfin_write_CAN_MB30_ID0(val) bfin_write16(CAN_MB30_ID0, val) | ||
2036 | #define bfin_read_CAN_MB30_ID1() bfin_read16(CAN_MB30_ID1) | ||
2037 | #define bfin_write_CAN_MB30_ID1(val) bfin_write16(CAN_MB30_ID1, val) | ||
2038 | #define bfin_read_CAN_MB31_DATA0() bfin_read16(CAN_MB31_DATA0) | ||
2039 | #define bfin_write_CAN_MB31_DATA0(val) bfin_write16(CAN_MB31_DATA0, val) | ||
2040 | #define bfin_read_CAN_MB31_DATA1() bfin_read16(CAN_MB31_DATA1) | ||
2041 | #define bfin_write_CAN_MB31_DATA1(val) bfin_write16(CAN_MB31_DATA1, val) | ||
2042 | #define bfin_read_CAN_MB31_DATA2() bfin_read16(CAN_MB31_DATA2) | ||
2043 | #define bfin_write_CAN_MB31_DATA2(val) bfin_write16(CAN_MB31_DATA2, val) | ||
2044 | #define bfin_read_CAN_MB31_DATA3() bfin_read16(CAN_MB31_DATA3) | ||
2045 | #define bfin_write_CAN_MB31_DATA3(val) bfin_write16(CAN_MB31_DATA3, val) | ||
2046 | #define bfin_read_CAN_MB31_LENGTH() bfin_read16(CAN_MB31_LENGTH) | ||
2047 | #define bfin_write_CAN_MB31_LENGTH(val) bfin_write16(CAN_MB31_LENGTH, val) | ||
2048 | #define bfin_read_CAN_MB31_TIMESTAMP() bfin_read16(CAN_MB31_TIMESTAMP) | ||
2049 | #define bfin_write_CAN_MB31_TIMESTAMP(val) bfin_write16(CAN_MB31_TIMESTAMP, val) | ||
2050 | #define bfin_read_CAN_MB31_ID0() bfin_read16(CAN_MB31_ID0) | ||
2051 | #define bfin_write_CAN_MB31_ID0(val) bfin_write16(CAN_MB31_ID0, val) | ||
2052 | #define bfin_read_CAN_MB31_ID1() bfin_read16(CAN_MB31_ID1) | ||
2053 | #define bfin_write_CAN_MB31_ID1(val) bfin_write16(CAN_MB31_ID1, val) | ||
2054 | |||
2055 | /* These need to be last due to the cdef/linux inter-dependencies */ | ||
2056 | #include <asm/irq.h> | ||
2057 | |||
2058 | /* Writing to PLL_CTL initiates a PLL relock sequence. */ | ||
2059 | static __inline__ void bfin_write_PLL_CTL(unsigned int val) | ||
2060 | { | ||
2061 | unsigned long flags, iwr0, iwr1; | ||
2062 | |||
2063 | if (val == bfin_read_PLL_CTL()) | ||
2064 | return; | ||
2065 | |||
2066 | local_irq_save_hw(flags); | ||
2067 | /* Enable the PLL Wakeup bit in SIC IWR */ | ||
2068 | iwr0 = bfin_read32(SIC_IWR0); | ||
2069 | iwr1 = bfin_read32(SIC_IWR1); | ||
2070 | /* Only allow PPL Wakeup) */ | ||
2071 | bfin_write32(SIC_IWR0, IWR_ENABLE(0)); | ||
2072 | bfin_write32(SIC_IWR1, 0); | ||
2073 | |||
2074 | bfin_write16(PLL_CTL, val); | ||
2075 | SSYNC(); | ||
2076 | asm("IDLE;"); | ||
2077 | |||
2078 | bfin_write32(SIC_IWR0, iwr0); | ||
2079 | bfin_write32(SIC_IWR1, iwr1); | ||
2080 | local_irq_restore_hw(flags); | ||
2081 | } | ||
2082 | |||
2083 | /* Writing to VR_CTL initiates a PLL relock sequence. */ | ||
2084 | static __inline__ void bfin_write_VR_CTL(unsigned int val) | ||
2085 | { | ||
2086 | unsigned long flags, iwr0, iwr1; | ||
2087 | |||
2088 | if (val == bfin_read_VR_CTL()) | ||
2089 | return; | ||
2090 | |||
2091 | local_irq_save_hw(flags); | ||
2092 | /* Enable the PLL Wakeup bit in SIC IWR */ | ||
2093 | iwr0 = bfin_read32(SIC_IWR0); | ||
2094 | iwr1 = bfin_read32(SIC_IWR1); | ||
2095 | /* Only allow PPL Wakeup) */ | ||
2096 | bfin_write32(SIC_IWR0, IWR_ENABLE(0)); | ||
2097 | bfin_write32(SIC_IWR1, 0); | ||
2098 | |||
2099 | bfin_write16(VR_CTL, val); | ||
2100 | SSYNC(); | ||
2101 | asm("IDLE;"); | ||
2102 | |||
2103 | bfin_write32(SIC_IWR0, iwr0); | ||
2104 | bfin_write32(SIC_IWR1, iwr1); | ||
2105 | local_irq_restore_hw(flags); | ||
2106 | } | ||
2107 | |||
2108 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/cdefBF539.h b/arch/blackfin/mach-bf538/include/mach/cdefBF539.h new file mode 100644 index 000000000000..198c4bbc8e5d --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/cdefBF539.h | |||
@@ -0,0 +1,240 @@ | |||
1 | /* DO NOT EDIT THIS FILE | ||
2 | * Automatically generated by generate-cdef-headers.xsl | ||
3 | * DO NOT EDIT THIS FILE | ||
4 | */ | ||
5 | |||
6 | #ifndef _CDEF_BF539_H | ||
7 | #define _CDEF_BF539_H | ||
8 | |||
9 | /* Include MMRs Common to BF538 */ | ||
10 | #include "cdefBF538.h" | ||
11 | |||
12 | |||
13 | #define bfin_read_MXVR_CONFIG() bfin_read16(MXVR_CONFIG) | ||
14 | #define bfin_write_MXVR_CONFIG(val) bfin_write16(MXVR_CONFIG, val) | ||
15 | #define bfin_read_MXVR_PLL_CTL_0() bfin_read32(MXVR_PLL_CTL_0) | ||
16 | #define bfin_write_MXVR_PLL_CTL_0(val) bfin_write32(MXVR_PLL_CTL_0, val) | ||
17 | #define bfin_read_MXVR_STATE_0() bfin_read32(MXVR_STATE_0) | ||
18 | #define bfin_write_MXVR_STATE_0(val) bfin_write32(MXVR_STATE_0, val) | ||
19 | #define bfin_read_MXVR_STATE_1() bfin_read32(MXVR_STATE_1) | ||
20 | #define bfin_write_MXVR_STATE_1(val) bfin_write32(MXVR_STATE_1, val) | ||
21 | #define bfin_read_MXVR_INT_STAT_0() bfin_read32(MXVR_INT_STAT_0) | ||
22 | #define bfin_write_MXVR_INT_STAT_0(val) bfin_write32(MXVR_INT_STAT_0, val) | ||
23 | #define bfin_read_MXVR_INT_STAT_1() bfin_read32(MXVR_INT_STAT_1) | ||
24 | #define bfin_write_MXVR_INT_STAT_1(val) bfin_write32(MXVR_INT_STAT_1, val) | ||
25 | #define bfin_read_MXVR_INT_EN_0() bfin_read32(MXVR_INT_EN_0) | ||
26 | #define bfin_write_MXVR_INT_EN_0(val) bfin_write32(MXVR_INT_EN_0, val) | ||
27 | #define bfin_read_MXVR_INT_EN_1() bfin_read32(MXVR_INT_EN_1) | ||
28 | #define bfin_write_MXVR_INT_EN_1(val) bfin_write32(MXVR_INT_EN_1, val) | ||
29 | #define bfin_read_MXVR_POSITION() bfin_read16(MXVR_POSITION) | ||
30 | #define bfin_write_MXVR_POSITION(val) bfin_write16(MXVR_POSITION, val) | ||
31 | #define bfin_read_MXVR_MAX_POSITION() bfin_read16(MXVR_MAX_POSITION) | ||
32 | #define bfin_write_MXVR_MAX_POSITION(val) bfin_write16(MXVR_MAX_POSITION, val) | ||
33 | #define bfin_read_MXVR_DELAY() bfin_read16(MXVR_DELAY) | ||
34 | #define bfin_write_MXVR_DELAY(val) bfin_write16(MXVR_DELAY, val) | ||
35 | #define bfin_read_MXVR_MAX_DELAY() bfin_read16(MXVR_MAX_DELAY) | ||
36 | #define bfin_write_MXVR_MAX_DELAY(val) bfin_write16(MXVR_MAX_DELAY, val) | ||
37 | #define bfin_read_MXVR_LADDR() bfin_read32(MXVR_LADDR) | ||
38 | #define bfin_write_MXVR_LADDR(val) bfin_write32(MXVR_LADDR, val) | ||
39 | #define bfin_read_MXVR_GADDR() bfin_read16(MXVR_GADDR) | ||
40 | #define bfin_write_MXVR_GADDR(val) bfin_write16(MXVR_GADDR, val) | ||
41 | #define bfin_read_MXVR_AADDR() bfin_read32(MXVR_AADDR) | ||
42 | #define bfin_write_MXVR_AADDR(val) bfin_write32(MXVR_AADDR, val) | ||
43 | #define bfin_read_MXVR_ALLOC_0() bfin_read32(MXVR_ALLOC_0) | ||
44 | #define bfin_write_MXVR_ALLOC_0(val) bfin_write32(MXVR_ALLOC_0, val) | ||
45 | #define bfin_read_MXVR_ALLOC_1() bfin_read32(MXVR_ALLOC_1) | ||
46 | #define bfin_write_MXVR_ALLOC_1(val) bfin_write32(MXVR_ALLOC_1, val) | ||
47 | #define bfin_read_MXVR_ALLOC_2() bfin_read32(MXVR_ALLOC_2) | ||
48 | #define bfin_write_MXVR_ALLOC_2(val) bfin_write32(MXVR_ALLOC_2, val) | ||
49 | #define bfin_read_MXVR_ALLOC_3() bfin_read32(MXVR_ALLOC_3) | ||
50 | #define bfin_write_MXVR_ALLOC_3(val) bfin_write32(MXVR_ALLOC_3, val) | ||
51 | #define bfin_read_MXVR_ALLOC_4() bfin_read32(MXVR_ALLOC_4) | ||
52 | #define bfin_write_MXVR_ALLOC_4(val) bfin_write32(MXVR_ALLOC_4, val) | ||
53 | #define bfin_read_MXVR_ALLOC_5() bfin_read32(MXVR_ALLOC_5) | ||
54 | #define bfin_write_MXVR_ALLOC_5(val) bfin_write32(MXVR_ALLOC_5, val) | ||
55 | #define bfin_read_MXVR_ALLOC_6() bfin_read32(MXVR_ALLOC_6) | ||
56 | #define bfin_write_MXVR_ALLOC_6(val) bfin_write32(MXVR_ALLOC_6, val) | ||
57 | #define bfin_read_MXVR_ALLOC_7() bfin_read32(MXVR_ALLOC_7) | ||
58 | #define bfin_write_MXVR_ALLOC_7(val) bfin_write32(MXVR_ALLOC_7, val) | ||
59 | #define bfin_read_MXVR_ALLOC_8() bfin_read32(MXVR_ALLOC_8) | ||
60 | #define bfin_write_MXVR_ALLOC_8(val) bfin_write32(MXVR_ALLOC_8, val) | ||
61 | #define bfin_read_MXVR_ALLOC_9() bfin_read32(MXVR_ALLOC_9) | ||
62 | #define bfin_write_MXVR_ALLOC_9(val) bfin_write32(MXVR_ALLOC_9, val) | ||
63 | #define bfin_read_MXVR_ALLOC_10() bfin_read32(MXVR_ALLOC_10) | ||
64 | #define bfin_write_MXVR_ALLOC_10(val) bfin_write32(MXVR_ALLOC_10, val) | ||
65 | #define bfin_read_MXVR_ALLOC_11() bfin_read32(MXVR_ALLOC_11) | ||
66 | #define bfin_write_MXVR_ALLOC_11(val) bfin_write32(MXVR_ALLOC_11, val) | ||
67 | #define bfin_read_MXVR_ALLOC_12() bfin_read32(MXVR_ALLOC_12) | ||
68 | #define bfin_write_MXVR_ALLOC_12(val) bfin_write32(MXVR_ALLOC_12, val) | ||
69 | #define bfin_read_MXVR_ALLOC_13() bfin_read32(MXVR_ALLOC_13) | ||
70 | #define bfin_write_MXVR_ALLOC_13(val) bfin_write32(MXVR_ALLOC_13, val) | ||
71 | #define bfin_read_MXVR_ALLOC_14() bfin_read32(MXVR_ALLOC_14) | ||
72 | #define bfin_write_MXVR_ALLOC_14(val) bfin_write32(MXVR_ALLOC_14, val) | ||
73 | #define bfin_read_MXVR_SYNC_LCHAN_0() bfin_read32(MXVR_SYNC_LCHAN_0) | ||
74 | #define bfin_write_MXVR_SYNC_LCHAN_0(val) bfin_write32(MXVR_SYNC_LCHAN_0, val) | ||
75 | #define bfin_read_MXVR_SYNC_LCHAN_1() bfin_read32(MXVR_SYNC_LCHAN_1) | ||
76 | #define bfin_write_MXVR_SYNC_LCHAN_1(val) bfin_write32(MXVR_SYNC_LCHAN_1, val) | ||
77 | #define bfin_read_MXVR_SYNC_LCHAN_2() bfin_read32(MXVR_SYNC_LCHAN_2) | ||
78 | #define bfin_write_MXVR_SYNC_LCHAN_2(val) bfin_write32(MXVR_SYNC_LCHAN_2, val) | ||
79 | #define bfin_read_MXVR_SYNC_LCHAN_3() bfin_read32(MXVR_SYNC_LCHAN_3) | ||
80 | #define bfin_write_MXVR_SYNC_LCHAN_3(val) bfin_write32(MXVR_SYNC_LCHAN_3, val) | ||
81 | #define bfin_read_MXVR_SYNC_LCHAN_4() bfin_read32(MXVR_SYNC_LCHAN_4) | ||
82 | #define bfin_write_MXVR_SYNC_LCHAN_4(val) bfin_write32(MXVR_SYNC_LCHAN_4, val) | ||
83 | #define bfin_read_MXVR_SYNC_LCHAN_5() bfin_read32(MXVR_SYNC_LCHAN_5) | ||
84 | #define bfin_write_MXVR_SYNC_LCHAN_5(val) bfin_write32(MXVR_SYNC_LCHAN_5, val) | ||
85 | #define bfin_read_MXVR_SYNC_LCHAN_6() bfin_read32(MXVR_SYNC_LCHAN_6) | ||
86 | #define bfin_write_MXVR_SYNC_LCHAN_6(val) bfin_write32(MXVR_SYNC_LCHAN_6, val) | ||
87 | #define bfin_read_MXVR_SYNC_LCHAN_7() bfin_read32(MXVR_SYNC_LCHAN_7) | ||
88 | #define bfin_write_MXVR_SYNC_LCHAN_7(val) bfin_write32(MXVR_SYNC_LCHAN_7, val) | ||
89 | #define bfin_read_MXVR_DMA0_CONFIG() bfin_read32(MXVR_DMA0_CONFIG) | ||
90 | #define bfin_write_MXVR_DMA0_CONFIG(val) bfin_write32(MXVR_DMA0_CONFIG, val) | ||
91 | #define bfin_read_MXVR_DMA0_START_ADDR() bfin_readPTR(MXVR_DMA0_START_ADDR) | ||
92 | #define bfin_write_MXVR_DMA0_START_ADDR(val) bfin_writePTR(MXVR_DMA0_START_ADDR, val) | ||
93 | #define bfin_read_MXVR_DMA0_COUNT() bfin_read16(MXVR_DMA0_COUNT) | ||
94 | #define bfin_write_MXVR_DMA0_COUNT(val) bfin_write16(MXVR_DMA0_COUNT, val) | ||
95 | #define bfin_read_MXVR_DMA0_CURR_ADDR() bfin_readPTR(MXVR_DMA0_CURR_ADDR) | ||
96 | #define bfin_write_MXVR_DMA0_CURR_ADDR(val) bfin_writePTR(MXVR_DMA0_CURR_ADDR, val) | ||
97 | #define bfin_read_MXVR_DMA0_CURR_COUNT() bfin_read16(MXVR_DMA0_CURR_COUNT) | ||
98 | #define bfin_write_MXVR_DMA0_CURR_COUNT(val) bfin_write16(MXVR_DMA0_CURR_COUNT, val) | ||
99 | #define bfin_read_MXVR_DMA1_CONFIG() bfin_read32(MXVR_DMA1_CONFIG) | ||
100 | #define bfin_write_MXVR_DMA1_CONFIG(val) bfin_write32(MXVR_DMA1_CONFIG, val) | ||
101 | #define bfin_read_MXVR_DMA1_START_ADDR() bfin_readPTR(MXVR_DMA1_START_ADDR) | ||
102 | #define bfin_write_MXVR_DMA1_START_ADDR(val) bfin_writePTR(MXVR_DMA1_START_ADDR, val) | ||
103 | #define bfin_read_MXVR_DMA1_COUNT() bfin_read16(MXVR_DMA1_COUNT) | ||
104 | #define bfin_write_MXVR_DMA1_COUNT(val) bfin_write16(MXVR_DMA1_COUNT, val) | ||
105 | #define bfin_read_MXVR_DMA1_CURR_ADDR() bfin_readPTR(MXVR_DMA1_CURR_ADDR) | ||
106 | #define bfin_write_MXVR_DMA1_CURR_ADDR(val) bfin_writePTR(MXVR_DMA1_CURR_ADDR, val) | ||
107 | #define bfin_read_MXVR_DMA1_CURR_COUNT() bfin_read16(MXVR_DMA1_CURR_COUNT) | ||
108 | #define bfin_write_MXVR_DMA1_CURR_COUNT(val) bfin_write16(MXVR_DMA1_CURR_COUNT, val) | ||
109 | #define bfin_read_MXVR_DMA2_CONFIG() bfin_read32(MXVR_DMA2_CONFIG) | ||
110 | #define bfin_write_MXVR_DMA2_CONFIG(val) bfin_write32(MXVR_DMA2_CONFIG, val) | ||
111 | #define bfin_read_MXVR_DMA2_START_ADDR() bfin_readPTR(MXVR_DMA2_START_ADDR) | ||
112 | #define bfin_write_MXVR_DMA2_START_ADDR(val) bfin_writePTR(MXVR_DMA2_START_ADDR, val) | ||
113 | #define bfin_read_MXVR_DMA2_COUNT() bfin_read16(MXVR_DMA2_COUNT) | ||
114 | #define bfin_write_MXVR_DMA2_COUNT(val) bfin_write16(MXVR_DMA2_COUNT, val) | ||
115 | #define bfin_read_MXVR_DMA2_CURR_ADDR() bfin_readPTR(MXVR_DMA2_CURR_ADDR) | ||
116 | #define bfin_write_MXVR_DMA2_CURR_ADDR(val) bfin_writePTR(MXVR_DMA2_CURR_ADDR, val) | ||
117 | #define bfin_read_MXVR_DMA2_CURR_COUNT() bfin_read16(MXVR_DMA2_CURR_COUNT) | ||
118 | #define bfin_write_MXVR_DMA2_CURR_COUNT(val) bfin_write16(MXVR_DMA2_CURR_COUNT, val) | ||
119 | #define bfin_read_MXVR_DMA3_CONFIG() bfin_read32(MXVR_DMA3_CONFIG) | ||
120 | #define bfin_write_MXVR_DMA3_CONFIG(val) bfin_write32(MXVR_DMA3_CONFIG, val) | ||
121 | #define bfin_read_MXVR_DMA3_START_ADDR() bfin_readPTR(MXVR_DMA3_START_ADDR) | ||
122 | #define bfin_write_MXVR_DMA3_START_ADDR(val) bfin_writePTR(MXVR_DMA3_START_ADDR, val) | ||
123 | #define bfin_read_MXVR_DMA3_COUNT() bfin_read16(MXVR_DMA3_COUNT) | ||
124 | #define bfin_write_MXVR_DMA3_COUNT(val) bfin_write16(MXVR_DMA3_COUNT, val) | ||
125 | #define bfin_read_MXVR_DMA3_CURR_ADDR() bfin_readPTR(MXVR_DMA3_CURR_ADDR) | ||
126 | #define bfin_write_MXVR_DMA3_CURR_ADDR(val) bfin_writePTR(MXVR_DMA3_CURR_ADDR, val) | ||
127 | #define bfin_read_MXVR_DMA3_CURR_COUNT() bfin_read16(MXVR_DMA3_CURR_COUNT) | ||
128 | #define bfin_write_MXVR_DMA3_CURR_COUNT(val) bfin_write16(MXVR_DMA3_CURR_COUNT, val) | ||
129 | #define bfin_read_MXVR_DMA4_CONFIG() bfin_read32(MXVR_DMA4_CONFIG) | ||
130 | #define bfin_write_MXVR_DMA4_CONFIG(val) bfin_write32(MXVR_DMA4_CONFIG, val) | ||
131 | #define bfin_read_MXVR_DMA4_START_ADDR() bfin_readPTR(MXVR_DMA4_START_ADDR) | ||
132 | #define bfin_write_MXVR_DMA4_START_ADDR(val) bfin_writePTR(MXVR_DMA4_START_ADDR, val) | ||
133 | #define bfin_read_MXVR_DMA4_COUNT() bfin_read16(MXVR_DMA4_COUNT) | ||
134 | #define bfin_write_MXVR_DMA4_COUNT(val) bfin_write16(MXVR_DMA4_COUNT, val) | ||
135 | #define bfin_read_MXVR_DMA4_CURR_ADDR() bfin_readPTR(MXVR_DMA4_CURR_ADDR) | ||
136 | #define bfin_write_MXVR_DMA4_CURR_ADDR(val) bfin_writePTR(MXVR_DMA4_CURR_ADDR, val) | ||
137 | #define bfin_read_MXVR_DMA4_CURR_COUNT() bfin_read16(MXVR_DMA4_CURR_COUNT) | ||
138 | #define bfin_write_MXVR_DMA4_CURR_COUNT(val) bfin_write16(MXVR_DMA4_CURR_COUNT, val) | ||
139 | #define bfin_read_MXVR_DMA5_CONFIG() bfin_read32(MXVR_DMA5_CONFIG) | ||
140 | #define bfin_write_MXVR_DMA5_CONFIG(val) bfin_write32(MXVR_DMA5_CONFIG, val) | ||
141 | #define bfin_read_MXVR_DMA5_START_ADDR() bfin_readPTR(MXVR_DMA5_START_ADDR) | ||
142 | #define bfin_write_MXVR_DMA5_START_ADDR(val) bfin_writePTR(MXVR_DMA5_START_ADDR, val) | ||
143 | #define bfin_read_MXVR_DMA5_COUNT() bfin_read16(MXVR_DMA5_COUNT) | ||
144 | #define bfin_write_MXVR_DMA5_COUNT(val) bfin_write16(MXVR_DMA5_COUNT, val) | ||
145 | #define bfin_read_MXVR_DMA5_CURR_ADDR() bfin_readPTR(MXVR_DMA5_CURR_ADDR) | ||
146 | #define bfin_write_MXVR_DMA5_CURR_ADDR(val) bfin_writePTR(MXVR_DMA5_CURR_ADDR, val) | ||
147 | #define bfin_read_MXVR_DMA5_CURR_COUNT() bfin_read16(MXVR_DMA5_CURR_COUNT) | ||
148 | #define bfin_write_MXVR_DMA5_CURR_COUNT(val) bfin_write16(MXVR_DMA5_CURR_COUNT, val) | ||
149 | #define bfin_read_MXVR_DMA6_CONFIG() bfin_read32(MXVR_DMA6_CONFIG) | ||
150 | #define bfin_write_MXVR_DMA6_CONFIG(val) bfin_write32(MXVR_DMA6_CONFIG, val) | ||
151 | #define bfin_read_MXVR_DMA6_START_ADDR() bfin_readPTR(MXVR_DMA6_START_ADDR) | ||
152 | #define bfin_write_MXVR_DMA6_START_ADDR(val) bfin_writePTR(MXVR_DMA6_START_ADDR, val) | ||
153 | #define bfin_read_MXVR_DMA6_COUNT() bfin_read16(MXVR_DMA6_COUNT) | ||
154 | #define bfin_write_MXVR_DMA6_COUNT(val) bfin_write16(MXVR_DMA6_COUNT, val) | ||
155 | #define bfin_read_MXVR_DMA6_CURR_ADDR() bfin_readPTR(MXVR_DMA6_CURR_ADDR) | ||
156 | #define bfin_write_MXVR_DMA6_CURR_ADDR(val) bfin_writePTR(MXVR_DMA6_CURR_ADDR, val) | ||
157 | #define bfin_read_MXVR_DMA6_CURR_COUNT() bfin_read16(MXVR_DMA6_CURR_COUNT) | ||
158 | #define bfin_write_MXVR_DMA6_CURR_COUNT(val) bfin_write16(MXVR_DMA6_CURR_COUNT, val) | ||
159 | #define bfin_read_MXVR_DMA7_CONFIG() bfin_read32(MXVR_DMA7_CONFIG) | ||
160 | #define bfin_write_MXVR_DMA7_CONFIG(val) bfin_write32(MXVR_DMA7_CONFIG, val) | ||
161 | #define bfin_read_MXVR_DMA7_START_ADDR() bfin_readPTR(MXVR_DMA7_START_ADDR) | ||
162 | #define bfin_write_MXVR_DMA7_START_ADDR(val) bfin_writePTR(MXVR_DMA7_START_ADDR, val) | ||
163 | #define bfin_read_MXVR_DMA7_COUNT() bfin_read16(MXVR_DMA7_COUNT) | ||
164 | #define bfin_write_MXVR_DMA7_COUNT(val) bfin_write16(MXVR_DMA7_COUNT, val) | ||
165 | #define bfin_read_MXVR_DMA7_CURR_ADDR() bfin_readPTR(MXVR_DMA7_CURR_ADDR) | ||
166 | #define bfin_write_MXVR_DMA7_CURR_ADDR(val) bfin_writePTR(MXVR_DMA7_CURR_ADDR, val) | ||
167 | #define bfin_read_MXVR_DMA7_CURR_COUNT() bfin_read16(MXVR_DMA7_CURR_COUNT) | ||
168 | #define bfin_write_MXVR_DMA7_CURR_COUNT(val) bfin_write16(MXVR_DMA7_CURR_COUNT, val) | ||
169 | #define bfin_read_MXVR_AP_CTL() bfin_read16(MXVR_AP_CTL) | ||
170 | #define bfin_write_MXVR_AP_CTL(val) bfin_write16(MXVR_AP_CTL, val) | ||
171 | #define bfin_read_MXVR_APRB_START_ADDR() bfin_readPTR(MXVR_APRB_START_ADDR) | ||
172 | #define bfin_write_MXVR_APRB_START_ADDR(val) bfin_writePTR(MXVR_APRB_START_ADDR, val) | ||
173 | #define bfin_read_MXVR_APRB_CURR_ADDR() bfin_readPTR(MXVR_APRB_CURR_ADDR) | ||
174 | #define bfin_write_MXVR_APRB_CURR_ADDR(val) bfin_writePTR(MXVR_APRB_CURR_ADDR, val) | ||
175 | #define bfin_read_MXVR_APTB_START_ADDR() bfin_readPTR(MXVR_APTB_START_ADDR) | ||
176 | #define bfin_write_MXVR_APTB_START_ADDR(val) bfin_writePTR(MXVR_APTB_START_ADDR, val) | ||
177 | #define bfin_read_MXVR_APTB_CURR_ADDR() bfin_readPTR(MXVR_APTB_CURR_ADDR) | ||
178 | #define bfin_write_MXVR_APTB_CURR_ADDR(val) bfin_writePTR(MXVR_APTB_CURR_ADDR, val) | ||
179 | #define bfin_read_MXVR_CM_CTL() bfin_read32(MXVR_CM_CTL) | ||
180 | #define bfin_write_MXVR_CM_CTL(val) bfin_write32(MXVR_CM_CTL, val) | ||
181 | #define bfin_read_MXVR_CMRB_START_ADDR() bfin_readPTR(MXVR_CMRB_START_ADDR) | ||
182 | #define bfin_write_MXVR_CMRB_START_ADDR(val) bfin_writePTR(MXVR_CMRB_START_ADDR, val) | ||
183 | #define bfin_read_MXVR_CMRB_CURR_ADDR() bfin_readPTR(MXVR_CMRB_CURR_ADDR) | ||
184 | #define bfin_write_MXVR_CMRB_CURR_ADDR(val) bfin_writePTR(MXVR_CMRB_CURR_ADDR, val) | ||
185 | #define bfin_read_MXVR_CMTB_START_ADDR() bfin_readPTR(MXVR_CMTB_START_ADDR) | ||
186 | #define bfin_write_MXVR_CMTB_START_ADDR(val) bfin_writePTR(MXVR_CMTB_START_ADDR, val) | ||
187 | #define bfin_read_MXVR_CMTB_CURR_ADDR() bfin_readPTR(MXVR_CMTB_CURR_ADDR) | ||
188 | #define bfin_write_MXVR_CMTB_CURR_ADDR(val) bfin_writePTR(MXVR_CMTB_CURR_ADDR, val) | ||
189 | #define bfin_read_MXVR_RRDB_START_ADDR() bfin_readPTR(MXVR_RRDB_START_ADDR) | ||
190 | #define bfin_write_MXVR_RRDB_START_ADDR(val) bfin_writePTR(MXVR_RRDB_START_ADDR, val) | ||
191 | #define bfin_read_MXVR_RRDB_CURR_ADDR() bfin_readPTR(MXVR_RRDB_CURR_ADDR) | ||
192 | #define bfin_write_MXVR_RRDB_CURR_ADDR(val) bfin_writePTR(MXVR_RRDB_CURR_ADDR, val) | ||
193 | #define bfin_read_MXVR_PAT_DATA_0() bfin_read32(MXVR_PAT_DATA_0) | ||
194 | #define bfin_write_MXVR_PAT_DATA_0(val) bfin_write32(MXVR_PAT_DATA_0, val) | ||
195 | #define bfin_read_MXVR_PAT_EN_0() bfin_read32(MXVR_PAT_EN_0) | ||
196 | #define bfin_write_MXVR_PAT_EN_0(val) bfin_write32(MXVR_PAT_EN_0, val) | ||
197 | #define bfin_read_MXVR_PAT_DATA_1() bfin_read32(MXVR_PAT_DATA_1) | ||
198 | #define bfin_write_MXVR_PAT_DATA_1(val) bfin_write32(MXVR_PAT_DATA_1, val) | ||
199 | #define bfin_read_MXVR_PAT_EN_1() bfin_read32(MXVR_PAT_EN_1) | ||
200 | #define bfin_write_MXVR_PAT_EN_1(val) bfin_write32(MXVR_PAT_EN_1, val) | ||
201 | #define bfin_read_MXVR_FRAME_CNT_0() bfin_read16(MXVR_FRAME_CNT_0) | ||
202 | #define bfin_write_MXVR_FRAME_CNT_0(val) bfin_write16(MXVR_FRAME_CNT_0, val) | ||
203 | #define bfin_read_MXVR_FRAME_CNT_1() bfin_read16(MXVR_FRAME_CNT_1) | ||
204 | #define bfin_write_MXVR_FRAME_CNT_1(val) bfin_write16(MXVR_FRAME_CNT_1, val) | ||
205 | #define bfin_read_MXVR_ROUTING_0() bfin_read32(MXVR_ROUTING_0) | ||
206 | #define bfin_write_MXVR_ROUTING_0(val) bfin_write32(MXVR_ROUTING_0, val) | ||
207 | #define bfin_read_MXVR_ROUTING_1() bfin_read32(MXVR_ROUTING_1) | ||
208 | #define bfin_write_MXVR_ROUTING_1(val) bfin_write32(MXVR_ROUTING_1, val) | ||
209 | #define bfin_read_MXVR_ROUTING_2() bfin_read32(MXVR_ROUTING_2) | ||
210 | #define bfin_write_MXVR_ROUTING_2(val) bfin_write32(MXVR_ROUTING_2, val) | ||
211 | #define bfin_read_MXVR_ROUTING_3() bfin_read32(MXVR_ROUTING_3) | ||
212 | #define bfin_write_MXVR_ROUTING_3(val) bfin_write32(MXVR_ROUTING_3, val) | ||
213 | #define bfin_read_MXVR_ROUTING_4() bfin_read32(MXVR_ROUTING_4) | ||
214 | #define bfin_write_MXVR_ROUTING_4(val) bfin_write32(MXVR_ROUTING_4, val) | ||
215 | #define bfin_read_MXVR_ROUTING_5() bfin_read32(MXVR_ROUTING_5) | ||
216 | #define bfin_write_MXVR_ROUTING_5(val) bfin_write32(MXVR_ROUTING_5, val) | ||
217 | #define bfin_read_MXVR_ROUTING_6() bfin_read32(MXVR_ROUTING_6) | ||
218 | #define bfin_write_MXVR_ROUTING_6(val) bfin_write32(MXVR_ROUTING_6, val) | ||
219 | #define bfin_read_MXVR_ROUTING_7() bfin_read32(MXVR_ROUTING_7) | ||
220 | #define bfin_write_MXVR_ROUTING_7(val) bfin_write32(MXVR_ROUTING_7, val) | ||
221 | #define bfin_read_MXVR_ROUTING_8() bfin_read32(MXVR_ROUTING_8) | ||
222 | #define bfin_write_MXVR_ROUTING_8(val) bfin_write32(MXVR_ROUTING_8, val) | ||
223 | #define bfin_read_MXVR_ROUTING_9() bfin_read32(MXVR_ROUTING_9) | ||
224 | #define bfin_write_MXVR_ROUTING_9(val) bfin_write32(MXVR_ROUTING_9, val) | ||
225 | #define bfin_read_MXVR_ROUTING_10() bfin_read32(MXVR_ROUTING_10) | ||
226 | #define bfin_write_MXVR_ROUTING_10(val) bfin_write32(MXVR_ROUTING_10, val) | ||
227 | #define bfin_read_MXVR_ROUTING_11() bfin_read32(MXVR_ROUTING_11) | ||
228 | #define bfin_write_MXVR_ROUTING_11(val) bfin_write32(MXVR_ROUTING_11, val) | ||
229 | #define bfin_read_MXVR_ROUTING_12() bfin_read32(MXVR_ROUTING_12) | ||
230 | #define bfin_write_MXVR_ROUTING_12(val) bfin_write32(MXVR_ROUTING_12, val) | ||
231 | #define bfin_read_MXVR_ROUTING_13() bfin_read32(MXVR_ROUTING_13) | ||
232 | #define bfin_write_MXVR_ROUTING_13(val) bfin_write32(MXVR_ROUTING_13, val) | ||
233 | #define bfin_read_MXVR_ROUTING_14() bfin_read32(MXVR_ROUTING_14) | ||
234 | #define bfin_write_MXVR_ROUTING_14(val) bfin_write32(MXVR_ROUTING_14, val) | ||
235 | #define bfin_read_MXVR_PLL_CTL_1() bfin_read32(MXVR_PLL_CTL_1) | ||
236 | #define bfin_write_MXVR_PLL_CTL_1(val) bfin_write32(MXVR_PLL_CTL_1, val) | ||
237 | #define bfin_read_MXVR_BLOCK_CNT() bfin_read16(MXVR_BLOCK_CNT) | ||
238 | #define bfin_write_MXVR_BLOCK_CNT(val) bfin_write16(MXVR_BLOCK_CNT, val) | ||
239 | |||
240 | #endif /* _CDEF_BF539_H */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/defBF539.h b/arch/blackfin/mach-bf538/include/mach/defBF539.h new file mode 100644 index 000000000000..6adbfcc65a35 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/defBF539.h | |||
@@ -0,0 +1,4243 @@ | |||
1 | /************************************************************************ | ||
2 | * | ||
3 | * This file is subject to the terms and conditions of the GNU Public | ||
4 | * License. See the file "COPYING" in the main directory of this archive | ||
5 | * for more details. | ||
6 | * | ||
7 | * Non-GPL License also available as part of VisualDSP++ | ||
8 | * http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html | ||
9 | * | ||
10 | * (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved | ||
11 | * | ||
12 | * This file under source code control, please send bugs or changes to: | ||
13 | * dsptools.support@analog.com | ||
14 | * | ||
15 | ************************************************************************/ | ||
16 | /* | ||
17 | * File: include/asm-blackfin/mach-bf538/defBF539.h | ||
18 | * Based on: | ||
19 | * Author: | ||
20 | * | ||
21 | * Created: | ||
22 | * Description: | ||
23 | * | ||
24 | * Rev: | ||
25 | * | ||
26 | * Modified: | ||
27 | * | ||
28 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
29 | * | ||
30 | * This program is free software; you can redistribute it and/or modify | ||
31 | * it under the terms of the GNU General Public License as published by | ||
32 | * the Free Software Foundation; either version 2, or (at your option) | ||
33 | * any later version. | ||
34 | * | ||
35 | * This program is distributed in the hope that it will be useful, | ||
36 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
37 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
38 | * GNU General Public License for more details. | ||
39 | * | ||
40 | * You should have received a copy of the GNU General Public License | ||
41 | * along with this program; see the file COPYING. | ||
42 | * If not, write to the Free Software Foundation, | ||
43 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
44 | */ | ||
45 | /* SYSTEM & MM REGISTER BIT & ADDRESS DEFINITIONS FOR ADSP-BF538/9 */ | ||
46 | |||
47 | #ifndef _DEF_BF539_H | ||
48 | #define _DEF_BF539_H | ||
49 | |||
50 | /* include all Core registers and bit definitions */ | ||
51 | #include <asm/def_LPBlackfin.h> | ||
52 | |||
53 | |||
54 | /*********************************************************************************** */ | ||
55 | /* System MMR Register Map */ | ||
56 | /*********************************************************************************** */ | ||
57 | /* Clock/Regulator Control (0xFFC00000 - 0xFFC000FF) */ | ||
58 | #define PLL_CTL 0xFFC00000 /* PLL Control register (16-bit) */ | ||
59 | #define PLL_DIV 0xFFC00004 /* PLL Divide Register (16-bit) */ | ||
60 | #define VR_CTL 0xFFC00008 /* Voltage Regulator Control Register (16-bit) */ | ||
61 | #define PLL_STAT 0xFFC0000C /* PLL Status register (16-bit) */ | ||
62 | #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count register (16-bit) */ | ||
63 | #define CHIPID 0xFFC00014 /* Chip ID Register */ | ||
64 | |||
65 | /* CHIPID Masks */ | ||
66 | #define CHIPID_VERSION 0xF0000000 | ||
67 | #define CHIPID_FAMILY 0x0FFFF000 | ||
68 | #define CHIPID_MANUFACTURE 0x00000FFE | ||
69 | |||
70 | /* System Interrupt Controller (0xFFC00100 - 0xFFC001FF) */ | ||
71 | #define SWRST 0xFFC00100 /* Software Reset Register (16-bit) */ | ||
72 | #define SYSCR 0xFFC00104 /* System Configuration registe */ | ||
73 | #define SIC_IMASK0 0xFFC0010C /* Interrupt Mask Register */ | ||
74 | #define SIC_IAR0 0xFFC00110 /* Interrupt Assignment Register 0 */ | ||
75 | #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ | ||
76 | #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ | ||
77 | #define SIC_IAR3 0xFFC0011C /* Interrupt Assignment Register 3 */ | ||
78 | #define SIC_ISR0 0xFFC00120 /* Interrupt Status Register */ | ||
79 | #define SIC_IWR0 0xFFC00124 /* Interrupt Wakeup Register */ | ||
80 | #define SIC_IMASK1 0xFFC00128 /* Interrupt Mask Register 1 */ | ||
81 | #define SIC_ISR1 0xFFC0012C /* Interrupt Status Register 1 */ | ||
82 | #define SIC_IWR1 0xFFC00130 /* Interrupt Wakeup Register 1 */ | ||
83 | #define SIC_IAR4 0xFFC00134 /* Interrupt Assignment Register 4 */ | ||
84 | #define SIC_IAR5 0xFFC00138 /* Interrupt Assignment Register 5 */ | ||
85 | #define SIC_IAR6 0xFFC0013C /* Interrupt Assignment Register 6 */ | ||
86 | |||
87 | |||
88 | /* Watchdog Timer (0xFFC00200 - 0xFFC002FF) */ | ||
89 | #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ | ||
90 | #define WDOG_CNT 0xFFC00204 /* Watchdog Count Register */ | ||
91 | #define WDOG_STAT 0xFFC00208 /* Watchdog Status Register */ | ||
92 | |||
93 | |||
94 | /* Real Time Clock (0xFFC00300 - 0xFFC003FF) */ | ||
95 | #define RTC_STAT 0xFFC00300 /* RTC Status Register */ | ||
96 | #define RTC_ICTL 0xFFC00304 /* RTC Interrupt Control Register */ | ||
97 | #define RTC_ISTAT 0xFFC00308 /* RTC Interrupt Status Register */ | ||
98 | #define RTC_SWCNT 0xFFC0030C /* RTC Stopwatch Count Register */ | ||
99 | #define RTC_ALARM 0xFFC00310 /* RTC Alarm Time Register */ | ||
100 | #define RTC_FAST 0xFFC00314 /* RTC Prescaler Enable Register */ | ||
101 | #define RTC_PREN 0xFFC00314 /* RTC Prescaler Enable Register (alternate macro) */ | ||
102 | |||
103 | |||
104 | /* UART0 Controller (0xFFC00400 - 0xFFC004FF) */ | ||
105 | #define UART0_THR 0xFFC00400 /* Transmit Holding register */ | ||
106 | #define UART0_RBR 0xFFC00400 /* Receive Buffer register */ | ||
107 | #define UART0_DLL 0xFFC00400 /* Divisor Latch (Low-Byte) */ | ||
108 | #define UART0_IER 0xFFC00404 /* Interrupt Enable Register */ | ||
109 | #define UART0_DLH 0xFFC00404 /* Divisor Latch (High-Byte) */ | ||
110 | #define UART0_IIR 0xFFC00408 /* Interrupt Identification Register */ | ||
111 | #define UART0_LCR 0xFFC0040C /* Line Control Register */ | ||
112 | #define UART0_MCR 0xFFC00410 /* Modem Control Register */ | ||
113 | #define UART0_LSR 0xFFC00414 /* Line Status Register */ | ||
114 | #define UART0_SCR 0xFFC0041C /* SCR Scratch Register */ | ||
115 | #define UART0_GCTL 0xFFC00424 /* Global Control Register */ | ||
116 | |||
117 | |||
118 | /* SPI0 Controller (0xFFC00500 - 0xFFC005FF) */ | ||
119 | |||
120 | #define SPI0_CTL 0xFFC00500 /* SPI0 Control Register */ | ||
121 | #define SPI0_FLG 0xFFC00504 /* SPI0 Flag register */ | ||
122 | #define SPI0_STAT 0xFFC00508 /* SPI0 Status register */ | ||
123 | #define SPI0_TDBR 0xFFC0050C /* SPI0 Transmit Data Buffer Register */ | ||
124 | #define SPI0_RDBR 0xFFC00510 /* SPI0 Receive Data Buffer Register */ | ||
125 | #define SPI0_BAUD 0xFFC00514 /* SPI0 Baud rate Register */ | ||
126 | #define SPI0_SHADOW 0xFFC00518 /* SPI0_RDBR Shadow Register */ | ||
127 | #define SPI0_REGBASE SPI0_CTL | ||
128 | |||
129 | |||
130 | /* TIMER 0, 1, 2 Registers (0xFFC00600 - 0xFFC006FF) */ | ||
131 | #define TIMER0_CONFIG 0xFFC00600 /* Timer 0 Configuration Register */ | ||
132 | #define TIMER0_COUNTER 0xFFC00604 /* Timer 0 Counter Register */ | ||
133 | #define TIMER0_PERIOD 0xFFC00608 /* Timer 0 Period Register */ | ||
134 | #define TIMER0_WIDTH 0xFFC0060C /* Timer 0 Width Register */ | ||
135 | |||
136 | #define TIMER1_CONFIG 0xFFC00610 /* Timer 1 Configuration Register */ | ||
137 | #define TIMER1_COUNTER 0xFFC00614 /* Timer 1 Counter Register */ | ||
138 | #define TIMER1_PERIOD 0xFFC00618 /* Timer 1 Period Register */ | ||
139 | #define TIMER1_WIDTH 0xFFC0061C /* Timer 1 Width Register */ | ||
140 | |||
141 | #define TIMER2_CONFIG 0xFFC00620 /* Timer 2 Configuration Register */ | ||
142 | #define TIMER2_COUNTER 0xFFC00624 /* Timer 2 Counter Register */ | ||
143 | #define TIMER2_PERIOD 0xFFC00628 /* Timer 2 Period Register */ | ||
144 | #define TIMER2_WIDTH 0xFFC0062C /* Timer 2 Width Register */ | ||
145 | |||
146 | #define TIMER_ENABLE 0xFFC00640 /* Timer Enable Register */ | ||
147 | #define TIMER_DISABLE 0xFFC00644 /* Timer Disable Register */ | ||
148 | #define TIMER_STATUS 0xFFC00648 /* Timer Status Register */ | ||
149 | |||
150 | |||
151 | /* Programmable Flags (0xFFC00700 - 0xFFC007FF) */ | ||
152 | #define FIO_FLAG_D 0xFFC00700 /* Flag Mask to directly specify state of pins */ | ||
153 | #define FIO_FLAG_C 0xFFC00704 /* Peripheral Interrupt Flag Register (clear) */ | ||
154 | #define FIO_FLAG_S 0xFFC00708 /* Peripheral Interrupt Flag Register (set) */ | ||
155 | #define FIO_FLAG_T 0xFFC0070C /* Flag Mask to directly toggle state of pins */ | ||
156 | #define FIO_MASKA_D 0xFFC00710 /* Flag Mask Interrupt A Register (set directly) */ | ||
157 | #define FIO_MASKA_C 0xFFC00714 /* Flag Mask Interrupt A Register (clear) */ | ||
158 | #define FIO_MASKA_S 0xFFC00718 /* Flag Mask Interrupt A Register (set) */ | ||
159 | #define FIO_MASKA_T 0xFFC0071C /* Flag Mask Interrupt A Register (toggle) */ | ||
160 | #define FIO_MASKB_D 0xFFC00720 /* Flag Mask Interrupt B Register (set directly) */ | ||
161 | #define FIO_MASKB_C 0xFFC00724 /* Flag Mask Interrupt B Register (clear) */ | ||
162 | #define FIO_MASKB_S 0xFFC00728 /* Flag Mask Interrupt B Register (set) */ | ||
163 | #define FIO_MASKB_T 0xFFC0072C /* Flag Mask Interrupt B Register (toggle) */ | ||
164 | #define FIO_DIR 0xFFC00730 /* Peripheral Flag Direction Register */ | ||
165 | #define FIO_POLAR 0xFFC00734 /* Flag Source Polarity Register */ | ||
166 | #define FIO_EDGE 0xFFC00738 /* Flag Source Sensitivity Register */ | ||
167 | #define FIO_BOTH 0xFFC0073C /* Flag Set on BOTH Edges Register */ | ||
168 | #define FIO_INEN 0xFFC00740 /* Flag Input Enable Register */ | ||
169 | |||
170 | |||
171 | /* SPORT0 Controller (0xFFC00800 - 0xFFC008FF) */ | ||
172 | #define SPORT0_TCR1 0xFFC00800 /* SPORT0 Transmit Configuration 1 Register */ | ||
173 | #define SPORT0_TCR2 0xFFC00804 /* SPORT0 Transmit Configuration 2 Register */ | ||
174 | #define SPORT0_TCLKDIV 0xFFC00808 /* SPORT0 Transmit Clock Divider */ | ||
175 | #define SPORT0_TFSDIV 0xFFC0080C /* SPORT0 Transmit Frame Sync Divider */ | ||
176 | #define SPORT0_TX 0xFFC00810 /* SPORT0 TX Data Register */ | ||
177 | #define SPORT0_RX 0xFFC00818 /* SPORT0 RX Data Register */ | ||
178 | #define SPORT0_RCR1 0xFFC00820 /* SPORT0 Transmit Configuration 1 Register */ | ||
179 | #define SPORT0_RCR2 0xFFC00824 /* SPORT0 Transmit Configuration 2 Register */ | ||
180 | #define SPORT0_RCLKDIV 0xFFC00828 /* SPORT0 Receive Clock Divider */ | ||
181 | #define SPORT0_RFSDIV 0xFFC0082C /* SPORT0 Receive Frame Sync Divider */ | ||
182 | #define SPORT0_STAT 0xFFC00830 /* SPORT0 Status Register */ | ||
183 | #define SPORT0_CHNL 0xFFC00834 /* SPORT0 Current Channel Register */ | ||
184 | #define SPORT0_MCMC1 0xFFC00838 /* SPORT0 Multi-Channel Configuration Register 1 */ | ||
185 | #define SPORT0_MCMC2 0xFFC0083C /* SPORT0 Multi-Channel Configuration Register 2 */ | ||
186 | #define SPORT0_MTCS0 0xFFC00840 /* SPORT0 Multi-Channel Transmit Select Register 0 */ | ||
187 | #define SPORT0_MTCS1 0xFFC00844 /* SPORT0 Multi-Channel Transmit Select Register 1 */ | ||
188 | #define SPORT0_MTCS2 0xFFC00848 /* SPORT0 Multi-Channel Transmit Select Register 2 */ | ||
189 | #define SPORT0_MTCS3 0xFFC0084C /* SPORT0 Multi-Channel Transmit Select Register 3 */ | ||
190 | #define SPORT0_MRCS0 0xFFC00850 /* SPORT0 Multi-Channel Receive Select Register 0 */ | ||
191 | #define SPORT0_MRCS1 0xFFC00854 /* SPORT0 Multi-Channel Receive Select Register 1 */ | ||
192 | #define SPORT0_MRCS2 0xFFC00858 /* SPORT0 Multi-Channel Receive Select Register 2 */ | ||
193 | #define SPORT0_MRCS3 0xFFC0085C /* SPORT0 Multi-Channel Receive Select Register 3 */ | ||
194 | |||
195 | |||
196 | /* SPORT1 Controller (0xFFC00900 - 0xFFC009FF) */ | ||
197 | #define SPORT1_TCR1 0xFFC00900 /* SPORT1 Transmit Configuration 1 Register */ | ||
198 | #define SPORT1_TCR2 0xFFC00904 /* SPORT1 Transmit Configuration 2 Register */ | ||
199 | #define SPORT1_TCLKDIV 0xFFC00908 /* SPORT1 Transmit Clock Divider */ | ||
200 | #define SPORT1_TFSDIV 0xFFC0090C /* SPORT1 Transmit Frame Sync Divider */ | ||
201 | #define SPORT1_TX 0xFFC00910 /* SPORT1 TX Data Register */ | ||
202 | #define SPORT1_RX 0xFFC00918 /* SPORT1 RX Data Register */ | ||
203 | #define SPORT1_RCR1 0xFFC00920 /* SPORT1 Transmit Configuration 1 Register */ | ||
204 | #define SPORT1_RCR2 0xFFC00924 /* SPORT1 Transmit Configuration 2 Register */ | ||
205 | #define SPORT1_RCLKDIV 0xFFC00928 /* SPORT1 Receive Clock Divider */ | ||
206 | #define SPORT1_RFSDIV 0xFFC0092C /* SPORT1 Receive Frame Sync Divider */ | ||
207 | #define SPORT1_STAT 0xFFC00930 /* SPORT1 Status Register */ | ||
208 | #define SPORT1_CHNL 0xFFC00934 /* SPORT1 Current Channel Register */ | ||
209 | #define SPORT1_MCMC1 0xFFC00938 /* SPORT1 Multi-Channel Configuration Register 1 */ | ||
210 | #define SPORT1_MCMC2 0xFFC0093C /* SPORT1 Multi-Channel Configuration Register 2 */ | ||
211 | #define SPORT1_MTCS0 0xFFC00940 /* SPORT1 Multi-Channel Transmit Select Register 0 */ | ||
212 | #define SPORT1_MTCS1 0xFFC00944 /* SPORT1 Multi-Channel Transmit Select Register 1 */ | ||
213 | #define SPORT1_MTCS2 0xFFC00948 /* SPORT1 Multi-Channel Transmit Select Register 2 */ | ||
214 | #define SPORT1_MTCS3 0xFFC0094C /* SPORT1 Multi-Channel Transmit Select Register 3 */ | ||
215 | #define SPORT1_MRCS0 0xFFC00950 /* SPORT1 Multi-Channel Receive Select Register 0 */ | ||
216 | #define SPORT1_MRCS1 0xFFC00954 /* SPORT1 Multi-Channel Receive Select Register 1 */ | ||
217 | #define SPORT1_MRCS2 0xFFC00958 /* SPORT1 Multi-Channel Receive Select Register 2 */ | ||
218 | #define SPORT1_MRCS3 0xFFC0095C /* SPORT1 Multi-Channel Receive Select Register 3 */ | ||
219 | |||
220 | |||
221 | /* External Bus Interface Unit (0xFFC00A00 - 0xFFC00AFF) */ | ||
222 | /* Asynchronous Memory Controller */ | ||
223 | #define EBIU_AMGCTL 0xFFC00A00 /* Asynchronous Memory Global Control Register */ | ||
224 | #define EBIU_AMBCTL0 0xFFC00A04 /* Asynchronous Memory Bank Control Register 0 */ | ||
225 | #define EBIU_AMBCTL1 0xFFC00A08 /* Asynchronous Memory Bank Control Register 1 */ | ||
226 | |||
227 | /* SDRAM Controller */ | ||
228 | #define EBIU_SDGCTL 0xFFC00A10 /* SDRAM Global Control Register */ | ||
229 | #define EBIU_SDBCTL 0xFFC00A14 /* SDRAM Bank Control Register */ | ||
230 | #define EBIU_SDRRC 0xFFC00A18 /* SDRAM Refresh Rate Control Register */ | ||
231 | #define EBIU_SDSTAT 0xFFC00A1C /* SDRAM Status Register */ | ||
232 | |||
233 | |||
234 | |||
235 | /* DMA Controller 0 Traffic Control Registers (0xFFC00B00 - 0xFFC00BFF) */ | ||
236 | |||
237 | #define DMAC0_TC_PER 0xFFC00B0C /* DMA Controller 0 Traffic Control Periods Register */ | ||
238 | #define DMAC0_TC_CNT 0xFFC00B10 /* DMA Controller 0 Traffic Control Current Counts Register */ | ||
239 | |||
240 | /* Alternate deprecated register names (below) provided for backwards code compatibility */ | ||
241 | #define DMA0_TCPER DMAC0_TC_PER | ||
242 | #define DMA0_TCCNT DMAC0_TC_CNT | ||
243 | |||
244 | |||
245 | /* DMA Controller 0 (0xFFC00C00 - 0xFFC00FFF) */ | ||
246 | |||
247 | #define DMA0_NEXT_DESC_PTR 0xFFC00C00 /* DMA Channel 0 Next Descriptor Pointer Register */ | ||
248 | #define DMA0_START_ADDR 0xFFC00C04 /* DMA Channel 0 Start Address Register */ | ||
249 | #define DMA0_CONFIG 0xFFC00C08 /* DMA Channel 0 Configuration Register */ | ||
250 | #define DMA0_X_COUNT 0xFFC00C10 /* DMA Channel 0 X Count Register */ | ||
251 | #define DMA0_X_MODIFY 0xFFC00C14 /* DMA Channel 0 X Modify Register */ | ||
252 | #define DMA0_Y_COUNT 0xFFC00C18 /* DMA Channel 0 Y Count Register */ | ||
253 | #define DMA0_Y_MODIFY 0xFFC00C1C /* DMA Channel 0 Y Modify Register */ | ||
254 | #define DMA0_CURR_DESC_PTR 0xFFC00C20 /* DMA Channel 0 Current Descriptor Pointer Register */ | ||
255 | #define DMA0_CURR_ADDR 0xFFC00C24 /* DMA Channel 0 Current Address Register */ | ||
256 | #define DMA0_IRQ_STATUS 0xFFC00C28 /* DMA Channel 0 Interrupt/Status Register */ | ||
257 | #define DMA0_PERIPHERAL_MAP 0xFFC00C2C /* DMA Channel 0 Peripheral Map Register */ | ||
258 | #define DMA0_CURR_X_COUNT 0xFFC00C30 /* DMA Channel 0 Current X Count Register */ | ||
259 | #define DMA0_CURR_Y_COUNT 0xFFC00C38 /* DMA Channel 0 Current Y Count Register */ | ||
260 | |||
261 | #define DMA1_NEXT_DESC_PTR 0xFFC00C40 /* DMA Channel 1 Next Descriptor Pointer Register */ | ||
262 | #define DMA1_START_ADDR 0xFFC00C44 /* DMA Channel 1 Start Address Register */ | ||
263 | #define DMA1_CONFIG 0xFFC00C48 /* DMA Channel 1 Configuration Register */ | ||
264 | #define DMA1_X_COUNT 0xFFC00C50 /* DMA Channel 1 X Count Register */ | ||
265 | #define DMA1_X_MODIFY 0xFFC00C54 /* DMA Channel 1 X Modify Register */ | ||
266 | #define DMA1_Y_COUNT 0xFFC00C58 /* DMA Channel 1 Y Count Register */ | ||
267 | #define DMA1_Y_MODIFY 0xFFC00C5C /* DMA Channel 1 Y Modify Register */ | ||
268 | #define DMA1_CURR_DESC_PTR 0xFFC00C60 /* DMA Channel 1 Current Descriptor Pointer Register */ | ||
269 | #define DMA1_CURR_ADDR 0xFFC00C64 /* DMA Channel 1 Current Address Register */ | ||
270 | #define DMA1_IRQ_STATUS 0xFFC00C68 /* DMA Channel 1 Interrupt/Status Register */ | ||
271 | #define DMA1_PERIPHERAL_MAP 0xFFC00C6C /* DMA Channel 1 Peripheral Map Register */ | ||
272 | #define DMA1_CURR_X_COUNT 0xFFC00C70 /* DMA Channel 1 Current X Count Register */ | ||
273 | #define DMA1_CURR_Y_COUNT 0xFFC00C78 /* DMA Channel 1 Current Y Count Register */ | ||
274 | |||
275 | #define DMA2_NEXT_DESC_PTR 0xFFC00C80 /* DMA Channel 2 Next Descriptor Pointer Register */ | ||
276 | #define DMA2_START_ADDR 0xFFC00C84 /* DMA Channel 2 Start Address Register */ | ||
277 | #define DMA2_CONFIG 0xFFC00C88 /* DMA Channel 2 Configuration Register */ | ||
278 | #define DMA2_X_COUNT 0xFFC00C90 /* DMA Channel 2 X Count Register */ | ||
279 | #define DMA2_X_MODIFY 0xFFC00C94 /* DMA Channel 2 X Modify Register */ | ||
280 | #define DMA2_Y_COUNT 0xFFC00C98 /* DMA Channel 2 Y Count Register */ | ||
281 | #define DMA2_Y_MODIFY 0xFFC00C9C /* DMA Channel 2 Y Modify Register */ | ||
282 | #define DMA2_CURR_DESC_PTR 0xFFC00CA0 /* DMA Channel 2 Current Descriptor Pointer Register */ | ||
283 | #define DMA2_CURR_ADDR 0xFFC00CA4 /* DMA Channel 2 Current Address Register */ | ||
284 | #define DMA2_IRQ_STATUS 0xFFC00CA8 /* DMA Channel 2 Interrupt/Status Register */ | ||
285 | #define DMA2_PERIPHERAL_MAP 0xFFC00CAC /* DMA Channel 2 Peripheral Map Register */ | ||
286 | #define DMA2_CURR_X_COUNT 0xFFC00CB0 /* DMA Channel 2 Current X Count Register */ | ||
287 | #define DMA2_CURR_Y_COUNT 0xFFC00CB8 /* DMA Channel 2 Current Y Count Register */ | ||
288 | |||
289 | #define DMA3_NEXT_DESC_PTR 0xFFC00CC0 /* DMA Channel 3 Next Descriptor Pointer Register */ | ||
290 | #define DMA3_START_ADDR 0xFFC00CC4 /* DMA Channel 3 Start Address Register */ | ||
291 | #define DMA3_CONFIG 0xFFC00CC8 /* DMA Channel 3 Configuration Register */ | ||
292 | #define DMA3_X_COUNT 0xFFC00CD0 /* DMA Channel 3 X Count Register */ | ||
293 | #define DMA3_X_MODIFY 0xFFC00CD4 /* DMA Channel 3 X Modify Register */ | ||
294 | #define DMA3_Y_COUNT 0xFFC00CD8 /* DMA Channel 3 Y Count Register */ | ||
295 | #define DMA3_Y_MODIFY 0xFFC00CDC /* DMA Channel 3 Y Modify Register */ | ||
296 | #define DMA3_CURR_DESC_PTR 0xFFC00CE0 /* DMA Channel 3 Current Descriptor Pointer Register */ | ||
297 | #define DMA3_CURR_ADDR 0xFFC00CE4 /* DMA Channel 3 Current Address Register */ | ||
298 | #define DMA3_IRQ_STATUS 0xFFC00CE8 /* DMA Channel 3 Interrupt/Status Register */ | ||
299 | #define DMA3_PERIPHERAL_MAP 0xFFC00CEC /* DMA Channel 3 Peripheral Map Register */ | ||
300 | #define DMA3_CURR_X_COUNT 0xFFC00CF0 /* DMA Channel 3 Current X Count Register */ | ||
301 | #define DMA3_CURR_Y_COUNT 0xFFC00CF8 /* DMA Channel 3 Current Y Count Register */ | ||
302 | |||
303 | #define DMA4_NEXT_DESC_PTR 0xFFC00D00 /* DMA Channel 4 Next Descriptor Pointer Register */ | ||
304 | #define DMA4_START_ADDR 0xFFC00D04 /* DMA Channel 4 Start Address Register */ | ||
305 | #define DMA4_CONFIG 0xFFC00D08 /* DMA Channel 4 Configuration Register */ | ||
306 | #define DMA4_X_COUNT 0xFFC00D10 /* DMA Channel 4 X Count Register */ | ||
307 | #define DMA4_X_MODIFY 0xFFC00D14 /* DMA Channel 4 X Modify Register */ | ||
308 | #define DMA4_Y_COUNT 0xFFC00D18 /* DMA Channel 4 Y Count Register */ | ||
309 | #define DMA4_Y_MODIFY 0xFFC00D1C /* DMA Channel 4 Y Modify Register */ | ||
310 | #define DMA4_CURR_DESC_PTR 0xFFC00D20 /* DMA Channel 4 Current Descriptor Pointer Register */ | ||
311 | #define DMA4_CURR_ADDR 0xFFC00D24 /* DMA Channel 4 Current Address Register */ | ||
312 | #define DMA4_IRQ_STATUS 0xFFC00D28 /* DMA Channel 4 Interrupt/Status Register */ | ||
313 | #define DMA4_PERIPHERAL_MAP 0xFFC00D2C /* DMA Channel 4 Peripheral Map Register */ | ||
314 | #define DMA4_CURR_X_COUNT 0xFFC00D30 /* DMA Channel 4 Current X Count Register */ | ||
315 | #define DMA4_CURR_Y_COUNT 0xFFC00D38 /* DMA Channel 4 Current Y Count Register */ | ||
316 | |||
317 | #define DMA5_NEXT_DESC_PTR 0xFFC00D40 /* DMA Channel 5 Next Descriptor Pointer Register */ | ||
318 | #define DMA5_START_ADDR 0xFFC00D44 /* DMA Channel 5 Start Address Register */ | ||
319 | #define DMA5_CONFIG 0xFFC00D48 /* DMA Channel 5 Configuration Register */ | ||
320 | #define DMA5_X_COUNT 0xFFC00D50 /* DMA Channel 5 X Count Register */ | ||
321 | #define DMA5_X_MODIFY 0xFFC00D54 /* DMA Channel 5 X Modify Register */ | ||
322 | #define DMA5_Y_COUNT 0xFFC00D58 /* DMA Channel 5 Y Count Register */ | ||
323 | #define DMA5_Y_MODIFY 0xFFC00D5C /* DMA Channel 5 Y Modify Register */ | ||
324 | #define DMA5_CURR_DESC_PTR 0xFFC00D60 /* DMA Channel 5 Current Descriptor Pointer Register */ | ||
325 | #define DMA5_CURR_ADDR 0xFFC00D64 /* DMA Channel 5 Current Address Register */ | ||
326 | #define DMA5_IRQ_STATUS 0xFFC00D68 /* DMA Channel 5 Interrupt/Status Register */ | ||
327 | #define DMA5_PERIPHERAL_MAP 0xFFC00D6C /* DMA Channel 5 Peripheral Map Register */ | ||
328 | #define DMA5_CURR_X_COUNT 0xFFC00D70 /* DMA Channel 5 Current X Count Register */ | ||
329 | #define DMA5_CURR_Y_COUNT 0xFFC00D78 /* DMA Channel 5 Current Y Count Register */ | ||
330 | |||
331 | #define DMA6_NEXT_DESC_PTR 0xFFC00D80 /* DMA Channel 6 Next Descriptor Pointer Register */ | ||
332 | #define DMA6_START_ADDR 0xFFC00D84 /* DMA Channel 6 Start Address Register */ | ||
333 | #define DMA6_CONFIG 0xFFC00D88 /* DMA Channel 6 Configuration Register */ | ||
334 | #define DMA6_X_COUNT 0xFFC00D90 /* DMA Channel 6 X Count Register */ | ||
335 | #define DMA6_X_MODIFY 0xFFC00D94 /* DMA Channel 6 X Modify Register */ | ||
336 | #define DMA6_Y_COUNT 0xFFC00D98 /* DMA Channel 6 Y Count Register */ | ||
337 | #define DMA6_Y_MODIFY 0xFFC00D9C /* DMA Channel 6 Y Modify Register */ | ||
338 | #define DMA6_CURR_DESC_PTR 0xFFC00DA0 /* DMA Channel 6 Current Descriptor Pointer Register */ | ||
339 | #define DMA6_CURR_ADDR 0xFFC00DA4 /* DMA Channel 6 Current Address Register */ | ||
340 | #define DMA6_IRQ_STATUS 0xFFC00DA8 /* DMA Channel 6 Interrupt/Status Register */ | ||
341 | #define DMA6_PERIPHERAL_MAP 0xFFC00DAC /* DMA Channel 6 Peripheral Map Register */ | ||
342 | #define DMA6_CURR_X_COUNT 0xFFC00DB0 /* DMA Channel 6 Current X Count Register */ | ||
343 | #define DMA6_CURR_Y_COUNT 0xFFC00DB8 /* DMA Channel 6 Current Y Count Register */ | ||
344 | |||
345 | #define DMA7_NEXT_DESC_PTR 0xFFC00DC0 /* DMA Channel 7 Next Descriptor Pointer Register */ | ||
346 | #define DMA7_START_ADDR 0xFFC00DC4 /* DMA Channel 7 Start Address Register */ | ||
347 | #define DMA7_CONFIG 0xFFC00DC8 /* DMA Channel 7 Configuration Register */ | ||
348 | #define DMA7_X_COUNT 0xFFC00DD0 /* DMA Channel 7 X Count Register */ | ||
349 | #define DMA7_X_MODIFY 0xFFC00DD4 /* DMA Channel 7 X Modify Register */ | ||
350 | #define DMA7_Y_COUNT 0xFFC00DD8 /* DMA Channel 7 Y Count Register */ | ||
351 | #define DMA7_Y_MODIFY 0xFFC00DDC /* DMA Channel 7 Y Modify Register */ | ||
352 | #define DMA7_CURR_DESC_PTR 0xFFC00DE0 /* DMA Channel 7 Current Descriptor Pointer Register */ | ||
353 | #define DMA7_CURR_ADDR 0xFFC00DE4 /* DMA Channel 7 Current Address Register */ | ||
354 | #define DMA7_IRQ_STATUS 0xFFC00DE8 /* DMA Channel 7 Interrupt/Status Register */ | ||
355 | #define DMA7_PERIPHERAL_MAP 0xFFC00DEC /* DMA Channel 7 Peripheral Map Register */ | ||
356 | #define DMA7_CURR_X_COUNT 0xFFC00DF0 /* DMA Channel 7 Current X Count Register */ | ||
357 | #define DMA7_CURR_Y_COUNT 0xFFC00DF8 /* DMA Channel 7 Current Y Count Register */ | ||
358 | |||
359 | #define MDMA0_D0_NEXT_DESC_PTR 0xFFC00E00 /* MemDMA0 Stream 0 Destination Next Descriptor Pointer Register */ | ||
360 | #define MDMA0_D0_START_ADDR 0xFFC00E04 /* MemDMA0 Stream 0 Destination Start Address Register */ | ||
361 | #define MDMA0_D0_CONFIG 0xFFC00E08 /* MemDMA0 Stream 0 Destination Configuration Register */ | ||
362 | #define MDMA0_D0_X_COUNT 0xFFC00E10 /* MemDMA0 Stream 0 Destination X Count Register */ | ||
363 | #define MDMA0_D0_X_MODIFY 0xFFC00E14 /* MemDMA0 Stream 0 Destination X Modify Register */ | ||
364 | #define MDMA0_D0_Y_COUNT 0xFFC00E18 /* MemDMA0 Stream 0 Destination Y Count Register */ | ||
365 | #define MDMA0_D0_Y_MODIFY 0xFFC00E1C /* MemDMA0 Stream 0 Destination Y Modify Register */ | ||
366 | #define MDMA0_D0_CURR_DESC_PTR 0xFFC00E20 /* MemDMA0 Stream 0 Destination Current Descriptor Pointer Register */ | ||
367 | #define MDMA0_D0_CURR_ADDR 0xFFC00E24 /* MemDMA0 Stream 0 Destination Current Address Register */ | ||
368 | #define MDMA0_D0_IRQ_STATUS 0xFFC00E28 /* MemDMA0 Stream 0 Destination Interrupt/Status Register */ | ||
369 | #define MDMA0_D0_PERIPHERAL_MAP 0xFFC00E2C /* MemDMA0 Stream 0 Destination Peripheral Map Register */ | ||
370 | #define MDMA0_D0_CURR_X_COUNT 0xFFC00E30 /* MemDMA0 Stream 0 Destination Current X Count Register */ | ||
371 | #define MDMA0_D0_CURR_Y_COUNT 0xFFC00E38 /* MemDMA0 Stream 0 Destination Current Y Count Register */ | ||
372 | |||
373 | #define MDMA0_S0_NEXT_DESC_PTR 0xFFC00E40 /* MemDMA0 Stream 0 Source Next Descriptor Pointer Register */ | ||
374 | #define MDMA0_S0_START_ADDR 0xFFC00E44 /* MemDMA0 Stream 0 Source Start Address Register */ | ||
375 | #define MDMA0_S0_CONFIG 0xFFC00E48 /* MemDMA0 Stream 0 Source Configuration Register */ | ||
376 | #define MDMA0_S0_X_COUNT 0xFFC00E50 /* MemDMA0 Stream 0 Source X Count Register */ | ||
377 | #define MDMA0_S0_X_MODIFY 0xFFC00E54 /* MemDMA0 Stream 0 Source X Modify Register */ | ||
378 | #define MDMA0_S0_Y_COUNT 0xFFC00E58 /* MemDMA0 Stream 0 Source Y Count Register */ | ||
379 | #define MDMA0_S0_Y_MODIFY 0xFFC00E5C /* MemDMA0 Stream 0 Source Y Modify Register */ | ||
380 | #define MDMA0_S0_CURR_DESC_PTR 0xFFC00E60 /* MemDMA0 Stream 0 Source Current Descriptor Pointer Register */ | ||
381 | #define MDMA0_S0_CURR_ADDR 0xFFC00E64 /* MemDMA0 Stream 0 Source Current Address Register */ | ||
382 | #define MDMA0_S0_IRQ_STATUS 0xFFC00E68 /* MemDMA0 Stream 0 Source Interrupt/Status Register */ | ||
383 | #define MDMA0_S0_PERIPHERAL_MAP 0xFFC00E6C /* MemDMA0 Stream 0 Source Peripheral Map Register */ | ||
384 | #define MDMA0_S0_CURR_X_COUNT 0xFFC00E70 /* MemDMA0 Stream 0 Source Current X Count Register */ | ||
385 | #define MDMA0_S0_CURR_Y_COUNT 0xFFC00E78 /* MemDMA0 Stream 0 Source Current Y Count Register */ | ||
386 | |||
387 | #define MDMA0_D1_NEXT_DESC_PTR 0xFFC00E80 /* MemDMA0 Stream 1 Destination Next Descriptor Pointer Register */ | ||
388 | #define MDMA0_D1_START_ADDR 0xFFC00E84 /* MemDMA0 Stream 1 Destination Start Address Register */ | ||
389 | #define MDMA0_D1_CONFIG 0xFFC00E88 /* MemDMA0 Stream 1 Destination Configuration Register */ | ||
390 | #define MDMA0_D1_X_COUNT 0xFFC00E90 /* MemDMA0 Stream 1 Destination X Count Register */ | ||
391 | #define MDMA0_D1_X_MODIFY 0xFFC00E94 /* MemDMA0 Stream 1 Destination X Modify Register */ | ||
392 | #define MDMA0_D1_Y_COUNT 0xFFC00E98 /* MemDMA0 Stream 1 Destination Y Count Register */ | ||
393 | #define MDMA0_D1_Y_MODIFY 0xFFC00E9C /* MemDMA0 Stream 1 Destination Y Modify Register */ | ||
394 | #define MDMA0_D1_CURR_DESC_PTR 0xFFC00EA0 /* MemDMA0 Stream 1 Destination Current Descriptor Pointer Register */ | ||
395 | #define MDMA0_D1_CURR_ADDR 0xFFC00EA4 /* MemDMA0 Stream 1 Destination Current Address Register */ | ||
396 | #define MDMA0_D1_IRQ_STATUS 0xFFC00EA8 /* MemDMA0 Stream 1 Destination Interrupt/Status Register */ | ||
397 | #define MDMA0_D1_PERIPHERAL_MAP 0xFFC00EAC /* MemDMA0 Stream 1 Destination Peripheral Map Register */ | ||
398 | #define MDMA0_D1_CURR_X_COUNT 0xFFC00EB0 /* MemDMA0 Stream 1 Destination Current X Count Register */ | ||
399 | #define MDMA0_D1_CURR_Y_COUNT 0xFFC00EB8 /* MemDMA0 Stream 1 Destination Current Y Count Register */ | ||
400 | |||
401 | #define MDMA0_S1_NEXT_DESC_PTR 0xFFC00EC0 /* MemDMA0 Stream 1 Source Next Descriptor Pointer Register */ | ||
402 | #define MDMA0_S1_START_ADDR 0xFFC00EC4 /* MemDMA0 Stream 1 Source Start Address Register */ | ||
403 | #define MDMA0_S1_CONFIG 0xFFC00EC8 /* MemDMA0 Stream 1 Source Configuration Register */ | ||
404 | #define MDMA0_S1_X_COUNT 0xFFC00ED0 /* MemDMA0 Stream 1 Source X Count Register */ | ||
405 | #define MDMA0_S1_X_MODIFY 0xFFC00ED4 /* MemDMA0 Stream 1 Source X Modify Register */ | ||
406 | #define MDMA0_S1_Y_COUNT 0xFFC00ED8 /* MemDMA0 Stream 1 Source Y Count Register */ | ||
407 | #define MDMA0_S1_Y_MODIFY 0xFFC00EDC /* MemDMA0 Stream 1 Source Y Modify Register */ | ||
408 | #define MDMA0_S1_CURR_DESC_PTR 0xFFC00EE0 /* MemDMA0 Stream 1 Source Current Descriptor Pointer Register */ | ||
409 | #define MDMA0_S1_CURR_ADDR 0xFFC00EE4 /* MemDMA0 Stream 1 Source Current Address Register */ | ||
410 | #define MDMA0_S1_IRQ_STATUS 0xFFC00EE8 /* MemDMA0 Stream 1 Source Interrupt/Status Register */ | ||
411 | #define MDMA0_S1_PERIPHERAL_MAP 0xFFC00EEC /* MemDMA0 Stream 1 Source Peripheral Map Register */ | ||
412 | #define MDMA0_S1_CURR_X_COUNT 0xFFC00EF0 /* MemDMA0 Stream 1 Source Current X Count Register */ | ||
413 | #define MDMA0_S1_CURR_Y_COUNT 0xFFC00EF8 /* MemDMA0 Stream 1 Source Current Y Count Register */ | ||
414 | |||
415 | |||
416 | /* Parallel Peripheral Interface (PPI) (0xFFC01000 - 0xFFC010FF) */ | ||
417 | #define PPI_CONTROL 0xFFC01000 /* PPI Control Register */ | ||
418 | #define PPI_STATUS 0xFFC01004 /* PPI Status Register */ | ||
419 | #define PPI_COUNT 0xFFC01008 /* PPI Transfer Count Register */ | ||
420 | #define PPI_DELAY 0xFFC0100C /* PPI Delay Count Register */ | ||
421 | #define PPI_FRAME 0xFFC01010 /* PPI Frame Length Register */ | ||
422 | |||
423 | |||
424 | /* Two-Wire Interface 0 (0xFFC01400 - 0xFFC014FF) */ | ||
425 | #define TWI0_CLKDIV 0xFFC01400 /* Serial Clock Divider Register */ | ||
426 | #define TWI0_CONTROL 0xFFC01404 /* TWI0 Master Internal Time Reference Register */ | ||
427 | #define TWI0_SLAVE_CTRL 0xFFC01408 /* Slave Mode Control Register */ | ||
428 | #define TWI0_SLAVE_STAT 0xFFC0140C /* Slave Mode Status Register */ | ||
429 | #define TWI0_SLAVE_ADDR 0xFFC01410 /* Slave Mode Address Register */ | ||
430 | #define TWI0_MASTER_CTRL 0xFFC01414 /* Master Mode Control Register */ | ||
431 | #define TWI0_MASTER_STAT 0xFFC01418 /* Master Mode Status Register */ | ||
432 | #define TWI0_MASTER_ADDR 0xFFC0141C /* Master Mode Address Register */ | ||
433 | #define TWI0_INT_STAT 0xFFC01420 /* TWI0 Master Interrupt Register */ | ||
434 | #define TWI0_INT_MASK 0xFFC01424 /* TWI0 Master Interrupt Mask Register */ | ||
435 | #define TWI0_FIFO_CTRL 0xFFC01428 /* FIFO Control Register */ | ||
436 | #define TWI0_FIFO_STAT 0xFFC0142C /* FIFO Status Register */ | ||
437 | #define TWI0_XMT_DATA8 0xFFC01480 /* FIFO Transmit Data Single Byte Register */ | ||
438 | #define TWI0_XMT_DATA16 0xFFC01484 /* FIFO Transmit Data Double Byte Register */ | ||
439 | #define TWI0_RCV_DATA8 0xFFC01488 /* FIFO Receive Data Single Byte Register */ | ||
440 | #define TWI0_RCV_DATA16 0xFFC0148C /* FIFO Receive Data Double Byte Register */ | ||
441 | |||
442 | #define TWI0_REGBASE TWI0_CLKDIV | ||
443 | |||
444 | /* the following are for backwards compatibility */ | ||
445 | #define TWI0_PRESCALE TWI0_CONTROL | ||
446 | #define TWI0_INT_SRC TWI0_INT_STAT | ||
447 | #define TWI0_INT_ENABLE TWI0_INT_MASK | ||
448 | |||
449 | |||
450 | /* General-Purpose Ports (0xFFC01500 - 0xFFC015FF) */ | ||
451 | |||
452 | /* GPIO Port C Register Names */ | ||
453 | #define GPIO_C_CNFG 0xFFC01500 /* GPIO Pin Port C Configuration Register */ | ||
454 | #define GPIO_C_D 0xFFC01510 /* GPIO Pin Port C Data Register */ | ||
455 | #define GPIO_C_C 0xFFC01520 /* Clear GPIO Pin Port C Register */ | ||
456 | #define GPIO_C_S 0xFFC01530 /* Set GPIO Pin Port C Register */ | ||
457 | #define GPIO_C_T 0xFFC01540 /* Toggle GPIO Pin Port C Register */ | ||
458 | #define GPIO_C_DIR 0xFFC01550 /* GPIO Pin Port C Direction Register */ | ||
459 | #define GPIO_C_INEN 0xFFC01560 /* GPIO Pin Port C Input Enable Register */ | ||
460 | |||
461 | /* GPIO Port D Register Names */ | ||
462 | #define GPIO_D_CNFG 0xFFC01504 /* GPIO Pin Port D Configuration Register */ | ||
463 | #define GPIO_D_D 0xFFC01514 /* GPIO Pin Port D Data Register */ | ||
464 | #define GPIO_D_C 0xFFC01524 /* Clear GPIO Pin Port D Register */ | ||
465 | #define GPIO_D_S 0xFFC01534 /* Set GPIO Pin Port D Register */ | ||
466 | #define GPIO_D_T 0xFFC01544 /* Toggle GPIO Pin Port D Register */ | ||
467 | #define GPIO_D_DIR 0xFFC01554 /* GPIO Pin Port D Direction Register */ | ||
468 | #define GPIO_D_INEN 0xFFC01564 /* GPIO Pin Port D Input Enable Register */ | ||
469 | |||
470 | /* GPIO Port E Register Names */ | ||
471 | #define GPIO_E_CNFG 0xFFC01508 /* GPIO Pin Port E Configuration Register */ | ||
472 | #define GPIO_E_D 0xFFC01518 /* GPIO Pin Port E Data Register */ | ||
473 | #define GPIO_E_C 0xFFC01528 /* Clear GPIO Pin Port E Register */ | ||
474 | #define GPIO_E_S 0xFFC01538 /* Set GPIO Pin Port E Register */ | ||
475 | #define GPIO_E_T 0xFFC01548 /* Toggle GPIO Pin Port E Register */ | ||
476 | #define GPIO_E_DIR 0xFFC01558 /* GPIO Pin Port E Direction Register */ | ||
477 | #define GPIO_E_INEN 0xFFC01568 /* GPIO Pin Port E Input Enable Register */ | ||
478 | |||
479 | /* DMA Controller 1 Traffic Control Registers (0xFFC01B00 - 0xFFC01BFF) */ | ||
480 | |||
481 | #define DMAC1_TC_PER 0xFFC01B0C /* DMA Controller 1 Traffic Control Periods Register */ | ||
482 | #define DMAC1_TC_CNT 0xFFC01B10 /* DMA Controller 1 Traffic Control Current Counts Register */ | ||
483 | |||
484 | /* Alternate deprecated register names (below) provided for backwards code compatibility */ | ||
485 | #define DMA1_TCPER DMAC1_TC_PER | ||
486 | #define DMA1_TCCNT DMAC1_TC_CNT | ||
487 | |||
488 | |||
489 | /* DMA Controller 1 (0xFFC01C00 - 0xFFC01FFF) */ | ||
490 | #define DMA8_NEXT_DESC_PTR 0xFFC01C00 /* DMA Channel 8 Next Descriptor Pointer Register */ | ||
491 | #define DMA8_START_ADDR 0xFFC01C04 /* DMA Channel 8 Start Address Register */ | ||
492 | #define DMA8_CONFIG 0xFFC01C08 /* DMA Channel 8 Configuration Register */ | ||
493 | #define DMA8_X_COUNT 0xFFC01C10 /* DMA Channel 8 X Count Register */ | ||
494 | #define DMA8_X_MODIFY 0xFFC01C14 /* DMA Channel 8 X Modify Register */ | ||
495 | #define DMA8_Y_COUNT 0xFFC01C18 /* DMA Channel 8 Y Count Register */ | ||
496 | #define DMA8_Y_MODIFY 0xFFC01C1C /* DMA Channel 8 Y Modify Register */ | ||
497 | #define DMA8_CURR_DESC_PTR 0xFFC01C20 /* DMA Channel 8 Current Descriptor Pointer Register */ | ||
498 | #define DMA8_CURR_ADDR 0xFFC01C24 /* DMA Channel 8 Current Address Register */ | ||
499 | #define DMA8_IRQ_STATUS 0xFFC01C28 /* DMA Channel 8 Interrupt/Status Register */ | ||
500 | #define DMA8_PERIPHERAL_MAP 0xFFC01C2C /* DMA Channel 8 Peripheral Map Register */ | ||
501 | #define DMA8_CURR_X_COUNT 0xFFC01C30 /* DMA Channel 8 Current X Count Register */ | ||
502 | #define DMA8_CURR_Y_COUNT 0xFFC01C38 /* DMA Channel 8 Current Y Count Register */ | ||
503 | |||
504 | #define DMA9_NEXT_DESC_PTR 0xFFC01C40 /* DMA Channel 9 Next Descriptor Pointer Register */ | ||
505 | #define DMA9_START_ADDR 0xFFC01C44 /* DMA Channel 9 Start Address Register */ | ||
506 | #define DMA9_CONFIG 0xFFC01C48 /* DMA Channel 9 Configuration Register */ | ||
507 | #define DMA9_X_COUNT 0xFFC01C50 /* DMA Channel 9 X Count Register */ | ||
508 | #define DMA9_X_MODIFY 0xFFC01C54 /* DMA Channel 9 X Modify Register */ | ||
509 | #define DMA9_Y_COUNT 0xFFC01C58 /* DMA Channel 9 Y Count Register */ | ||
510 | #define DMA9_Y_MODIFY 0xFFC01C5C /* DMA Channel 9 Y Modify Register */ | ||
511 | #define DMA9_CURR_DESC_PTR 0xFFC01C60 /* DMA Channel 9 Current Descriptor Pointer Register */ | ||
512 | #define DMA9_CURR_ADDR 0xFFC01C64 /* DMA Channel 9 Current Address Register */ | ||
513 | #define DMA9_IRQ_STATUS 0xFFC01C68 /* DMA Channel 9 Interrupt/Status Register */ | ||
514 | #define DMA9_PERIPHERAL_MAP 0xFFC01C6C /* DMA Channel 9 Peripheral Map Register */ | ||
515 | #define DMA9_CURR_X_COUNT 0xFFC01C70 /* DMA Channel 9 Current X Count Register */ | ||
516 | #define DMA9_CURR_Y_COUNT 0xFFC01C78 /* DMA Channel 9 Current Y Count Register */ | ||
517 | |||
518 | #define DMA10_NEXT_DESC_PTR 0xFFC01C80 /* DMA Channel 10 Next Descriptor Pointer Register */ | ||
519 | #define DMA10_START_ADDR 0xFFC01C84 /* DMA Channel 10 Start Address Register */ | ||
520 | #define DMA10_CONFIG 0xFFC01C88 /* DMA Channel 10 Configuration Register */ | ||
521 | #define DMA10_X_COUNT 0xFFC01C90 /* DMA Channel 10 X Count Register */ | ||
522 | #define DMA10_X_MODIFY 0xFFC01C94 /* DMA Channel 10 X Modify Register */ | ||
523 | #define DMA10_Y_COUNT 0xFFC01C98 /* DMA Channel 10 Y Count Register */ | ||
524 | #define DMA10_Y_MODIFY 0xFFC01C9C /* DMA Channel 10 Y Modify Register */ | ||
525 | #define DMA10_CURR_DESC_PTR 0xFFC01CA0 /* DMA Channel 10 Current Descriptor Pointer Register */ | ||
526 | #define DMA10_CURR_ADDR 0xFFC01CA4 /* DMA Channel 10 Current Address Register */ | ||
527 | #define DMA10_IRQ_STATUS 0xFFC01CA8 /* DMA Channel 10 Interrupt/Status Register */ | ||
528 | #define DMA10_PERIPHERAL_MAP 0xFFC01CAC /* DMA Channel 10 Peripheral Map Register */ | ||
529 | #define DMA10_CURR_X_COUNT 0xFFC01CB0 /* DMA Channel 10 Current X Count Register */ | ||
530 | #define DMA10_CURR_Y_COUNT 0xFFC01CB8 /* DMA Channel 10 Current Y Count Register */ | ||
531 | |||
532 | #define DMA11_NEXT_DESC_PTR 0xFFC01CC0 /* DMA Channel 11 Next Descriptor Pointer Register */ | ||
533 | #define DMA11_START_ADDR 0xFFC01CC4 /* DMA Channel 11 Start Address Register */ | ||
534 | #define DMA11_CONFIG 0xFFC01CC8 /* DMA Channel 11 Configuration Register */ | ||
535 | #define DMA11_X_COUNT 0xFFC01CD0 /* DMA Channel 11 X Count Register */ | ||
536 | #define DMA11_X_MODIFY 0xFFC01CD4 /* DMA Channel 11 X Modify Register */ | ||
537 | #define DMA11_Y_COUNT 0xFFC01CD8 /* DMA Channel 11 Y Count Register */ | ||
538 | #define DMA11_Y_MODIFY 0xFFC01CDC /* DMA Channel 11 Y Modify Register */ | ||
539 | #define DMA11_CURR_DESC_PTR 0xFFC01CE0 /* DMA Channel 11 Current Descriptor Pointer Register */ | ||
540 | #define DMA11_CURR_ADDR 0xFFC01CE4 /* DMA Channel 11 Current Address Register */ | ||
541 | #define DMA11_IRQ_STATUS 0xFFC01CE8 /* DMA Channel 11 Interrupt/Status Register */ | ||
542 | #define DMA11_PERIPHERAL_MAP 0xFFC01CEC /* DMA Channel 11 Peripheral Map Register */ | ||
543 | #define DMA11_CURR_X_COUNT 0xFFC01CF0 /* DMA Channel 11 Current X Count Register */ | ||
544 | #define DMA11_CURR_Y_COUNT 0xFFC01CF8 /* DMA Channel 11 Current Y Count Register */ | ||
545 | |||
546 | #define DMA12_NEXT_DESC_PTR 0xFFC01D00 /* DMA Channel 12 Next Descriptor Pointer Register */ | ||
547 | #define DMA12_START_ADDR 0xFFC01D04 /* DMA Channel 12 Start Address Register */ | ||
548 | #define DMA12_CONFIG 0xFFC01D08 /* DMA Channel 12 Configuration Register */ | ||
549 | #define DMA12_X_COUNT 0xFFC01D10 /* DMA Channel 12 X Count Register */ | ||
550 | #define DMA12_X_MODIFY 0xFFC01D14 /* DMA Channel 12 X Modify Register */ | ||
551 | #define DMA12_Y_COUNT 0xFFC01D18 /* DMA Channel 12 Y Count Register */ | ||
552 | #define DMA12_Y_MODIFY 0xFFC01D1C /* DMA Channel 12 Y Modify Register */ | ||
553 | #define DMA12_CURR_DESC_PTR 0xFFC01D20 /* DMA Channel 12 Current Descriptor Pointer Register */ | ||
554 | #define DMA12_CURR_ADDR 0xFFC01D24 /* DMA Channel 12 Current Address Register */ | ||
555 | #define DMA12_IRQ_STATUS 0xFFC01D28 /* DMA Channel 12 Interrupt/Status Register */ | ||
556 | #define DMA12_PERIPHERAL_MAP 0xFFC01D2C /* DMA Channel 12 Peripheral Map Register */ | ||
557 | #define DMA12_CURR_X_COUNT 0xFFC01D30 /* DMA Channel 12 Current X Count Register */ | ||
558 | #define DMA12_CURR_Y_COUNT 0xFFC01D38 /* DMA Channel 12 Current Y Count Register */ | ||
559 | |||
560 | #define DMA13_NEXT_DESC_PTR 0xFFC01D40 /* DMA Channel 13 Next Descriptor Pointer Register */ | ||
561 | #define DMA13_START_ADDR 0xFFC01D44 /* DMA Channel 13 Start Address Register */ | ||
562 | #define DMA13_CONFIG 0xFFC01D48 /* DMA Channel 13 Configuration Register */ | ||
563 | #define DMA13_X_COUNT 0xFFC01D50 /* DMA Channel 13 X Count Register */ | ||
564 | #define DMA13_X_MODIFY 0xFFC01D54 /* DMA Channel 13 X Modify Register */ | ||
565 | #define DMA13_Y_COUNT 0xFFC01D58 /* DMA Channel 13 Y Count Register */ | ||
566 | #define DMA13_Y_MODIFY 0xFFC01D5C /* DMA Channel 13 Y Modify Register */ | ||
567 | #define DMA13_CURR_DESC_PTR 0xFFC01D60 /* DMA Channel 13 Current Descriptor Pointer Register */ | ||
568 | #define DMA13_CURR_ADDR 0xFFC01D64 /* DMA Channel 13 Current Address Register */ | ||
569 | #define DMA13_IRQ_STATUS 0xFFC01D68 /* DMA Channel 13 Interrupt/Status Register */ | ||
570 | #define DMA13_PERIPHERAL_MAP 0xFFC01D6C /* DMA Channel 13 Peripheral Map Register */ | ||
571 | #define DMA13_CURR_X_COUNT 0xFFC01D70 /* DMA Channel 13 Current X Count Register */ | ||
572 | #define DMA13_CURR_Y_COUNT 0xFFC01D78 /* DMA Channel 13 Current Y Count Register */ | ||
573 | |||
574 | #define DMA14_NEXT_DESC_PTR 0xFFC01D80 /* DMA Channel 14 Next Descriptor Pointer Register */ | ||
575 | #define DMA14_START_ADDR 0xFFC01D84 /* DMA Channel 14 Start Address Register */ | ||
576 | #define DMA14_CONFIG 0xFFC01D88 /* DMA Channel 14 Configuration Register */ | ||
577 | #define DMA14_X_COUNT 0xFFC01D90 /* DMA Channel 14 X Count Register */ | ||
578 | #define DMA14_X_MODIFY 0xFFC01D94 /* DMA Channel 14 X Modify Register */ | ||
579 | #define DMA14_Y_COUNT 0xFFC01D98 /* DMA Channel 14 Y Count Register */ | ||
580 | #define DMA14_Y_MODIFY 0xFFC01D9C /* DMA Channel 14 Y Modify Register */ | ||
581 | #define DMA14_CURR_DESC_PTR 0xFFC01DA0 /* DMA Channel 14 Current Descriptor Pointer Register */ | ||
582 | #define DMA14_CURR_ADDR 0xFFC01DA4 /* DMA Channel 14 Current Address Register */ | ||
583 | #define DMA14_IRQ_STATUS 0xFFC01DA8 /* DMA Channel 14 Interrupt/Status Register */ | ||
584 | #define DMA14_PERIPHERAL_MAP 0xFFC01DAC /* DMA Channel 14 Peripheral Map Register */ | ||
585 | #define DMA14_CURR_X_COUNT 0xFFC01DB0 /* DMA Channel 14 Current X Count Register */ | ||
586 | #define DMA14_CURR_Y_COUNT 0xFFC01DB8 /* DMA Channel 14 Current Y Count Register */ | ||
587 | |||
588 | #define DMA15_NEXT_DESC_PTR 0xFFC01DC0 /* DMA Channel 15 Next Descriptor Pointer Register */ | ||
589 | #define DMA15_START_ADDR 0xFFC01DC4 /* DMA Channel 15 Start Address Register */ | ||
590 | #define DMA15_CONFIG 0xFFC01DC8 /* DMA Channel 15 Configuration Register */ | ||
591 | #define DMA15_X_COUNT 0xFFC01DD0 /* DMA Channel 15 X Count Register */ | ||
592 | #define DMA15_X_MODIFY 0xFFC01DD4 /* DMA Channel 15 X Modify Register */ | ||
593 | #define DMA15_Y_COUNT 0xFFC01DD8 /* DMA Channel 15 Y Count Register */ | ||
594 | #define DMA15_Y_MODIFY 0xFFC01DDC /* DMA Channel 15 Y Modify Register */ | ||
595 | #define DMA15_CURR_DESC_PTR 0xFFC01DE0 /* DMA Channel 15 Current Descriptor Pointer Register */ | ||
596 | #define DMA15_CURR_ADDR 0xFFC01DE4 /* DMA Channel 15 Current Address Register */ | ||
597 | #define DMA15_IRQ_STATUS 0xFFC01DE8 /* DMA Channel 15 Interrupt/Status Register */ | ||
598 | #define DMA15_PERIPHERAL_MAP 0xFFC01DEC /* DMA Channel 15 Peripheral Map Register */ | ||
599 | #define DMA15_CURR_X_COUNT 0xFFC01DF0 /* DMA Channel 15 Current X Count Register */ | ||
600 | #define DMA15_CURR_Y_COUNT 0xFFC01DF8 /* DMA Channel 15 Current Y Count Register */ | ||
601 | |||
602 | #define DMA16_NEXT_DESC_PTR 0xFFC01E00 /* DMA Channel 16 Next Descriptor Pointer Register */ | ||
603 | #define DMA16_START_ADDR 0xFFC01E04 /* DMA Channel 16 Start Address Register */ | ||
604 | #define DMA16_CONFIG 0xFFC01E08 /* DMA Channel 16 Configuration Register */ | ||
605 | #define DMA16_X_COUNT 0xFFC01E10 /* DMA Channel 16 X Count Register */ | ||
606 | #define DMA16_X_MODIFY 0xFFC01E14 /* DMA Channel 16 X Modify Register */ | ||
607 | #define DMA16_Y_COUNT 0xFFC01E18 /* DMA Channel 16 Y Count Register */ | ||
608 | #define DMA16_Y_MODIFY 0xFFC01E1C /* DMA Channel 16 Y Modify Register */ | ||
609 | #define DMA16_CURR_DESC_PTR 0xFFC01E20 /* DMA Channel 16 Current Descriptor Pointer Register */ | ||
610 | #define DMA16_CURR_ADDR 0xFFC01E24 /* DMA Channel 16 Current Address Register */ | ||
611 | #define DMA16_IRQ_STATUS 0xFFC01E28 /* DMA Channel 16 Interrupt/Status Register */ | ||
612 | #define DMA16_PERIPHERAL_MAP 0xFFC01E2C /* DMA Channel 16 Peripheral Map Register */ | ||
613 | #define DMA16_CURR_X_COUNT 0xFFC01E30 /* DMA Channel 16 Current X Count Register */ | ||
614 | #define DMA16_CURR_Y_COUNT 0xFFC01E38 /* DMA Channel 16 Current Y Count Register */ | ||
615 | |||
616 | #define DMA17_NEXT_DESC_PTR 0xFFC01E40 /* DMA Channel 17 Next Descriptor Pointer Register */ | ||
617 | #define DMA17_START_ADDR 0xFFC01E44 /* DMA Channel 17 Start Address Register */ | ||
618 | #define DMA17_CONFIG 0xFFC01E48 /* DMA Channel 17 Configuration Register */ | ||
619 | #define DMA17_X_COUNT 0xFFC01E50 /* DMA Channel 17 X Count Register */ | ||
620 | #define DMA17_X_MODIFY 0xFFC01E54 /* DMA Channel 17 X Modify Register */ | ||
621 | #define DMA17_Y_COUNT 0xFFC01E58 /* DMA Channel 17 Y Count Register */ | ||
622 | #define DMA17_Y_MODIFY 0xFFC01E5C /* DMA Channel 17 Y Modify Register */ | ||
623 | #define DMA17_CURR_DESC_PTR 0xFFC01E60 /* DMA Channel 17 Current Descriptor Pointer Register */ | ||
624 | #define DMA17_CURR_ADDR 0xFFC01E64 /* DMA Channel 17 Current Address Register */ | ||
625 | #define DMA17_IRQ_STATUS 0xFFC01E68 /* DMA Channel 17 Interrupt/Status Register */ | ||
626 | #define DMA17_PERIPHERAL_MAP 0xFFC01E6C /* DMA Channel 17 Peripheral Map Register */ | ||
627 | #define DMA17_CURR_X_COUNT 0xFFC01E70 /* DMA Channel 17 Current X Count Register */ | ||
628 | #define DMA17_CURR_Y_COUNT 0xFFC01E78 /* DMA Channel 17 Current Y Count Register */ | ||
629 | |||
630 | #define DMA18_NEXT_DESC_PTR 0xFFC01E80 /* DMA Channel 18 Next Descriptor Pointer Register */ | ||
631 | #define DMA18_START_ADDR 0xFFC01E84 /* DMA Channel 18 Start Address Register */ | ||
632 | #define DMA18_CONFIG 0xFFC01E88 /* DMA Channel 18 Configuration Register */ | ||
633 | #define DMA18_X_COUNT 0xFFC01E90 /* DMA Channel 18 X Count Register */ | ||
634 | #define DMA18_X_MODIFY 0xFFC01E94 /* DMA Channel 18 X Modify Register */ | ||
635 | #define DMA18_Y_COUNT 0xFFC01E98 /* DMA Channel 18 Y Count Register */ | ||
636 | #define DMA18_Y_MODIFY 0xFFC01E9C /* DMA Channel 18 Y Modify Register */ | ||
637 | #define DMA18_CURR_DESC_PTR 0xFFC01EA0 /* DMA Channel 18 Current Descriptor Pointer Register */ | ||
638 | #define DMA18_CURR_ADDR 0xFFC01EA4 /* DMA Channel 18 Current Address Register */ | ||
639 | #define DMA18_IRQ_STATUS 0xFFC01EA8 /* DMA Channel 18 Interrupt/Status Register */ | ||
640 | #define DMA18_PERIPHERAL_MAP 0xFFC01EAC /* DMA Channel 18 Peripheral Map Register */ | ||
641 | #define DMA18_CURR_X_COUNT 0xFFC01EB0 /* DMA Channel 18 Current X Count Register */ | ||
642 | #define DMA18_CURR_Y_COUNT 0xFFC01EB8 /* DMA Channel 18 Current Y Count Register */ | ||
643 | |||
644 | #define DMA19_NEXT_DESC_PTR 0xFFC01EC0 /* DMA Channel 19 Next Descriptor Pointer Register */ | ||
645 | #define DMA19_START_ADDR 0xFFC01EC4 /* DMA Channel 19 Start Address Register */ | ||
646 | #define DMA19_CONFIG 0xFFC01EC8 /* DMA Channel 19 Configuration Register */ | ||
647 | #define DMA19_X_COUNT 0xFFC01ED0 /* DMA Channel 19 X Count Register */ | ||
648 | #define DMA19_X_MODIFY 0xFFC01ED4 /* DMA Channel 19 X Modify Register */ | ||
649 | #define DMA19_Y_COUNT 0xFFC01ED8 /* DMA Channel 19 Y Count Register */ | ||
650 | #define DMA19_Y_MODIFY 0xFFC01EDC /* DMA Channel 19 Y Modify Register */ | ||
651 | #define DMA19_CURR_DESC_PTR 0xFFC01EE0 /* DMA Channel 19 Current Descriptor Pointer Register */ | ||
652 | #define DMA19_CURR_ADDR 0xFFC01EE4 /* DMA Channel 19 Current Address Register */ | ||
653 | #define DMA19_IRQ_STATUS 0xFFC01EE8 /* DMA Channel 19 Interrupt/Status Register */ | ||
654 | #define DMA19_PERIPHERAL_MAP 0xFFC01EEC /* DMA Channel 19 Peripheral Map Register */ | ||
655 | #define DMA19_CURR_X_COUNT 0xFFC01EF0 /* DMA Channel 19 Current X Count Register */ | ||
656 | #define DMA19_CURR_Y_COUNT 0xFFC01EF8 /* DMA Channel 19 Current Y Count Register */ | ||
657 | |||
658 | #define MDMA1_D0_NEXT_DESC_PTR 0xFFC01F00 /* MemDMA1 Stream 0 Destination Next Descriptor Pointer Register */ | ||
659 | #define MDMA1_D0_START_ADDR 0xFFC01F04 /* MemDMA1 Stream 0 Destination Start Address Register */ | ||
660 | #define MDMA1_D0_CONFIG 0xFFC01F08 /* MemDMA1 Stream 0 Destination Configuration Register */ | ||
661 | #define MDMA1_D0_X_COUNT 0xFFC01F10 /* MemDMA1 Stream 0 Destination X Count Register */ | ||
662 | #define MDMA1_D0_X_MODIFY 0xFFC01F14 /* MemDMA1 Stream 0 Destination X Modify Register */ | ||
663 | #define MDMA1_D0_Y_COUNT 0xFFC01F18 /* MemDMA1 Stream 0 Destination Y Count Register */ | ||
664 | #define MDMA1_D0_Y_MODIFY 0xFFC01F1C /* MemDMA1 Stream 0 Destination Y Modify Register */ | ||
665 | #define MDMA1_D0_CURR_DESC_PTR 0xFFC01F20 /* MemDMA1 Stream 0 Destination Current Descriptor Pointer Register */ | ||
666 | #define MDMA1_D0_CURR_ADDR 0xFFC01F24 /* MemDMA1 Stream 0 Destination Current Address Register */ | ||
667 | #define MDMA1_D0_IRQ_STATUS 0xFFC01F28 /* MemDMA1 Stream 0 Destination Interrupt/Status Register */ | ||
668 | #define MDMA1_D0_PERIPHERAL_MAP 0xFFC01F2C /* MemDMA1 Stream 0 Destination Peripheral Map Register */ | ||
669 | #define MDMA1_D0_CURR_X_COUNT 0xFFC01F30 /* MemDMA1 Stream 0 Destination Current X Count Register */ | ||
670 | #define MDMA1_D0_CURR_Y_COUNT 0xFFC01F38 /* MemDMA1 Stream 0 Destination Current Y Count Register */ | ||
671 | |||
672 | #define MDMA1_S0_NEXT_DESC_PTR 0xFFC01F40 /* MemDMA1 Stream 0 Source Next Descriptor Pointer Register */ | ||
673 | #define MDMA1_S0_START_ADDR 0xFFC01F44 /* MemDMA1 Stream 0 Source Start Address Register */ | ||
674 | #define MDMA1_S0_CONFIG 0xFFC01F48 /* MemDMA1 Stream 0 Source Configuration Register */ | ||
675 | #define MDMA1_S0_X_COUNT 0xFFC01F50 /* MemDMA1 Stream 0 Source X Count Register */ | ||
676 | #define MDMA1_S0_X_MODIFY 0xFFC01F54 /* MemDMA1 Stream 0 Source X Modify Register */ | ||
677 | #define MDMA1_S0_Y_COUNT 0xFFC01F58 /* MemDMA1 Stream 0 Source Y Count Register */ | ||
678 | #define MDMA1_S0_Y_MODIFY 0xFFC01F5C /* MemDMA1 Stream 0 Source Y Modify Register */ | ||
679 | #define MDMA1_S0_CURR_DESC_PTR 0xFFC01F60 /* MemDMA1 Stream 0 Source Current Descriptor Pointer Register */ | ||
680 | #define MDMA1_S0_CURR_ADDR 0xFFC01F64 /* MemDMA1 Stream 0 Source Current Address Register */ | ||
681 | #define MDMA1_S0_IRQ_STATUS 0xFFC01F68 /* MemDMA1 Stream 0 Source Interrupt/Status Register */ | ||
682 | #define MDMA1_S0_PERIPHERAL_MAP 0xFFC01F6C /* MemDMA1 Stream 0 Source Peripheral Map Register */ | ||
683 | #define MDMA1_S0_CURR_X_COUNT 0xFFC01F70 /* MemDMA1 Stream 0 Source Current X Count Register */ | ||
684 | #define MDMA1_S0_CURR_Y_COUNT 0xFFC01F78 /* MemDMA1 Stream 0 Source Current Y Count Register */ | ||
685 | |||
686 | #define MDMA1_D1_NEXT_DESC_PTR 0xFFC01F80 /* MemDMA1 Stream 1 Destination Next Descriptor Pointer Register */ | ||
687 | #define MDMA1_D1_START_ADDR 0xFFC01F84 /* MemDMA1 Stream 1 Destination Start Address Register */ | ||
688 | #define MDMA1_D1_CONFIG 0xFFC01F88 /* MemDMA1 Stream 1 Destination Configuration Register */ | ||
689 | #define MDMA1_D1_X_COUNT 0xFFC01F90 /* MemDMA1 Stream 1 Destination X Count Register */ | ||
690 | #define MDMA1_D1_X_MODIFY 0xFFC01F94 /* MemDMA1 Stream 1 Destination X Modify Register */ | ||
691 | #define MDMA1_D1_Y_COUNT 0xFFC01F98 /* MemDMA1 Stream 1 Destination Y Count Register */ | ||
692 | #define MDMA1_D1_Y_MODIFY 0xFFC01F9C /* MemDMA1 Stream 1 Destination Y Modify Register */ | ||
693 | #define MDMA1_D1_CURR_DESC_PTR 0xFFC01FA0 /* MemDMA1 Stream 1 Destination Current Descriptor Pointer Register */ | ||
694 | #define MDMA1_D1_CURR_ADDR 0xFFC01FA4 /* MemDMA1 Stream 1 Destination Current Address Register */ | ||
695 | #define MDMA1_D1_IRQ_STATUS 0xFFC01FA8 /* MemDMA1 Stream 1 Destination Interrupt/Status Register */ | ||
696 | #define MDMA1_D1_PERIPHERAL_MAP 0xFFC01FAC /* MemDMA1 Stream 1 Destination Peripheral Map Register */ | ||
697 | #define MDMA1_D1_CURR_X_COUNT 0xFFC01FB0 /* MemDMA1 Stream 1 Destination Current X Count Register */ | ||
698 | #define MDMA1_D1_CURR_Y_COUNT 0xFFC01FB8 /* MemDMA1 Stream 1 Destination Current Y Count Register */ | ||
699 | |||
700 | #define MDMA1_S1_NEXT_DESC_PTR 0xFFC01FC0 /* MemDMA1 Stream 1 Source Next Descriptor Pointer Register */ | ||
701 | #define MDMA1_S1_START_ADDR 0xFFC01FC4 /* MemDMA1 Stream 1 Source Start Address Register */ | ||
702 | #define MDMA1_S1_CONFIG 0xFFC01FC8 /* MemDMA1 Stream 1 Source Configuration Register */ | ||
703 | #define MDMA1_S1_X_COUNT 0xFFC01FD0 /* MemDMA1 Stream 1 Source X Count Register */ | ||
704 | #define MDMA1_S1_X_MODIFY 0xFFC01FD4 /* MemDMA1 Stream 1 Source X Modify Register */ | ||
705 | #define MDMA1_S1_Y_COUNT 0xFFC01FD8 /* MemDMA1 Stream 1 Source Y Count Register */ | ||
706 | #define MDMA1_S1_Y_MODIFY 0xFFC01FDC /* MemDMA1 Stream 1 Source Y Modify Register */ | ||
707 | #define MDMA1_S1_CURR_DESC_PTR 0xFFC01FE0 /* MemDMA1 Stream 1 Source Current Descriptor Pointer Register */ | ||
708 | #define MDMA1_S1_CURR_ADDR 0xFFC01FE4 /* MemDMA1 Stream 1 Source Current Address Register */ | ||
709 | #define MDMA1_S1_IRQ_STATUS 0xFFC01FE8 /* MemDMA1 Stream 1 Source Interrupt/Status Register */ | ||
710 | #define MDMA1_S1_PERIPHERAL_MAP 0xFFC01FEC /* MemDMA1 Stream 1 Source Peripheral Map Register */ | ||
711 | #define MDMA1_S1_CURR_X_COUNT 0xFFC01FF0 /* MemDMA1 Stream 1 Source Current X Count Register */ | ||
712 | #define MDMA1_S1_CURR_Y_COUNT 0xFFC01FF8 /* MemDMA1 Stream 1 Source Current Y Count Register */ | ||
713 | |||
714 | |||
715 | /* UART1 Controller (0xFFC02000 - 0xFFC020FF) */ | ||
716 | #define UART1_THR 0xFFC02000 /* Transmit Holding register */ | ||
717 | #define UART1_RBR 0xFFC02000 /* Receive Buffer register */ | ||
718 | #define UART1_DLL 0xFFC02000 /* Divisor Latch (Low-Byte) */ | ||
719 | #define UART1_IER 0xFFC02004 /* Interrupt Enable Register */ | ||
720 | #define UART1_DLH 0xFFC02004 /* Divisor Latch (High-Byte) */ | ||
721 | #define UART1_IIR 0xFFC02008 /* Interrupt Identification Register */ | ||
722 | #define UART1_LCR 0xFFC0200C /* Line Control Register */ | ||
723 | #define UART1_MCR 0xFFC02010 /* Modem Control Register */ | ||
724 | #define UART1_LSR 0xFFC02014 /* Line Status Register */ | ||
725 | #define UART1_SCR 0xFFC0201C /* SCR Scratch Register */ | ||
726 | #define UART1_GCTL 0xFFC02024 /* Global Control Register */ | ||
727 | |||
728 | |||
729 | /* UART2 Controller (0xFFC02100 - 0xFFC021FF) */ | ||
730 | #define UART2_THR 0xFFC02100 /* Transmit Holding register */ | ||
731 | #define UART2_RBR 0xFFC02100 /* Receive Buffer register */ | ||
732 | #define UART2_DLL 0xFFC02100 /* Divisor Latch (Low-Byte) */ | ||
733 | #define UART2_IER 0xFFC02104 /* Interrupt Enable Register */ | ||
734 | #define UART2_DLH 0xFFC02104 /* Divisor Latch (High-Byte) */ | ||
735 | #define UART2_IIR 0xFFC02108 /* Interrupt Identification Register */ | ||
736 | #define UART2_LCR 0xFFC0210C /* Line Control Register */ | ||
737 | #define UART2_MCR 0xFFC02110 /* Modem Control Register */ | ||
738 | #define UART2_LSR 0xFFC02114 /* Line Status Register */ | ||
739 | #define UART2_SCR 0xFFC0211C /* SCR Scratch Register */ | ||
740 | #define UART2_GCTL 0xFFC02124 /* Global Control Register */ | ||
741 | |||
742 | |||
743 | /* Two-Wire Interface 1 (0xFFC02200 - 0xFFC022FF) */ | ||
744 | #define TWI1_CLKDIV 0xFFC02200 /* Serial Clock Divider Register */ | ||
745 | #define TWI1_CONTROL 0xFFC02204 /* TWI1 Master Internal Time Reference Register */ | ||
746 | #define TWI1_SLAVE_CTRL 0xFFC02208 /* Slave Mode Control Register */ | ||
747 | #define TWI1_SLAVE_STAT 0xFFC0220C /* Slave Mode Status Register */ | ||
748 | #define TWI1_SLAVE_ADDR 0xFFC02210 /* Slave Mode Address Register */ | ||
749 | #define TWI1_MASTER_CTRL 0xFFC02214 /* Master Mode Control Register */ | ||
750 | #define TWI1_MASTER_STAT 0xFFC02218 /* Master Mode Status Register */ | ||
751 | #define TWI1_MASTER_ADDR 0xFFC0221C /* Master Mode Address Register */ | ||
752 | #define TWI1_INT_STAT 0xFFC02220 /* TWI1 Master Interrupt Register */ | ||
753 | #define TWI1_INT_MASK 0xFFC02224 /* TWI1 Master Interrupt Mask Register */ | ||
754 | #define TWI1_FIFO_CTRL 0xFFC02228 /* FIFO Control Register */ | ||
755 | #define TWI1_FIFO_STAT 0xFFC0222C /* FIFO Status Register */ | ||
756 | #define TWI1_XMT_DATA8 0xFFC02280 /* FIFO Transmit Data Single Byte Register */ | ||
757 | #define TWI1_XMT_DATA16 0xFFC02284 /* FIFO Transmit Data Double Byte Register */ | ||
758 | #define TWI1_RCV_DATA8 0xFFC02288 /* FIFO Receive Data Single Byte Register */ | ||
759 | #define TWI1_RCV_DATA16 0xFFC0228C /* FIFO Receive Data Double Byte Register */ | ||
760 | #define TWI1_REGBASE TWI1_CLKDIV | ||
761 | |||
762 | |||
763 | /* the following are for backwards compatibility */ | ||
764 | #define TWI1_PRESCALE TWI1_CONTROL | ||
765 | #define TWI1_INT_SRC TWI1_INT_STAT | ||
766 | #define TWI1_INT_ENABLE TWI1_INT_MASK | ||
767 | |||
768 | |||
769 | /* SPI1 Controller (0xFFC02300 - 0xFFC023FF) */ | ||
770 | #define SPI1_CTL 0xFFC02300 /* SPI1 Control Register */ | ||
771 | #define SPI1_FLG 0xFFC02304 /* SPI1 Flag register */ | ||
772 | #define SPI1_STAT 0xFFC02308 /* SPI1 Status register */ | ||
773 | #define SPI1_TDBR 0xFFC0230C /* SPI1 Transmit Data Buffer Register */ | ||
774 | #define SPI1_RDBR 0xFFC02310 /* SPI1 Receive Data Buffer Register */ | ||
775 | #define SPI1_BAUD 0xFFC02314 /* SPI1 Baud rate Register */ | ||
776 | #define SPI1_SHADOW 0xFFC02318 /* SPI1_RDBR Shadow Register */ | ||
777 | #define SPI1_REGBASE SPI1_CTL | ||
778 | |||
779 | /* SPI2 Controller (0xFFC02400 - 0xFFC024FF) */ | ||
780 | #define SPI2_CTL 0xFFC02400 /* SPI2 Control Register */ | ||
781 | #define SPI2_FLG 0xFFC02404 /* SPI2 Flag register */ | ||
782 | #define SPI2_STAT 0xFFC02408 /* SPI2 Status register */ | ||
783 | #define SPI2_TDBR 0xFFC0240C /* SPI2 Transmit Data Buffer Register */ | ||
784 | #define SPI2_RDBR 0xFFC02410 /* SPI2 Receive Data Buffer Register */ | ||
785 | #define SPI2_BAUD 0xFFC02414 /* SPI2 Baud rate Register */ | ||
786 | #define SPI2_SHADOW 0xFFC02418 /* SPI2_RDBR Shadow Register */ | ||
787 | #define SPI2_REGBASE SPI2_CTL | ||
788 | |||
789 | /* SPORT2 Controller (0xFFC02500 - 0xFFC025FF) */ | ||
790 | #define SPORT2_TCR1 0xFFC02500 /* SPORT2 Transmit Configuration 1 Register */ | ||
791 | #define SPORT2_TCR2 0xFFC02504 /* SPORT2 Transmit Configuration 2 Register */ | ||
792 | #define SPORT2_TCLKDIV 0xFFC02508 /* SPORT2 Transmit Clock Divider */ | ||
793 | #define SPORT2_TFSDIV 0xFFC0250C /* SPORT2 Transmit Frame Sync Divider */ | ||
794 | #define SPORT2_TX 0xFFC02510 /* SPORT2 TX Data Register */ | ||
795 | #define SPORT2_RX 0xFFC02518 /* SPORT2 RX Data Register */ | ||
796 | #define SPORT2_RCR1 0xFFC02520 /* SPORT2 Transmit Configuration 1 Register */ | ||
797 | #define SPORT2_RCR2 0xFFC02524 /* SPORT2 Transmit Configuration 2 Register */ | ||
798 | #define SPORT2_RCLKDIV 0xFFC02528 /* SPORT2 Receive Clock Divider */ | ||
799 | #define SPORT2_RFSDIV 0xFFC0252C /* SPORT2 Receive Frame Sync Divider */ | ||
800 | #define SPORT2_STAT 0xFFC02530 /* SPORT2 Status Register */ | ||
801 | #define SPORT2_CHNL 0xFFC02534 /* SPORT2 Current Channel Register */ | ||
802 | #define SPORT2_MCMC1 0xFFC02538 /* SPORT2 Multi-Channel Configuration Register 1 */ | ||
803 | #define SPORT2_MCMC2 0xFFC0253C /* SPORT2 Multi-Channel Configuration Register 2 */ | ||
804 | #define SPORT2_MTCS0 0xFFC02540 /* SPORT2 Multi-Channel Transmit Select Register 0 */ | ||
805 | #define SPORT2_MTCS1 0xFFC02544 /* SPORT2 Multi-Channel Transmit Select Register 1 */ | ||
806 | #define SPORT2_MTCS2 0xFFC02548 /* SPORT2 Multi-Channel Transmit Select Register 2 */ | ||
807 | #define SPORT2_MTCS3 0xFFC0254C /* SPORT2 Multi-Channel Transmit Select Register 3 */ | ||
808 | #define SPORT2_MRCS0 0xFFC02550 /* SPORT2 Multi-Channel Receive Select Register 0 */ | ||
809 | #define SPORT2_MRCS1 0xFFC02554 /* SPORT2 Multi-Channel Receive Select Register 1 */ | ||
810 | #define SPORT2_MRCS2 0xFFC02558 /* SPORT2 Multi-Channel Receive Select Register 2 */ | ||
811 | #define SPORT2_MRCS3 0xFFC0255C /* SPORT2 Multi-Channel Receive Select Register 3 */ | ||
812 | |||
813 | |||
814 | /* SPORT3 Controller (0xFFC02600 - 0xFFC026FF) */ | ||
815 | #define SPORT3_TCR1 0xFFC02600 /* SPORT3 Transmit Configuration 1 Register */ | ||
816 | #define SPORT3_TCR2 0xFFC02604 /* SPORT3 Transmit Configuration 2 Register */ | ||
817 | #define SPORT3_TCLKDIV 0xFFC02608 /* SPORT3 Transmit Clock Divider */ | ||
818 | #define SPORT3_TFSDIV 0xFFC0260C /* SPORT3 Transmit Frame Sync Divider */ | ||
819 | #define SPORT3_TX 0xFFC02610 /* SPORT3 TX Data Register */ | ||
820 | #define SPORT3_RX 0xFFC02618 /* SPORT3 RX Data Register */ | ||
821 | #define SPORT3_RCR1 0xFFC02620 /* SPORT3 Transmit Configuration 1 Register */ | ||
822 | #define SPORT3_RCR2 0xFFC02624 /* SPORT3 Transmit Configuration 2 Register */ | ||
823 | #define SPORT3_RCLKDIV 0xFFC02628 /* SPORT3 Receive Clock Divider */ | ||
824 | #define SPORT3_RFSDIV 0xFFC0262C /* SPORT3 Receive Frame Sync Divider */ | ||
825 | #define SPORT3_STAT 0xFFC02630 /* SPORT3 Status Register */ | ||
826 | #define SPORT3_CHNL 0xFFC02634 /* SPORT3 Current Channel Register */ | ||
827 | #define SPORT3_MCMC1 0xFFC02638 /* SPORT3 Multi-Channel Configuration Register 1 */ | ||
828 | #define SPORT3_MCMC2 0xFFC0263C /* SPORT3 Multi-Channel Configuration Register 2 */ | ||
829 | #define SPORT3_MTCS0 0xFFC02640 /* SPORT3 Multi-Channel Transmit Select Register 0 */ | ||
830 | #define SPORT3_MTCS1 0xFFC02644 /* SPORT3 Multi-Channel Transmit Select Register 1 */ | ||
831 | #define SPORT3_MTCS2 0xFFC02648 /* SPORT3 Multi-Channel Transmit Select Register 2 */ | ||
832 | #define SPORT3_MTCS3 0xFFC0264C /* SPORT3 Multi-Channel Transmit Select Register 3 */ | ||
833 | #define SPORT3_MRCS0 0xFFC02650 /* SPORT3 Multi-Channel Receive Select Register 0 */ | ||
834 | #define SPORT3_MRCS1 0xFFC02654 /* SPORT3 Multi-Channel Receive Select Register 1 */ | ||
835 | #define SPORT3_MRCS2 0xFFC02658 /* SPORT3 Multi-Channel Receive Select Register 2 */ | ||
836 | #define SPORT3_MRCS3 0xFFC0265C /* SPORT3 Multi-Channel Receive Select Register 3 */ | ||
837 | |||
838 | |||
839 | /* Media Transceiver (MXVR) (0xFFC02700 - 0xFFC028FF) */ | ||
840 | |||
841 | #define MXVR_CONFIG 0xFFC02700 /* MXVR Configuration Register */ | ||
842 | #define MXVR_PLL_CTL_0 0xFFC02704 /* MXVR Phase Lock Loop Control Register 0 */ | ||
843 | |||
844 | #define MXVR_STATE_0 0xFFC02708 /* MXVR State Register 0 */ | ||
845 | #define MXVR_STATE_1 0xFFC0270C /* MXVR State Register 1 */ | ||
846 | |||
847 | #define MXVR_INT_STAT_0 0xFFC02710 /* MXVR Interrupt Status Register 0 */ | ||
848 | #define MXVR_INT_STAT_1 0xFFC02714 /* MXVR Interrupt Status Register 1 */ | ||
849 | |||
850 | #define MXVR_INT_EN_0 0xFFC02718 /* MXVR Interrupt Enable Register 0 */ | ||
851 | #define MXVR_INT_EN_1 0xFFC0271C /* MXVR Interrupt Enable Register 1 */ | ||
852 | |||
853 | #define MXVR_POSITION 0xFFC02720 /* MXVR Node Position Register */ | ||
854 | #define MXVR_MAX_POSITION 0xFFC02724 /* MXVR Maximum Node Position Register */ | ||
855 | |||
856 | #define MXVR_DELAY 0xFFC02728 /* MXVR Node Frame Delay Register */ | ||
857 | #define MXVR_MAX_DELAY 0xFFC0272C /* MXVR Maximum Node Frame Delay Register */ | ||
858 | |||
859 | #define MXVR_LADDR 0xFFC02730 /* MXVR Logical Address Register */ | ||
860 | #define MXVR_GADDR 0xFFC02734 /* MXVR Group Address Register */ | ||
861 | #define MXVR_AADDR 0xFFC02738 /* MXVR Alternate Address Register */ | ||
862 | |||
863 | #define MXVR_ALLOC_0 0xFFC0273C /* MXVR Allocation Table Register 0 */ | ||
864 | #define MXVR_ALLOC_1 0xFFC02740 /* MXVR Allocation Table Register 1 */ | ||
865 | #define MXVR_ALLOC_2 0xFFC02744 /* MXVR Allocation Table Register 2 */ | ||
866 | #define MXVR_ALLOC_3 0xFFC02748 /* MXVR Allocation Table Register 3 */ | ||
867 | #define MXVR_ALLOC_4 0xFFC0274C /* MXVR Allocation Table Register 4 */ | ||
868 | #define MXVR_ALLOC_5 0xFFC02750 /* MXVR Allocation Table Register 5 */ | ||
869 | #define MXVR_ALLOC_6 0xFFC02754 /* MXVR Allocation Table Register 6 */ | ||
870 | #define MXVR_ALLOC_7 0xFFC02758 /* MXVR Allocation Table Register 7 */ | ||
871 | #define MXVR_ALLOC_8 0xFFC0275C /* MXVR Allocation Table Register 8 */ | ||
872 | #define MXVR_ALLOC_9 0xFFC02760 /* MXVR Allocation Table Register 9 */ | ||
873 | #define MXVR_ALLOC_10 0xFFC02764 /* MXVR Allocation Table Register 10 */ | ||
874 | #define MXVR_ALLOC_11 0xFFC02768 /* MXVR Allocation Table Register 11 */ | ||
875 | #define MXVR_ALLOC_12 0xFFC0276C /* MXVR Allocation Table Register 12 */ | ||
876 | #define MXVR_ALLOC_13 0xFFC02770 /* MXVR Allocation Table Register 13 */ | ||
877 | #define MXVR_ALLOC_14 0xFFC02774 /* MXVR Allocation Table Register 14 */ | ||
878 | |||
879 | #define MXVR_SYNC_LCHAN_0 0xFFC02778 /* MXVR Sync Data Logical Channel Assign Register 0 */ | ||
880 | #define MXVR_SYNC_LCHAN_1 0xFFC0277C /* MXVR Sync Data Logical Channel Assign Register 1 */ | ||
881 | #define MXVR_SYNC_LCHAN_2 0xFFC02780 /* MXVR Sync Data Logical Channel Assign Register 2 */ | ||
882 | #define MXVR_SYNC_LCHAN_3 0xFFC02784 /* MXVR Sync Data Logical Channel Assign Register 3 */ | ||
883 | #define MXVR_SYNC_LCHAN_4 0xFFC02788 /* MXVR Sync Data Logical Channel Assign Register 4 */ | ||
884 | #define MXVR_SYNC_LCHAN_5 0xFFC0278C /* MXVR Sync Data Logical Channel Assign Register 5 */ | ||
885 | #define MXVR_SYNC_LCHAN_6 0xFFC02790 /* MXVR Sync Data Logical Channel Assign Register 6 */ | ||
886 | #define MXVR_SYNC_LCHAN_7 0xFFC02794 /* MXVR Sync Data Logical Channel Assign Register 7 */ | ||
887 | |||
888 | #define MXVR_DMA0_CONFIG 0xFFC02798 /* MXVR Sync Data DMA0 Config Register */ | ||
889 | #define MXVR_DMA0_START_ADDR 0xFFC0279C /* MXVR Sync Data DMA0 Start Address Register */ | ||
890 | #define MXVR_DMA0_COUNT 0xFFC027A0 /* MXVR Sync Data DMA0 Loop Count Register */ | ||
891 | #define MXVR_DMA0_CURR_ADDR 0xFFC027A4 /* MXVR Sync Data DMA0 Current Address Register */ | ||
892 | #define MXVR_DMA0_CURR_COUNT 0xFFC027A8 /* MXVR Sync Data DMA0 Current Loop Count Register */ | ||
893 | |||
894 | #define MXVR_DMA1_CONFIG 0xFFC027AC /* MXVR Sync Data DMA1 Config Register */ | ||
895 | #define MXVR_DMA1_START_ADDR 0xFFC027B0 /* MXVR Sync Data DMA1 Start Address Register */ | ||
896 | #define MXVR_DMA1_COUNT 0xFFC027B4 /* MXVR Sync Data DMA1 Loop Count Register */ | ||
897 | #define MXVR_DMA1_CURR_ADDR 0xFFC027B8 /* MXVR Sync Data DMA1 Current Address Register */ | ||
898 | #define MXVR_DMA1_CURR_COUNT 0xFFC027BC /* MXVR Sync Data DMA1 Current Loop Count Register */ | ||
899 | |||
900 | #define MXVR_DMA2_CONFIG 0xFFC027C0 /* MXVR Sync Data DMA2 Config Register */ | ||
901 | #define MXVR_DMA2_START_ADDR 0xFFC027C4 /* MXVR Sync Data DMA2 Start Address Register */ | ||
902 | #define MXVR_DMA2_COUNT 0xFFC027C8 /* MXVR Sync Data DMA2 Loop Count Register */ | ||
903 | #define MXVR_DMA2_CURR_ADDR 0xFFC027CC /* MXVR Sync Data DMA2 Current Address Register */ | ||
904 | #define MXVR_DMA2_CURR_COUNT 0xFFC027D0 /* MXVR Sync Data DMA2 Current Loop Count Register */ | ||
905 | |||
906 | #define MXVR_DMA3_CONFIG 0xFFC027D4 /* MXVR Sync Data DMA3 Config Register */ | ||
907 | #define MXVR_DMA3_START_ADDR 0xFFC027D8 /* MXVR Sync Data DMA3 Start Address Register */ | ||
908 | #define MXVR_DMA3_COUNT 0xFFC027DC /* MXVR Sync Data DMA3 Loop Count Register */ | ||
909 | #define MXVR_DMA3_CURR_ADDR 0xFFC027E0 /* MXVR Sync Data DMA3 Current Address Register */ | ||
910 | #define MXVR_DMA3_CURR_COUNT 0xFFC027E4 /* MXVR Sync Data DMA3 Current Loop Count Register */ | ||
911 | |||
912 | #define MXVR_DMA4_CONFIG 0xFFC027E8 /* MXVR Sync Data DMA4 Config Register */ | ||
913 | #define MXVR_DMA4_START_ADDR 0xFFC027EC /* MXVR Sync Data DMA4 Start Address Register */ | ||
914 | #define MXVR_DMA4_COUNT 0xFFC027F0 /* MXVR Sync Data DMA4 Loop Count Register */ | ||
915 | #define MXVR_DMA4_CURR_ADDR 0xFFC027F4 /* MXVR Sync Data DMA4 Current Address Register */ | ||
916 | #define MXVR_DMA4_CURR_COUNT 0xFFC027F8 /* MXVR Sync Data DMA4 Current Loop Count Register */ | ||
917 | |||
918 | #define MXVR_DMA5_CONFIG 0xFFC027FC /* MXVR Sync Data DMA5 Config Register */ | ||
919 | #define MXVR_DMA5_START_ADDR 0xFFC02800 /* MXVR Sync Data DMA5 Start Address Register */ | ||
920 | #define MXVR_DMA5_COUNT 0xFFC02804 /* MXVR Sync Data DMA5 Loop Count Register */ | ||
921 | #define MXVR_DMA5_CURR_ADDR 0xFFC02808 /* MXVR Sync Data DMA5 Current Address Register */ | ||
922 | #define MXVR_DMA5_CURR_COUNT 0xFFC0280C /* MXVR Sync Data DMA5 Current Loop Count Register */ | ||
923 | |||
924 | #define MXVR_DMA6_CONFIG 0xFFC02810 /* MXVR Sync Data DMA6 Config Register */ | ||
925 | #define MXVR_DMA6_START_ADDR 0xFFC02814 /* MXVR Sync Data DMA6 Start Address Register */ | ||
926 | #define MXVR_DMA6_COUNT 0xFFC02818 /* MXVR Sync Data DMA6 Loop Count Register */ | ||
927 | #define MXVR_DMA6_CURR_ADDR 0xFFC0281C /* MXVR Sync Data DMA6 Current Address Register */ | ||
928 | #define MXVR_DMA6_CURR_COUNT 0xFFC02820 /* MXVR Sync Data DMA6 Current Loop Count Register */ | ||
929 | |||
930 | #define MXVR_DMA7_CONFIG 0xFFC02824 /* MXVR Sync Data DMA7 Config Register */ | ||
931 | #define MXVR_DMA7_START_ADDR 0xFFC02828 /* MXVR Sync Data DMA7 Start Address Register */ | ||
932 | #define MXVR_DMA7_COUNT 0xFFC0282C /* MXVR Sync Data DMA7 Loop Count Register */ | ||
933 | #define MXVR_DMA7_CURR_ADDR 0xFFC02830 /* MXVR Sync Data DMA7 Current Address Register */ | ||
934 | #define MXVR_DMA7_CURR_COUNT 0xFFC02834 /* MXVR Sync Data DMA7 Current Loop Count Register */ | ||
935 | |||
936 | #define MXVR_AP_CTL 0xFFC02838 /* MXVR Async Packet Control Register */ | ||
937 | #define MXVR_APRB_START_ADDR 0xFFC0283C /* MXVR Async Packet RX Buffer Start Addr Register */ | ||
938 | #define MXVR_APRB_CURR_ADDR 0xFFC02840 /* MXVR Async Packet RX Buffer Current Addr Register */ | ||
939 | #define MXVR_APTB_START_ADDR 0xFFC02844 /* MXVR Async Packet TX Buffer Start Addr Register */ | ||
940 | #define MXVR_APTB_CURR_ADDR 0xFFC02848 /* MXVR Async Packet TX Buffer Current Addr Register */ | ||
941 | |||
942 | #define MXVR_CM_CTL 0xFFC0284C /* MXVR Control Message Control Register */ | ||
943 | #define MXVR_CMRB_START_ADDR 0xFFC02850 /* MXVR Control Message RX Buffer Start Addr Register */ | ||
944 | #define MXVR_CMRB_CURR_ADDR 0xFFC02854 /* MXVR Control Message RX Buffer Current Address */ | ||
945 | #define MXVR_CMTB_START_ADDR 0xFFC02858 /* MXVR Control Message TX Buffer Start Addr Register */ | ||
946 | #define MXVR_CMTB_CURR_ADDR 0xFFC0285C /* MXVR Control Message TX Buffer Current Address */ | ||
947 | |||
948 | #define MXVR_RRDB_START_ADDR 0xFFC02860 /* MXVR Remote Read Buffer Start Addr Register */ | ||
949 | #define MXVR_RRDB_CURR_ADDR 0xFFC02864 /* MXVR Remote Read Buffer Current Addr Register */ | ||
950 | |||
951 | #define MXVR_PAT_DATA_0 0xFFC02868 /* MXVR Pattern Data Register 0 */ | ||
952 | #define MXVR_PAT_EN_0 0xFFC0286C /* MXVR Pattern Enable Register 0 */ | ||
953 | #define MXVR_PAT_DATA_1 0xFFC02870 /* MXVR Pattern Data Register 1 */ | ||
954 | #define MXVR_PAT_EN_1 0xFFC02874 /* MXVR Pattern Enable Register 1 */ | ||
955 | |||
956 | #define MXVR_FRAME_CNT_0 0xFFC02878 /* MXVR Frame Counter 0 */ | ||
957 | #define MXVR_FRAME_CNT_1 0xFFC0287C /* MXVR Frame Counter 1 */ | ||
958 | |||
959 | #define MXVR_ROUTING_0 0xFFC02880 /* MXVR Routing Table Register 0 */ | ||
960 | #define MXVR_ROUTING_1 0xFFC02884 /* MXVR Routing Table Register 1 */ | ||
961 | #define MXVR_ROUTING_2 0xFFC02888 /* MXVR Routing Table Register 2 */ | ||
962 | #define MXVR_ROUTING_3 0xFFC0288C /* MXVR Routing Table Register 3 */ | ||
963 | #define MXVR_ROUTING_4 0xFFC02890 /* MXVR Routing Table Register 4 */ | ||
964 | #define MXVR_ROUTING_5 0xFFC02894 /* MXVR Routing Table Register 5 */ | ||
965 | #define MXVR_ROUTING_6 0xFFC02898 /* MXVR Routing Table Register 6 */ | ||
966 | #define MXVR_ROUTING_7 0xFFC0289C /* MXVR Routing Table Register 7 */ | ||
967 | #define MXVR_ROUTING_8 0xFFC028A0 /* MXVR Routing Table Register 8 */ | ||
968 | #define MXVR_ROUTING_9 0xFFC028A4 /* MXVR Routing Table Register 9 */ | ||
969 | #define MXVR_ROUTING_10 0xFFC028A8 /* MXVR Routing Table Register 10 */ | ||
970 | #define MXVR_ROUTING_11 0xFFC028AC /* MXVR Routing Table Register 11 */ | ||
971 | #define MXVR_ROUTING_12 0xFFC028B0 /* MXVR Routing Table Register 12 */ | ||
972 | #define MXVR_ROUTING_13 0xFFC028B4 /* MXVR Routing Table Register 13 */ | ||
973 | #define MXVR_ROUTING_14 0xFFC028B8 /* MXVR Routing Table Register 14 */ | ||
974 | |||
975 | #define MXVR_PLL_CTL_1 0xFFC028BC /* MXVR Phase Lock Loop Control Register 1 */ | ||
976 | #define MXVR_BLOCK_CNT 0xFFC028C0 /* MXVR Block Counter */ | ||
977 | #define MXVR_PLL_CTL_2 0xFFC028C4 /* MXVR Phase Lock Loop Control Register 2 */ | ||
978 | |||
979 | |||
980 | /* CAN Controller (0xFFC02A00 - 0xFFC02FFF) */ | ||
981 | /* For Mailboxes 0-15 */ | ||
982 | #define CAN_MC1 0xFFC02A00 /* Mailbox config reg 1 */ | ||
983 | #define CAN_MD1 0xFFC02A04 /* Mailbox direction reg 1 */ | ||
984 | #define CAN_TRS1 0xFFC02A08 /* Transmit Request Set reg 1 */ | ||
985 | #define CAN_TRR1 0xFFC02A0C /* Transmit Request Reset reg 1 */ | ||
986 | #define CAN_TA1 0xFFC02A10 /* Transmit Acknowledge reg 1 */ | ||
987 | #define CAN_AA1 0xFFC02A14 /* Transmit Abort Acknowledge reg 1 */ | ||
988 | #define CAN_RMP1 0xFFC02A18 /* Receive Message Pending reg 1 */ | ||
989 | #define CAN_RML1 0xFFC02A1C /* Receive Message Lost reg 1 */ | ||
990 | #define CAN_MBTIF1 0xFFC02A20 /* Mailbox Transmit Interrupt Flag reg 1 */ | ||
991 | #define CAN_MBRIF1 0xFFC02A24 /* Mailbox Receive Interrupt Flag reg 1 */ | ||
992 | #define CAN_MBIM1 0xFFC02A28 /* Mailbox Interrupt Mask reg 1 */ | ||
993 | #define CAN_RFH1 0xFFC02A2C /* Remote Frame Handling reg 1 */ | ||
994 | #define CAN_OPSS1 0xFFC02A30 /* Overwrite Protection Single Shot Xmission reg 1 */ | ||
995 | |||
996 | /* For Mailboxes 16-31 */ | ||
997 | #define CAN_MC2 0xFFC02A40 /* Mailbox config reg 2 */ | ||
998 | #define CAN_MD2 0xFFC02A44 /* Mailbox direction reg 2 */ | ||
999 | #define CAN_TRS2 0xFFC02A48 /* Transmit Request Set reg 2 */ | ||
1000 | #define CAN_TRR2 0xFFC02A4C /* Transmit Request Reset reg 2 */ | ||
1001 | #define CAN_TA2 0xFFC02A50 /* Transmit Acknowledge reg 2 */ | ||
1002 | #define CAN_AA2 0xFFC02A54 /* Transmit Abort Acknowledge reg 2 */ | ||
1003 | #define CAN_RMP2 0xFFC02A58 /* Receive Message Pending reg 2 */ | ||
1004 | #define CAN_RML2 0xFFC02A5C /* Receive Message Lost reg 2 */ | ||
1005 | #define CAN_MBTIF2 0xFFC02A60 /* Mailbox Transmit Interrupt Flag reg 2 */ | ||
1006 | #define CAN_MBRIF2 0xFFC02A64 /* Mailbox Receive Interrupt Flag reg 2 */ | ||
1007 | #define CAN_MBIM2 0xFFC02A68 /* Mailbox Interrupt Mask reg 2 */ | ||
1008 | #define CAN_RFH2 0xFFC02A6C /* Remote Frame Handling reg 2 */ | ||
1009 | #define CAN_OPSS2 0xFFC02A70 /* Overwrite Protection Single Shot Xmission reg 2 */ | ||
1010 | |||
1011 | #define CAN_CLOCK 0xFFC02A80 /* Bit Timing Configuration register 0 */ | ||
1012 | #define CAN_TIMING 0xFFC02A84 /* Bit Timing Configuration register 1 */ | ||
1013 | |||
1014 | #define CAN_DEBUG 0xFFC02A88 /* Debug Register */ | ||
1015 | /* the following is for backwards compatibility */ | ||
1016 | #define CAN_CNF CAN_DEBUG | ||
1017 | |||
1018 | #define CAN_STATUS 0xFFC02A8C /* Global Status Register */ | ||
1019 | #define CAN_CEC 0xFFC02A90 /* Error Counter Register */ | ||
1020 | #define CAN_GIS 0xFFC02A94 /* Global Interrupt Status Register */ | ||
1021 | #define CAN_GIM 0xFFC02A98 /* Global Interrupt Mask Register */ | ||
1022 | #define CAN_GIF 0xFFC02A9C /* Global Interrupt Flag Register */ | ||
1023 | #define CAN_CONTROL 0xFFC02AA0 /* Master Control Register */ | ||
1024 | #define CAN_INTR 0xFFC02AA4 /* Interrupt Pending Register */ | ||
1025 | #define CAN_MBTD 0xFFC02AAC /* Mailbox Temporary Disable Feature */ | ||
1026 | #define CAN_EWR 0xFFC02AB0 /* Programmable Warning Level */ | ||
1027 | #define CAN_ESR 0xFFC02AB4 /* Error Status Register */ | ||
1028 | #define CAN_UCCNT 0xFFC02AC4 /* Universal Counter */ | ||
1029 | #define CAN_UCRC 0xFFC02AC8 /* Universal Counter Reload/Capture Register */ | ||
1030 | #define CAN_UCCNF 0xFFC02ACC /* Universal Counter Configuration Register */ | ||
1031 | |||
1032 | /* Mailbox Acceptance Masks */ | ||
1033 | #define CAN_AM00L 0xFFC02B00 /* Mailbox 0 Low Acceptance Mask */ | ||
1034 | #define CAN_AM00H 0xFFC02B04 /* Mailbox 0 High Acceptance Mask */ | ||
1035 | #define CAN_AM01L 0xFFC02B08 /* Mailbox 1 Low Acceptance Mask */ | ||
1036 | #define CAN_AM01H 0xFFC02B0C /* Mailbox 1 High Acceptance Mask */ | ||
1037 | #define CAN_AM02L 0xFFC02B10 /* Mailbox 2 Low Acceptance Mask */ | ||
1038 | #define CAN_AM02H 0xFFC02B14 /* Mailbox 2 High Acceptance Mask */ | ||
1039 | #define CAN_AM03L 0xFFC02B18 /* Mailbox 3 Low Acceptance Mask */ | ||
1040 | #define CAN_AM03H 0xFFC02B1C /* Mailbox 3 High Acceptance Mask */ | ||
1041 | #define CAN_AM04L 0xFFC02B20 /* Mailbox 4 Low Acceptance Mask */ | ||
1042 | #define CAN_AM04H 0xFFC02B24 /* Mailbox 4 High Acceptance Mask */ | ||
1043 | #define CAN_AM05L 0xFFC02B28 /* Mailbox 5 Low Acceptance Mask */ | ||
1044 | #define CAN_AM05H 0xFFC02B2C /* Mailbox 5 High Acceptance Mask */ | ||
1045 | #define CAN_AM06L 0xFFC02B30 /* Mailbox 6 Low Acceptance Mask */ | ||
1046 | #define CAN_AM06H 0xFFC02B34 /* Mailbox 6 High Acceptance Mask */ | ||
1047 | #define CAN_AM07L 0xFFC02B38 /* Mailbox 7 Low Acceptance Mask */ | ||
1048 | #define CAN_AM07H 0xFFC02B3C /* Mailbox 7 High Acceptance Mask */ | ||
1049 | #define CAN_AM08L 0xFFC02B40 /* Mailbox 8 Low Acceptance Mask */ | ||
1050 | #define CAN_AM08H 0xFFC02B44 /* Mailbox 8 High Acceptance Mask */ | ||
1051 | #define CAN_AM09L 0xFFC02B48 /* Mailbox 9 Low Acceptance Mask */ | ||
1052 | #define CAN_AM09H 0xFFC02B4C /* Mailbox 9 High Acceptance Mask */ | ||
1053 | #define CAN_AM10L 0xFFC02B50 /* Mailbox 10 Low Acceptance Mask */ | ||
1054 | #define CAN_AM10H 0xFFC02B54 /* Mailbox 10 High Acceptance Mask */ | ||
1055 | #define CAN_AM11L 0xFFC02B58 /* Mailbox 11 Low Acceptance Mask */ | ||
1056 | #define CAN_AM11H 0xFFC02B5C /* Mailbox 11 High Acceptance Mask */ | ||
1057 | #define CAN_AM12L 0xFFC02B60 /* Mailbox 12 Low Acceptance Mask */ | ||
1058 | #define CAN_AM12H 0xFFC02B64 /* Mailbox 12 High Acceptance Mask */ | ||
1059 | #define CAN_AM13L 0xFFC02B68 /* Mailbox 13 Low Acceptance Mask */ | ||
1060 | #define CAN_AM13H 0xFFC02B6C /* Mailbox 13 High Acceptance Mask */ | ||
1061 | #define CAN_AM14L 0xFFC02B70 /* Mailbox 14 Low Acceptance Mask */ | ||
1062 | #define CAN_AM14H 0xFFC02B74 /* Mailbox 14 High Acceptance Mask */ | ||
1063 | #define CAN_AM15L 0xFFC02B78 /* Mailbox 15 Low Acceptance Mask */ | ||
1064 | #define CAN_AM15H 0xFFC02B7C /* Mailbox 15 High Acceptance Mask */ | ||
1065 | |||
1066 | #define CAN_AM16L 0xFFC02B80 /* Mailbox 16 Low Acceptance Mask */ | ||
1067 | #define CAN_AM16H 0xFFC02B84 /* Mailbox 16 High Acceptance Mask */ | ||
1068 | #define CAN_AM17L 0xFFC02B88 /* Mailbox 17 Low Acceptance Mask */ | ||
1069 | #define CAN_AM17H 0xFFC02B8C /* Mailbox 17 High Acceptance Mask */ | ||
1070 | #define CAN_AM18L 0xFFC02B90 /* Mailbox 18 Low Acceptance Mask */ | ||
1071 | #define CAN_AM18H 0xFFC02B94 /* Mailbox 18 High Acceptance Mask */ | ||
1072 | #define CAN_AM19L 0xFFC02B98 /* Mailbox 19 Low Acceptance Mask */ | ||
1073 | #define CAN_AM19H 0xFFC02B9C /* Mailbox 19 High Acceptance Mask */ | ||
1074 | #define CAN_AM20L 0xFFC02BA0 /* Mailbox 20 Low Acceptance Mask */ | ||
1075 | #define CAN_AM20H 0xFFC02BA4 /* Mailbox 20 High Acceptance Mask */ | ||
1076 | #define CAN_AM21L 0xFFC02BA8 /* Mailbox 21 Low Acceptance Mask */ | ||
1077 | #define CAN_AM21H 0xFFC02BAC /* Mailbox 21 High Acceptance Mask */ | ||
1078 | #define CAN_AM22L 0xFFC02BB0 /* Mailbox 22 Low Acceptance Mask */ | ||
1079 | #define CAN_AM22H 0xFFC02BB4 /* Mailbox 22 High Acceptance Mask */ | ||
1080 | #define CAN_AM23L 0xFFC02BB8 /* Mailbox 23 Low Acceptance Mask */ | ||
1081 | #define CAN_AM23H 0xFFC02BBC /* Mailbox 23 High Acceptance Mask */ | ||
1082 | #define CAN_AM24L 0xFFC02BC0 /* Mailbox 24 Low Acceptance Mask */ | ||
1083 | #define CAN_AM24H 0xFFC02BC4 /* Mailbox 24 High Acceptance Mask */ | ||
1084 | #define CAN_AM25L 0xFFC02BC8 /* Mailbox 25 Low Acceptance Mask */ | ||
1085 | #define CAN_AM25H 0xFFC02BCC /* Mailbox 25 High Acceptance Mask */ | ||
1086 | #define CAN_AM26L 0xFFC02BD0 /* Mailbox 26 Low Acceptance Mask */ | ||
1087 | #define CAN_AM26H 0xFFC02BD4 /* Mailbox 26 High Acceptance Mask */ | ||
1088 | #define CAN_AM27L 0xFFC02BD8 /* Mailbox 27 Low Acceptance Mask */ | ||
1089 | #define CAN_AM27H 0xFFC02BDC /* Mailbox 27 High Acceptance Mask */ | ||
1090 | #define CAN_AM28L 0xFFC02BE0 /* Mailbox 28 Low Acceptance Mask */ | ||
1091 | #define CAN_AM28H 0xFFC02BE4 /* Mailbox 28 High Acceptance Mask */ | ||
1092 | #define CAN_AM29L 0xFFC02BE8 /* Mailbox 29 Low Acceptance Mask */ | ||
1093 | #define CAN_AM29H 0xFFC02BEC /* Mailbox 29 High Acceptance Mask */ | ||
1094 | #define CAN_AM30L 0xFFC02BF0 /* Mailbox 30 Low Acceptance Mask */ | ||
1095 | #define CAN_AM30H 0xFFC02BF4 /* Mailbox 30 High Acceptance Mask */ | ||
1096 | #define CAN_AM31L 0xFFC02BF8 /* Mailbox 31 Low Acceptance Mask */ | ||
1097 | #define CAN_AM31H 0xFFC02BFC /* Mailbox 31 High Acceptance Mask */ | ||
1098 | |||
1099 | /* CAN Acceptance Mask Macros */ | ||
1100 | #define CAN_AM_L(x) (CAN_AM00L+((x)*0x8)) | ||
1101 | #define CAN_AM_H(x) (CAN_AM00H+((x)*0x8)) | ||
1102 | |||
1103 | /* Mailbox Registers */ | ||
1104 | #define CAN_MB00_DATA0 0xFFC02C00 /* Mailbox 0 Data Word 0 [15:0] Register */ | ||
1105 | #define CAN_MB00_DATA1 0xFFC02C04 /* Mailbox 0 Data Word 1 [31:16] Register */ | ||
1106 | #define CAN_MB00_DATA2 0xFFC02C08 /* Mailbox 0 Data Word 2 [47:32] Register */ | ||
1107 | #define CAN_MB00_DATA3 0xFFC02C0C /* Mailbox 0 Data Word 3 [63:48] Register */ | ||
1108 | #define CAN_MB00_LENGTH 0xFFC02C10 /* Mailbox 0 Data Length Code Register */ | ||
1109 | #define CAN_MB00_TIMESTAMP 0xFFC02C14 /* Mailbox 0 Time Stamp Value Register */ | ||
1110 | #define CAN_MB00_ID0 0xFFC02C18 /* Mailbox 0 Identifier Low Register */ | ||
1111 | #define CAN_MB00_ID1 0xFFC02C1C /* Mailbox 0 Identifier High Register */ | ||
1112 | |||
1113 | #define CAN_MB01_DATA0 0xFFC02C20 /* Mailbox 1 Data Word 0 [15:0] Register */ | ||
1114 | #define CAN_MB01_DATA1 0xFFC02C24 /* Mailbox 1 Data Word 1 [31:16] Register */ | ||
1115 | #define CAN_MB01_DATA2 0xFFC02C28 /* Mailbox 1 Data Word 2 [47:32] Register */ | ||
1116 | #define CAN_MB01_DATA3 0xFFC02C2C /* Mailbox 1 Data Word 3 [63:48] Register */ | ||
1117 | #define CAN_MB01_LENGTH 0xFFC02C30 /* Mailbox 1 Data Length Code Register */ | ||
1118 | #define CAN_MB01_TIMESTAMP 0xFFC02C34 /* Mailbox 1 Time Stamp Value Register */ | ||
1119 | #define CAN_MB01_ID0 0xFFC02C38 /* Mailbox 1 Identifier Low Register */ | ||
1120 | #define CAN_MB01_ID1 0xFFC02C3C /* Mailbox 1 Identifier High Register */ | ||
1121 | |||
1122 | #define CAN_MB02_DATA0 0xFFC02C40 /* Mailbox 2 Data Word 0 [15:0] Register */ | ||
1123 | #define CAN_MB02_DATA1 0xFFC02C44 /* Mailbox 2 Data Word 1 [31:16] Register */ | ||
1124 | #define CAN_MB02_DATA2 0xFFC02C48 /* Mailbox 2 Data Word 2 [47:32] Register */ | ||
1125 | #define CAN_MB02_DATA3 0xFFC02C4C /* Mailbox 2 Data Word 3 [63:48] Register */ | ||
1126 | #define CAN_MB02_LENGTH 0xFFC02C50 /* Mailbox 2 Data Length Code Register */ | ||
1127 | #define CAN_MB02_TIMESTAMP 0xFFC02C54 /* Mailbox 2 Time Stamp Value Register */ | ||
1128 | #define CAN_MB02_ID0 0xFFC02C58 /* Mailbox 2 Identifier Low Register */ | ||
1129 | #define CAN_MB02_ID1 0xFFC02C5C /* Mailbox 2 Identifier High Register */ | ||
1130 | |||
1131 | #define CAN_MB03_DATA0 0xFFC02C60 /* Mailbox 3 Data Word 0 [15:0] Register */ | ||
1132 | #define CAN_MB03_DATA1 0xFFC02C64 /* Mailbox 3 Data Word 1 [31:16] Register */ | ||
1133 | #define CAN_MB03_DATA2 0xFFC02C68 /* Mailbox 3 Data Word 2 [47:32] Register */ | ||
1134 | #define CAN_MB03_DATA3 0xFFC02C6C /* Mailbox 3 Data Word 3 [63:48] Register */ | ||
1135 | #define CAN_MB03_LENGTH 0xFFC02C70 /* Mailbox 3 Data Length Code Register */ | ||
1136 | #define CAN_MB03_TIMESTAMP 0xFFC02C74 /* Mailbox 3 Time Stamp Value Register */ | ||
1137 | #define CAN_MB03_ID0 0xFFC02C78 /* Mailbox 3 Identifier Low Register */ | ||
1138 | #define CAN_MB03_ID1 0xFFC02C7C /* Mailbox 3 Identifier High Register */ | ||
1139 | |||
1140 | #define CAN_MB04_DATA0 0xFFC02C80 /* Mailbox 4 Data Word 0 [15:0] Register */ | ||
1141 | #define CAN_MB04_DATA1 0xFFC02C84 /* Mailbox 4 Data Word 1 [31:16] Register */ | ||
1142 | #define CAN_MB04_DATA2 0xFFC02C88 /* Mailbox 4 Data Word 2 [47:32] Register */ | ||
1143 | #define CAN_MB04_DATA3 0xFFC02C8C /* Mailbox 4 Data Word 3 [63:48] Register */ | ||
1144 | #define CAN_MB04_LENGTH 0xFFC02C90 /* Mailbox 4 Data Length Code Register */ | ||
1145 | #define CAN_MB04_TIMESTAMP 0xFFC02C94 /* Mailbox 4 Time Stamp Value Register */ | ||
1146 | #define CAN_MB04_ID0 0xFFC02C98 /* Mailbox 4 Identifier Low Register */ | ||
1147 | #define CAN_MB04_ID1 0xFFC02C9C /* Mailbox 4 Identifier High Register */ | ||
1148 | |||
1149 | #define CAN_MB05_DATA0 0xFFC02CA0 /* Mailbox 5 Data Word 0 [15:0] Register */ | ||
1150 | #define CAN_MB05_DATA1 0xFFC02CA4 /* Mailbox 5 Data Word 1 [31:16] Register */ | ||
1151 | #define CAN_MB05_DATA2 0xFFC02CA8 /* Mailbox 5 Data Word 2 [47:32] Register */ | ||
1152 | #define CAN_MB05_DATA3 0xFFC02CAC /* Mailbox 5 Data Word 3 [63:48] Register */ | ||
1153 | #define CAN_MB05_LENGTH 0xFFC02CB0 /* Mailbox 5 Data Length Code Register */ | ||
1154 | #define CAN_MB05_TIMESTAMP 0xFFC02CB4 /* Mailbox 5 Time Stamp Value Register */ | ||
1155 | #define CAN_MB05_ID0 0xFFC02CB8 /* Mailbox 5 Identifier Low Register */ | ||
1156 | #define CAN_MB05_ID1 0xFFC02CBC /* Mailbox 5 Identifier High Register */ | ||
1157 | |||
1158 | #define CAN_MB06_DATA0 0xFFC02CC0 /* Mailbox 6 Data Word 0 [15:0] Register */ | ||
1159 | #define CAN_MB06_DATA1 0xFFC02CC4 /* Mailbox 6 Data Word 1 [31:16] Register */ | ||
1160 | #define CAN_MB06_DATA2 0xFFC02CC8 /* Mailbox 6 Data Word 2 [47:32] Register */ | ||
1161 | #define CAN_MB06_DATA3 0xFFC02CCC /* Mailbox 6 Data Word 3 [63:48] Register */ | ||
1162 | #define CAN_MB06_LENGTH 0xFFC02CD0 /* Mailbox 6 Data Length Code Register */ | ||
1163 | #define CAN_MB06_TIMESTAMP 0xFFC02CD4 /* Mailbox 6 Time Stamp Value Register */ | ||
1164 | #define CAN_MB06_ID0 0xFFC02CD8 /* Mailbox 6 Identifier Low Register */ | ||
1165 | #define CAN_MB06_ID1 0xFFC02CDC /* Mailbox 6 Identifier High Register */ | ||
1166 | |||
1167 | #define CAN_MB07_DATA0 0xFFC02CE0 /* Mailbox 7 Data Word 0 [15:0] Register */ | ||
1168 | #define CAN_MB07_DATA1 0xFFC02CE4 /* Mailbox 7 Data Word 1 [31:16] Register */ | ||
1169 | #define CAN_MB07_DATA2 0xFFC02CE8 /* Mailbox 7 Data Word 2 [47:32] Register */ | ||
1170 | #define CAN_MB07_DATA3 0xFFC02CEC /* Mailbox 7 Data Word 3 [63:48] Register */ | ||
1171 | #define CAN_MB07_LENGTH 0xFFC02CF0 /* Mailbox 7 Data Length Code Register */ | ||
1172 | #define CAN_MB07_TIMESTAMP 0xFFC02CF4 /* Mailbox 7 Time Stamp Value Register */ | ||
1173 | #define CAN_MB07_ID0 0xFFC02CF8 /* Mailbox 7 Identifier Low Register */ | ||
1174 | #define CAN_MB07_ID1 0xFFC02CFC /* Mailbox 7 Identifier High Register */ | ||
1175 | |||
1176 | #define CAN_MB08_DATA0 0xFFC02D00 /* Mailbox 8 Data Word 0 [15:0] Register */ | ||
1177 | #define CAN_MB08_DATA1 0xFFC02D04 /* Mailbox 8 Data Word 1 [31:16] Register */ | ||
1178 | #define CAN_MB08_DATA2 0xFFC02D08 /* Mailbox 8 Data Word 2 [47:32] Register */ | ||
1179 | #define CAN_MB08_DATA3 0xFFC02D0C /* Mailbox 8 Data Word 3 [63:48] Register */ | ||
1180 | #define CAN_MB08_LENGTH 0xFFC02D10 /* Mailbox 8 Data Length Code Register */ | ||
1181 | #define CAN_MB08_TIMESTAMP 0xFFC02D14 /* Mailbox 8 Time Stamp Value Register */ | ||
1182 | #define CAN_MB08_ID0 0xFFC02D18 /* Mailbox 8 Identifier Low Register */ | ||
1183 | #define CAN_MB08_ID1 0xFFC02D1C /* Mailbox 8 Identifier High Register */ | ||
1184 | |||
1185 | #define CAN_MB09_DATA0 0xFFC02D20 /* Mailbox 9 Data Word 0 [15:0] Register */ | ||
1186 | #define CAN_MB09_DATA1 0xFFC02D24 /* Mailbox 9 Data Word 1 [31:16] Register */ | ||
1187 | #define CAN_MB09_DATA2 0xFFC02D28 /* Mailbox 9 Data Word 2 [47:32] Register */ | ||
1188 | #define CAN_MB09_DATA3 0xFFC02D2C /* Mailbox 9 Data Word 3 [63:48] Register */ | ||
1189 | #define CAN_MB09_LENGTH 0xFFC02D30 /* Mailbox 9 Data Length Code Register */ | ||
1190 | #define CAN_MB09_TIMESTAMP 0xFFC02D34 /* Mailbox 9 Time Stamp Value Register */ | ||
1191 | #define CAN_MB09_ID0 0xFFC02D38 /* Mailbox 9 Identifier Low Register */ | ||
1192 | #define CAN_MB09_ID1 0xFFC02D3C /* Mailbox 9 Identifier High Register */ | ||
1193 | |||
1194 | #define CAN_MB10_DATA0 0xFFC02D40 /* Mailbox 10 Data Word 0 [15:0] Register */ | ||
1195 | #define CAN_MB10_DATA1 0xFFC02D44 /* Mailbox 10 Data Word 1 [31:16] Register */ | ||
1196 | #define CAN_MB10_DATA2 0xFFC02D48 /* Mailbox 10 Data Word 2 [47:32] Register */ | ||
1197 | #define CAN_MB10_DATA3 0xFFC02D4C /* Mailbox 10 Data Word 3 [63:48] Register */ | ||
1198 | #define CAN_MB10_LENGTH 0xFFC02D50 /* Mailbox 10 Data Length Code Register */ | ||
1199 | #define CAN_MB10_TIMESTAMP 0xFFC02D54 /* Mailbox 10 Time Stamp Value Register */ | ||
1200 | #define CAN_MB10_ID0 0xFFC02D58 /* Mailbox 10 Identifier Low Register */ | ||
1201 | #define CAN_MB10_ID1 0xFFC02D5C /* Mailbox 10 Identifier High Register */ | ||
1202 | |||
1203 | #define CAN_MB11_DATA0 0xFFC02D60 /* Mailbox 11 Data Word 0 [15:0] Register */ | ||
1204 | #define CAN_MB11_DATA1 0xFFC02D64 /* Mailbox 11 Data Word 1 [31:16] Register */ | ||
1205 | #define CAN_MB11_DATA2 0xFFC02D68 /* Mailbox 11 Data Word 2 [47:32] Register */ | ||
1206 | #define CAN_MB11_DATA3 0xFFC02D6C /* Mailbox 11 Data Word 3 [63:48] Register */ | ||
1207 | #define CAN_MB11_LENGTH 0xFFC02D70 /* Mailbox 11 Data Length Code Register */ | ||
1208 | #define CAN_MB11_TIMESTAMP 0xFFC02D74 /* Mailbox 11 Time Stamp Value Register */ | ||
1209 | #define CAN_MB11_ID0 0xFFC02D78 /* Mailbox 11 Identifier Low Register */ | ||
1210 | #define CAN_MB11_ID1 0xFFC02D7C /* Mailbox 11 Identifier High Register */ | ||
1211 | |||
1212 | #define CAN_MB12_DATA0 0xFFC02D80 /* Mailbox 12 Data Word 0 [15:0] Register */ | ||
1213 | #define CAN_MB12_DATA1 0xFFC02D84 /* Mailbox 12 Data Word 1 [31:16] Register */ | ||
1214 | #define CAN_MB12_DATA2 0xFFC02D88 /* Mailbox 12 Data Word 2 [47:32] Register */ | ||
1215 | #define CAN_MB12_DATA3 0xFFC02D8C /* Mailbox 12 Data Word 3 [63:48] Register */ | ||
1216 | #define CAN_MB12_LENGTH 0xFFC02D90 /* Mailbox 12 Data Length Code Register */ | ||
1217 | #define CAN_MB12_TIMESTAMP 0xFFC02D94 /* Mailbox 12 Time Stamp Value Register */ | ||
1218 | #define CAN_MB12_ID0 0xFFC02D98 /* Mailbox 12 Identifier Low Register */ | ||
1219 | #define CAN_MB12_ID1 0xFFC02D9C /* Mailbox 12 Identifier High Register */ | ||
1220 | |||
1221 | #define CAN_MB13_DATA0 0xFFC02DA0 /* Mailbox 13 Data Word 0 [15:0] Register */ | ||
1222 | #define CAN_MB13_DATA1 0xFFC02DA4 /* Mailbox 13 Data Word 1 [31:16] Register */ | ||
1223 | #define CAN_MB13_DATA2 0xFFC02DA8 /* Mailbox 13 Data Word 2 [47:32] Register */ | ||
1224 | #define CAN_MB13_DATA3 0xFFC02DAC /* Mailbox 13 Data Word 3 [63:48] Register */ | ||
1225 | #define CAN_MB13_LENGTH 0xFFC02DB0 /* Mailbox 13 Data Length Code Register */ | ||
1226 | #define CAN_MB13_TIMESTAMP 0xFFC02DB4 /* Mailbox 13 Time Stamp Value Register */ | ||
1227 | #define CAN_MB13_ID0 0xFFC02DB8 /* Mailbox 13 Identifier Low Register */ | ||
1228 | #define CAN_MB13_ID1 0xFFC02DBC /* Mailbox 13 Identifier High Register */ | ||
1229 | |||
1230 | #define CAN_MB14_DATA0 0xFFC02DC0 /* Mailbox 14 Data Word 0 [15:0] Register */ | ||
1231 | #define CAN_MB14_DATA1 0xFFC02DC4 /* Mailbox 14 Data Word 1 [31:16] Register */ | ||
1232 | #define CAN_MB14_DATA2 0xFFC02DC8 /* Mailbox 14 Data Word 2 [47:32] Register */ | ||
1233 | #define CAN_MB14_DATA3 0xFFC02DCC /* Mailbox 14 Data Word 3 [63:48] Register */ | ||
1234 | #define CAN_MB14_LENGTH 0xFFC02DD0 /* Mailbox 14 Data Length Code Register */ | ||
1235 | #define CAN_MB14_TIMESTAMP 0xFFC02DD4 /* Mailbox 14 Time Stamp Value Register */ | ||
1236 | #define CAN_MB14_ID0 0xFFC02DD8 /* Mailbox 14 Identifier Low Register */ | ||
1237 | #define CAN_MB14_ID1 0xFFC02DDC /* Mailbox 14 Identifier High Register */ | ||
1238 | |||
1239 | #define CAN_MB15_DATA0 0xFFC02DE0 /* Mailbox 15 Data Word 0 [15:0] Register */ | ||
1240 | #define CAN_MB15_DATA1 0xFFC02DE4 /* Mailbox 15 Data Word 1 [31:16] Register */ | ||
1241 | #define CAN_MB15_DATA2 0xFFC02DE8 /* Mailbox 15 Data Word 2 [47:32] Register */ | ||
1242 | #define CAN_MB15_DATA3 0xFFC02DEC /* Mailbox 15 Data Word 3 [63:48] Register */ | ||
1243 | #define CAN_MB15_LENGTH 0xFFC02DF0 /* Mailbox 15 Data Length Code Register */ | ||
1244 | #define CAN_MB15_TIMESTAMP 0xFFC02DF4 /* Mailbox 15 Time Stamp Value Register */ | ||
1245 | #define CAN_MB15_ID0 0xFFC02DF8 /* Mailbox 15 Identifier Low Register */ | ||
1246 | #define CAN_MB15_ID1 0xFFC02DFC /* Mailbox 15 Identifier High Register */ | ||
1247 | |||
1248 | #define CAN_MB16_DATA0 0xFFC02E00 /* Mailbox 16 Data Word 0 [15:0] Register */ | ||
1249 | #define CAN_MB16_DATA1 0xFFC02E04 /* Mailbox 16 Data Word 1 [31:16] Register */ | ||
1250 | #define CAN_MB16_DATA2 0xFFC02E08 /* Mailbox 16 Data Word 2 [47:32] Register */ | ||
1251 | #define CAN_MB16_DATA3 0xFFC02E0C /* Mailbox 16 Data Word 3 [63:48] Register */ | ||
1252 | #define CAN_MB16_LENGTH 0xFFC02E10 /* Mailbox 16 Data Length Code Register */ | ||
1253 | #define CAN_MB16_TIMESTAMP 0xFFC02E14 /* Mailbox 16 Time Stamp Value Register */ | ||
1254 | #define CAN_MB16_ID0 0xFFC02E18 /* Mailbox 16 Identifier Low Register */ | ||
1255 | #define CAN_MB16_ID1 0xFFC02E1C /* Mailbox 16 Identifier High Register */ | ||
1256 | |||
1257 | #define CAN_MB17_DATA0 0xFFC02E20 /* Mailbox 17 Data Word 0 [15:0] Register */ | ||
1258 | #define CAN_MB17_DATA1 0xFFC02E24 /* Mailbox 17 Data Word 1 [31:16] Register */ | ||
1259 | #define CAN_MB17_DATA2 0xFFC02E28 /* Mailbox 17 Data Word 2 [47:32] Register */ | ||
1260 | #define CAN_MB17_DATA3 0xFFC02E2C /* Mailbox 17 Data Word 3 [63:48] Register */ | ||
1261 | #define CAN_MB17_LENGTH 0xFFC02E30 /* Mailbox 17 Data Length Code Register */ | ||
1262 | #define CAN_MB17_TIMESTAMP 0xFFC02E34 /* Mailbox 17 Time Stamp Value Register */ | ||
1263 | #define CAN_MB17_ID0 0xFFC02E38 /* Mailbox 17 Identifier Low Register */ | ||
1264 | #define CAN_MB17_ID1 0xFFC02E3C /* Mailbox 17 Identifier High Register */ | ||
1265 | |||
1266 | #define CAN_MB18_DATA0 0xFFC02E40 /* Mailbox 18 Data Word 0 [15:0] Register */ | ||
1267 | #define CAN_MB18_DATA1 0xFFC02E44 /* Mailbox 18 Data Word 1 [31:16] Register */ | ||
1268 | #define CAN_MB18_DATA2 0xFFC02E48 /* Mailbox 18 Data Word 2 [47:32] Register */ | ||
1269 | #define CAN_MB18_DATA3 0xFFC02E4C /* Mailbox 18 Data Word 3 [63:48] Register */ | ||
1270 | #define CAN_MB18_LENGTH 0xFFC02E50 /* Mailbox 18 Data Length Code Register */ | ||
1271 | #define CAN_MB18_TIMESTAMP 0xFFC02E54 /* Mailbox 18 Time Stamp Value Register */ | ||
1272 | #define CAN_MB18_ID0 0xFFC02E58 /* Mailbox 18 Identifier Low Register */ | ||
1273 | #define CAN_MB18_ID1 0xFFC02E5C /* Mailbox 18 Identifier High Register */ | ||
1274 | |||
1275 | #define CAN_MB19_DATA0 0xFFC02E60 /* Mailbox 19 Data Word 0 [15:0] Register */ | ||
1276 | #define CAN_MB19_DATA1 0xFFC02E64 /* Mailbox 19 Data Word 1 [31:16] Register */ | ||
1277 | #define CAN_MB19_DATA2 0xFFC02E68 /* Mailbox 19 Data Word 2 [47:32] Register */ | ||
1278 | #define CAN_MB19_DATA3 0xFFC02E6C /* Mailbox 19 Data Word 3 [63:48] Register */ | ||
1279 | #define CAN_MB19_LENGTH 0xFFC02E70 /* Mailbox 19 Data Length Code Register */ | ||
1280 | #define CAN_MB19_TIMESTAMP 0xFFC02E74 /* Mailbox 19 Time Stamp Value Register */ | ||
1281 | #define CAN_MB19_ID0 0xFFC02E78 /* Mailbox 19 Identifier Low Register */ | ||
1282 | #define CAN_MB19_ID1 0xFFC02E7C /* Mailbox 19 Identifier High Register */ | ||
1283 | |||
1284 | #define CAN_MB20_DATA0 0xFFC02E80 /* Mailbox 20 Data Word 0 [15:0] Register */ | ||
1285 | #define CAN_MB20_DATA1 0xFFC02E84 /* Mailbox 20 Data Word 1 [31:16] Register */ | ||
1286 | #define CAN_MB20_DATA2 0xFFC02E88 /* Mailbox 20 Data Word 2 [47:32] Register */ | ||
1287 | #define CAN_MB20_DATA3 0xFFC02E8C /* Mailbox 20 Data Word 3 [63:48] Register */ | ||
1288 | #define CAN_MB20_LENGTH 0xFFC02E90 /* Mailbox 20 Data Length Code Register */ | ||
1289 | #define CAN_MB20_TIMESTAMP 0xFFC02E94 /* Mailbox 20 Time Stamp Value Register */ | ||
1290 | #define CAN_MB20_ID0 0xFFC02E98 /* Mailbox 20 Identifier Low Register */ | ||
1291 | #define CAN_MB20_ID1 0xFFC02E9C /* Mailbox 20 Identifier High Register */ | ||
1292 | |||
1293 | #define CAN_MB21_DATA0 0xFFC02EA0 /* Mailbox 21 Data Word 0 [15:0] Register */ | ||
1294 | #define CAN_MB21_DATA1 0xFFC02EA4 /* Mailbox 21 Data Word 1 [31:16] Register */ | ||
1295 | #define CAN_MB21_DATA2 0xFFC02EA8 /* Mailbox 21 Data Word 2 [47:32] Register */ | ||
1296 | #define CAN_MB21_DATA3 0xFFC02EAC /* Mailbox 21 Data Word 3 [63:48] Register */ | ||
1297 | #define CAN_MB21_LENGTH 0xFFC02EB0 /* Mailbox 21 Data Length Code Register */ | ||
1298 | #define CAN_MB21_TIMESTAMP 0xFFC02EB4 /* Mailbox 21 Time Stamp Value Register */ | ||
1299 | #define CAN_MB21_ID0 0xFFC02EB8 /* Mailbox 21 Identifier Low Register */ | ||
1300 | #define CAN_MB21_ID1 0xFFC02EBC /* Mailbox 21 Identifier High Register */ | ||
1301 | |||
1302 | #define CAN_MB22_DATA0 0xFFC02EC0 /* Mailbox 22 Data Word 0 [15:0] Register */ | ||
1303 | #define CAN_MB22_DATA1 0xFFC02EC4 /* Mailbox 22 Data Word 1 [31:16] Register */ | ||
1304 | #define CAN_MB22_DATA2 0xFFC02EC8 /* Mailbox 22 Data Word 2 [47:32] Register */ | ||
1305 | #define CAN_MB22_DATA3 0xFFC02ECC /* Mailbox 22 Data Word 3 [63:48] Register */ | ||
1306 | #define CAN_MB22_LENGTH 0xFFC02ED0 /* Mailbox 22 Data Length Code Register */ | ||
1307 | #define CAN_MB22_TIMESTAMP 0xFFC02ED4 /* Mailbox 22 Time Stamp Value Register */ | ||
1308 | #define CAN_MB22_ID0 0xFFC02ED8 /* Mailbox 22 Identifier Low Register */ | ||
1309 | #define CAN_MB22_ID1 0xFFC02EDC /* Mailbox 22 Identifier High Register */ | ||
1310 | |||
1311 | #define CAN_MB23_DATA0 0xFFC02EE0 /* Mailbox 23 Data Word 0 [15:0] Register */ | ||
1312 | #define CAN_MB23_DATA1 0xFFC02EE4 /* Mailbox 23 Data Word 1 [31:16] Register */ | ||
1313 | #define CAN_MB23_DATA2 0xFFC02EE8 /* Mailbox 23 Data Word 2 [47:32] Register */ | ||
1314 | #define CAN_MB23_DATA3 0xFFC02EEC /* Mailbox 23 Data Word 3 [63:48] Register */ | ||
1315 | #define CAN_MB23_LENGTH 0xFFC02EF0 /* Mailbox 23 Data Length Code Register */ | ||
1316 | #define CAN_MB23_TIMESTAMP 0xFFC02EF4 /* Mailbox 23 Time Stamp Value Register */ | ||
1317 | #define CAN_MB23_ID0 0xFFC02EF8 /* Mailbox 23 Identifier Low Register */ | ||
1318 | #define CAN_MB23_ID1 0xFFC02EFC /* Mailbox 23 Identifier High Register */ | ||
1319 | |||
1320 | #define CAN_MB24_DATA0 0xFFC02F00 /* Mailbox 24 Data Word 0 [15:0] Register */ | ||
1321 | #define CAN_MB24_DATA1 0xFFC02F04 /* Mailbox 24 Data Word 1 [31:16] Register */ | ||
1322 | #define CAN_MB24_DATA2 0xFFC02F08 /* Mailbox 24 Data Word 2 [47:32] Register */ | ||
1323 | #define CAN_MB24_DATA3 0xFFC02F0C /* Mailbox 24 Data Word 3 [63:48] Register */ | ||
1324 | #define CAN_MB24_LENGTH 0xFFC02F10 /* Mailbox 24 Data Length Code Register */ | ||
1325 | #define CAN_MB24_TIMESTAMP 0xFFC02F14 /* Mailbox 24 Time Stamp Value Register */ | ||
1326 | #define CAN_MB24_ID0 0xFFC02F18 /* Mailbox 24 Identifier Low Register */ | ||
1327 | #define CAN_MB24_ID1 0xFFC02F1C /* Mailbox 24 Identifier High Register */ | ||
1328 | |||
1329 | #define CAN_MB25_DATA0 0xFFC02F20 /* Mailbox 25 Data Word 0 [15:0] Register */ | ||
1330 | #define CAN_MB25_DATA1 0xFFC02F24 /* Mailbox 25 Data Word 1 [31:16] Register */ | ||
1331 | #define CAN_MB25_DATA2 0xFFC02F28 /* Mailbox 25 Data Word 2 [47:32] Register */ | ||
1332 | #define CAN_MB25_DATA3 0xFFC02F2C /* Mailbox 25 Data Word 3 [63:48] Register */ | ||
1333 | #define CAN_MB25_LENGTH 0xFFC02F30 /* Mailbox 25 Data Length Code Register */ | ||
1334 | #define CAN_MB25_TIMESTAMP 0xFFC02F34 /* Mailbox 25 Time Stamp Value Register */ | ||
1335 | #define CAN_MB25_ID0 0xFFC02F38 /* Mailbox 25 Identifier Low Register */ | ||
1336 | #define CAN_MB25_ID1 0xFFC02F3C /* Mailbox 25 Identifier High Register */ | ||
1337 | |||
1338 | #define CAN_MB26_DATA0 0xFFC02F40 /* Mailbox 26 Data Word 0 [15:0] Register */ | ||
1339 | #define CAN_MB26_DATA1 0xFFC02F44 /* Mailbox 26 Data Word 1 [31:16] Register */ | ||
1340 | #define CAN_MB26_DATA2 0xFFC02F48 /* Mailbox 26 Data Word 2 [47:32] Register */ | ||
1341 | #define CAN_MB26_DATA3 0xFFC02F4C /* Mailbox 26 Data Word 3 [63:48] Register */ | ||
1342 | #define CAN_MB26_LENGTH 0xFFC02F50 /* Mailbox 26 Data Length Code Register */ | ||
1343 | #define CAN_MB26_TIMESTAMP 0xFFC02F54 /* Mailbox 26 Time Stamp Value Register */ | ||
1344 | #define CAN_MB26_ID0 0xFFC02F58 /* Mailbox 26 Identifier Low Register */ | ||
1345 | #define CAN_MB26_ID1 0xFFC02F5C /* Mailbox 26 Identifier High Register */ | ||
1346 | |||
1347 | #define CAN_MB27_DATA0 0xFFC02F60 /* Mailbox 27 Data Word 0 [15:0] Register */ | ||
1348 | #define CAN_MB27_DATA1 0xFFC02F64 /* Mailbox 27 Data Word 1 [31:16] Register */ | ||
1349 | #define CAN_MB27_DATA2 0xFFC02F68 /* Mailbox 27 Data Word 2 [47:32] Register */ | ||
1350 | #define CAN_MB27_DATA3 0xFFC02F6C /* Mailbox 27 Data Word 3 [63:48] Register */ | ||
1351 | #define CAN_MB27_LENGTH 0xFFC02F70 /* Mailbox 27 Data Length Code Register */ | ||
1352 | #define CAN_MB27_TIMESTAMP 0xFFC02F74 /* Mailbox 27 Time Stamp Value Register */ | ||
1353 | #define CAN_MB27_ID0 0xFFC02F78 /* Mailbox 27 Identifier Low Register */ | ||
1354 | #define CAN_MB27_ID1 0xFFC02F7C /* Mailbox 27 Identifier High Register */ | ||
1355 | |||
1356 | #define CAN_MB28_DATA0 0xFFC02F80 /* Mailbox 28 Data Word 0 [15:0] Register */ | ||
1357 | #define CAN_MB28_DATA1 0xFFC02F84 /* Mailbox 28 Data Word 1 [31:16] Register */ | ||
1358 | #define CAN_MB28_DATA2 0xFFC02F88 /* Mailbox 28 Data Word 2 [47:32] Register */ | ||
1359 | #define CAN_MB28_DATA3 0xFFC02F8C /* Mailbox 28 Data Word 3 [63:48] Register */ | ||
1360 | #define CAN_MB28_LENGTH 0xFFC02F90 /* Mailbox 28 Data Length Code Register */ | ||
1361 | #define CAN_MB28_TIMESTAMP 0xFFC02F94 /* Mailbox 28 Time Stamp Value Register */ | ||
1362 | #define CAN_MB28_ID0 0xFFC02F98 /* Mailbox 28 Identifier Low Register */ | ||
1363 | #define CAN_MB28_ID1 0xFFC02F9C /* Mailbox 28 Identifier High Register */ | ||
1364 | |||
1365 | #define CAN_MB29_DATA0 0xFFC02FA0 /* Mailbox 29 Data Word 0 [15:0] Register */ | ||
1366 | #define CAN_MB29_DATA1 0xFFC02FA4 /* Mailbox 29 Data Word 1 [31:16] Register */ | ||
1367 | #define CAN_MB29_DATA2 0xFFC02FA8 /* Mailbox 29 Data Word 2 [47:32] Register */ | ||
1368 | #define CAN_MB29_DATA3 0xFFC02FAC /* Mailbox 29 Data Word 3 [63:48] Register */ | ||
1369 | #define CAN_MB29_LENGTH 0xFFC02FB0 /* Mailbox 29 Data Length Code Register */ | ||
1370 | #define CAN_MB29_TIMESTAMP 0xFFC02FB4 /* Mailbox 29 Time Stamp Value Register */ | ||
1371 | #define CAN_MB29_ID0 0xFFC02FB8 /* Mailbox 29 Identifier Low Register */ | ||
1372 | #define CAN_MB29_ID1 0xFFC02FBC /* Mailbox 29 Identifier High Register */ | ||
1373 | |||
1374 | #define CAN_MB30_DATA0 0xFFC02FC0 /* Mailbox 30 Data Word 0 [15:0] Register */ | ||
1375 | #define CAN_MB30_DATA1 0xFFC02FC4 /* Mailbox 30 Data Word 1 [31:16] Register */ | ||
1376 | #define CAN_MB30_DATA2 0xFFC02FC8 /* Mailbox 30 Data Word 2 [47:32] Register */ | ||
1377 | #define CAN_MB30_DATA3 0xFFC02FCC /* Mailbox 30 Data Word 3 [63:48] Register */ | ||
1378 | #define CAN_MB30_LENGTH 0xFFC02FD0 /* Mailbox 30 Data Length Code Register */ | ||
1379 | #define CAN_MB30_TIMESTAMP 0xFFC02FD4 /* Mailbox 30 Time Stamp Value Register */ | ||
1380 | #define CAN_MB30_ID0 0xFFC02FD8 /* Mailbox 30 Identifier Low Register */ | ||
1381 | #define CAN_MB30_ID1 0xFFC02FDC /* Mailbox 30 Identifier High Register */ | ||
1382 | |||
1383 | #define CAN_MB31_DATA0 0xFFC02FE0 /* Mailbox 31 Data Word 0 [15:0] Register */ | ||
1384 | #define CAN_MB31_DATA1 0xFFC02FE4 /* Mailbox 31 Data Word 1 [31:16] Register */ | ||
1385 | #define CAN_MB31_DATA2 0xFFC02FE8 /* Mailbox 31 Data Word 2 [47:32] Register */ | ||
1386 | #define CAN_MB31_DATA3 0xFFC02FEC /* Mailbox 31 Data Word 3 [63:48] Register */ | ||
1387 | #define CAN_MB31_LENGTH 0xFFC02FF0 /* Mailbox 31 Data Length Code Register */ | ||
1388 | #define CAN_MB31_TIMESTAMP 0xFFC02FF4 /* Mailbox 31 Time Stamp Value Register */ | ||
1389 | #define CAN_MB31_ID0 0xFFC02FF8 /* Mailbox 31 Identifier Low Register */ | ||
1390 | #define CAN_MB31_ID1 0xFFC02FFC /* Mailbox 31 Identifier High Register */ | ||
1391 | |||
1392 | /* CAN Mailbox Area Macros */ | ||
1393 | #define CAN_MB_ID1(x) (CAN_MB00_ID1+((x)*0x20)) | ||
1394 | #define CAN_MB_ID0(x) (CAN_MB00_ID0+((x)*0x20)) | ||
1395 | #define CAN_MB_TIMESTAMP(x) (CAN_MB00_TIMESTAMP+((x)*0x20)) | ||
1396 | #define CAN_MB_LENGTH(x) (CAN_MB00_LENGTH+((x)*0x20)) | ||
1397 | #define CAN_MB_DATA3(x) (CAN_MB00_DATA3+((x)*0x20)) | ||
1398 | #define CAN_MB_DATA2(x) (CAN_MB00_DATA2+((x)*0x20)) | ||
1399 | #define CAN_MB_DATA1(x) (CAN_MB00_DATA1+((x)*0x20)) | ||
1400 | #define CAN_MB_DATA0(x) (CAN_MB00_DATA0+((x)*0x20)) | ||
1401 | |||
1402 | |||
1403 | /*********************************************************************************** */ | ||
1404 | /* System MMR Register Bits and Macros */ | ||
1405 | /******************************************************************************* */ | ||
1406 | |||
1407 | /* ********************* PLL AND RESET MASKS ************************ */ | ||
1408 | /* PLL_CTL Masks */ | ||
1409 | #define PLL_CLKIN 0x0000 /* Pass CLKIN to PLL */ | ||
1410 | #define PLL_CLKIN_DIV2 0x0001 /* Pass CLKIN/2 to PLL */ | ||
1411 | #define DF 0x0001 /* 0: PLL = CLKIN, 1: PLL = CLKIN/2 */ | ||
1412 | #define PLL_OFF 0x0002 /* Shut off PLL clocks */ | ||
1413 | |||
1414 | #define STOPCK 0x0008 /* Core Clock Off */ | ||
1415 | #define PDWN 0x0020 /* Put the PLL in a Deep Sleep state */ | ||
1416 | #define IN_DELAY 0x0014 /* EBIU Input Delay Select */ | ||
1417 | #define OUT_DELAY 0x00C0 /* EBIU Output Delay Select */ | ||
1418 | #define BYPASS 0x0100 /* Bypass the PLL */ | ||
1419 | #define MSEL 0x7E00 /* Multiplier Select For CCLK/VCO Factors */ | ||
1420 | |||
1421 | /* PLL_CTL Macros */ | ||
1422 | #ifdef _MISRA_RULES | ||
1423 | #define SET_MSEL(x) (((x)&0x3Fu) << 0x9) /* Set MSEL = 0-63 --> VCO = CLKIN*MSEL */ | ||
1424 | #define SET_OUT_DELAY(x) (((x)&0x03u) << 0x6) | ||
1425 | #define SET_IN_DELAY(x) ((((x)&0x02u) << 0x3) | (((x)&0x01u) << 0x2)) | ||
1426 | #else | ||
1427 | #define SET_MSEL(x) (((x)&0x3F) << 0x9) /* Set MSEL = 0-63 --> VCO = CLKIN*MSEL */ | ||
1428 | #define SET_OUT_DELAY(x) (((x)&0x03) << 0x6) | ||
1429 | #define SET_IN_DELAY(x) ((((x)&0x02) << 0x3) | (((x)&0x01) << 0x2)) | ||
1430 | #endif /* _MISRA_RULES */ | ||
1431 | |||
1432 | /* PLL_DIV Masks */ | ||
1433 | #define SSEL 0x000F /* System Select */ | ||
1434 | #define CSEL 0x0030 /* Core Select */ | ||
1435 | #define CSEL_DIV1 0x0000 /* CCLK = VCO / 1 */ | ||
1436 | #define CSEL_DIV2 0x0010 /* CCLK = VCO / 2 */ | ||
1437 | #define CSEL_DIV4 0x0020 /* CCLK = VCO / 4 */ | ||
1438 | #define CSEL_DIV8 0x0030 /* CCLK = VCO / 8 */ | ||
1439 | |||
1440 | #define SCLK_DIV(x) (x) /* SCLK = VCO / x */ | ||
1441 | |||
1442 | /* PLL_DIV Macros */ | ||
1443 | #ifdef _MISRA_RULES | ||
1444 | #define SET_SSEL(x) ((x)&0xFu) /* Set SSEL = 0-15 --> SCLK = VCO/SSEL */ | ||
1445 | #else | ||
1446 | #define SET_SSEL(x) ((x)&0xF) /* Set SSEL = 0-15 --> SCLK = VCO/SSEL */ | ||
1447 | #endif /* _MISRA_RULES */ | ||
1448 | |||
1449 | /* PLL_STAT Masks */ | ||
1450 | #define ACTIVE_PLLENABLED 0x0001 /* Processor In Active Mode With PLL Enabled */ | ||
1451 | #define FULL_ON 0x0002 /* Processor In Full On Mode */ | ||
1452 | #define ACTIVE_PLLDISABLED 0x0004 /* Processor In Active Mode With PLL Disabled */ | ||
1453 | #define PLL_LOCKED 0x0020 /* PLL_LOCKCNT Has Been Reached */ | ||
1454 | |||
1455 | /* VR_CTL Masks */ | ||
1456 | #define FREQ 0x0003 /* Switching Oscillator Frequency For Regulator */ | ||
1457 | #define HIBERNATE 0x0000 /* Powerdown/Bypass On-Board Regulation */ | ||
1458 | #define FREQ_333 0x0001 /* Switching Frequency Is 333 kHz */ | ||
1459 | #define FREQ_667 0x0002 /* Switching Frequency Is 667 kHz */ | ||
1460 | #define FREQ_1000 0x0003 /* Switching Frequency Is 1 MHz */ | ||
1461 | |||
1462 | #define GAIN 0x000C /* Voltage Level Gain */ | ||
1463 | #define GAIN_5 0x0000 /* GAIN = 5 */ | ||
1464 | #define GAIN_10 0x0004 /* GAIN = 10 */ | ||
1465 | #define GAIN_20 0x0008 /* GAIN = 20 */ | ||
1466 | #define GAIN_50 0x000C /* GAIN = 50 */ | ||
1467 | |||
1468 | #define VLEV 0x00F0 /* Internal Voltage Level - Only Program Values Within Specifications */ | ||
1469 | #define VLEV_100 0x0090 /* VLEV = 1.00 V (See Datasheet for Regulator Tolerance) */ | ||
1470 | #define VLEV_105 0x00A0 /* VLEV = 1.05 V (See Datasheet for Regulator Tolerance) */ | ||
1471 | #define VLEV_110 0x00B0 /* VLEV = 1.10 V (See Datasheet for Regulator Tolerance) */ | ||
1472 | #define VLEV_115 0x00C0 /* VLEV = 1.15 V (See Datasheet for Regulator Tolerance) */ | ||
1473 | #define VLEV_120 0x00D0 /* VLEV = 1.20 V (See Datasheet for Regulator Tolerance) */ | ||
1474 | #define VLEV_125 0x00E0 /* VLEV = 1.25 V (See Datasheet for Regulator Tolerance) */ | ||
1475 | #define VLEV_130 0x00F0 /* VLEV = 1.30 V (See Datasheet for Regulator Tolerance) */ | ||
1476 | |||
1477 | #define WAKE 0x0100 /* Enable RTC/Reset Wakeup From Hibernate */ | ||
1478 | #define CANWE 0x0200 /* Enable CAN Wakeup From Hibernate */ | ||
1479 | #define MXVRWE 0x0400 /* Enable MXVR Wakeup From Hibernate */ | ||
1480 | #define SCKELOW 0x8000 /* Do Not Drive SCKE High During Reset After Hibernate */ | ||
1481 | |||
1482 | /* SWRST Mask */ | ||
1483 | #define SYSTEM_RESET 0x0007 /* Initiates A System Software Reset */ | ||
1484 | #define DOUBLE_FAULT 0x0008 /* Core Double Fault Causes Reset */ | ||
1485 | #define RESET_DOUBLE 0x2000 /* SW Reset Generated By Core Double-Fault */ | ||
1486 | #define RESET_WDOG 0x4000 /* SW Reset Generated By Watchdog Timer */ | ||
1487 | #define RESET_SOFTWARE 0x8000 /* SW Reset Occurred Since Last Read Of SWRST */ | ||
1488 | |||
1489 | /* SYSCR Masks */ | ||
1490 | #define BMODE 0x0006 /* Boot Mode - Latched During HW Reset From Mode Pins */ | ||
1491 | #define NOBOOT 0x0010 /* Execute From L1 or ASYNC Bank 0 When BMODE = 0 */ | ||
1492 | |||
1493 | |||
1494 | /* ************* SYSTEM INTERRUPT CONTROLLER MASKS ***************** */ | ||
1495 | |||
1496 | /* Peripheral Masks For SIC0_ISR, SIC0_IWR, SIC0_IMASK */ | ||
1497 | #define PLL_WAKEUP_IRQ 0x00000001 /* PLL Wakeup Interrupt Request */ | ||
1498 | #define DMAC0_ERR_IRQ 0x00000002 /* DMA Controller 0 Error Interrupt Request */ | ||
1499 | #define PPI_ERR_IRQ 0x00000004 /* PPI Error Interrupt Request */ | ||
1500 | #define SPORT0_ERR_IRQ 0x00000008 /* SPORT0 Error Interrupt Request */ | ||
1501 | #define SPORT1_ERR_IRQ 0x00000010 /* SPORT1 Error Interrupt Request */ | ||
1502 | #define SPI0_ERR_IRQ 0x00000020 /* SPI0 Error Interrupt Request */ | ||
1503 | #define UART0_ERR_IRQ 0x00000040 /* UART0 Error Interrupt Request */ | ||
1504 | #define RTC_IRQ 0x00000080 /* Real-Time Clock Interrupt Request */ | ||
1505 | #define DMA0_IRQ 0x00000100 /* DMA Channel 0 (PPI) Interrupt Request */ | ||
1506 | #define DMA1_IRQ 0x00000200 /* DMA Channel 1 (SPORT0 RX) Interrupt Request */ | ||
1507 | #define DMA2_IRQ 0x00000400 /* DMA Channel 2 (SPORT0 TX) Interrupt Request */ | ||
1508 | #define DMA3_IRQ 0x00000800 /* DMA Channel 3 (SPORT1 RX) Interrupt Request */ | ||
1509 | #define DMA4_IRQ 0x00001000 /* DMA Channel 4 (SPORT1 TX) Interrupt Request */ | ||
1510 | #define DMA5_IRQ 0x00002000 /* DMA Channel 5 (SPI) Interrupt Request */ | ||
1511 | #define DMA6_IRQ 0x00004000 /* DMA Channel 6 (UART RX) Interrupt Request */ | ||
1512 | #define DMA7_IRQ 0x00008000 /* DMA Channel 7 (UART TX) Interrupt Request */ | ||
1513 | #define TIMER0_IRQ 0x00010000 /* Timer 0 Interrupt Request */ | ||
1514 | #define TIMER1_IRQ 0x00020000 /* Timer 1 Interrupt Request */ | ||
1515 | #define TIMER2_IRQ 0x00040000 /* Timer 2 Interrupt Request */ | ||
1516 | #define PFA_IRQ 0x00080000 /* Programmable Flag Interrupt Request A */ | ||
1517 | #define PFB_IRQ 0x00100000 /* Programmable Flag Interrupt Request B */ | ||
1518 | #define MDMA0_0_IRQ 0x00200000 /* MemDMA0 Stream 0 Interrupt Request */ | ||
1519 | #define MDMA0_1_IRQ 0x00400000 /* MemDMA0 Stream 1 Interrupt Request */ | ||
1520 | #define WDOG_IRQ 0x00800000 /* Software Watchdog Timer Interrupt Request */ | ||
1521 | #define DMAC1_ERR_IRQ 0x01000000 /* DMA Controller 1 Error Interrupt Request */ | ||
1522 | #define SPORT2_ERR_IRQ 0x02000000 /* SPORT2 Error Interrupt Request */ | ||
1523 | #define SPORT3_ERR_IRQ 0x04000000 /* SPORT3 Error Interrupt Request */ | ||
1524 | #define MXVR_SD_IRQ 0x08000000 /* MXVR Synchronous Data Interrupt Request */ | ||
1525 | #define SPI1_ERR_IRQ 0x10000000 /* SPI1 Error Interrupt Request */ | ||
1526 | #define SPI2_ERR_IRQ 0x20000000 /* SPI2 Error Interrupt Request */ | ||
1527 | #define UART1_ERR_IRQ 0x40000000 /* UART1 Error Interrupt Request */ | ||
1528 | #define UART2_ERR_IRQ 0x80000000 /* UART2 Error Interrupt Request */ | ||
1529 | |||
1530 | /* the following are for backwards compatibility */ | ||
1531 | #define DMA0_ERR_IRQ DMAC0_ERR_IRQ | ||
1532 | #define DMA1_ERR_IRQ DMAC1_ERR_IRQ | ||
1533 | |||
1534 | |||
1535 | /* Peripheral Masks For SIC_ISR1, SIC_IWR1, SIC_IMASK1 */ | ||
1536 | #define CAN_ERR_IRQ 0x00000001 /* CAN Error Interrupt Request */ | ||
1537 | #define DMA8_IRQ 0x00000002 /* DMA Channel 8 (SPORT2 RX) Interrupt Request */ | ||
1538 | #define DMA9_IRQ 0x00000004 /* DMA Channel 9 (SPORT2 TX) Interrupt Request */ | ||
1539 | #define DMA10_IRQ 0x00000008 /* DMA Channel 10 (SPORT3 RX) Interrupt Request */ | ||
1540 | #define DMA11_IRQ 0x00000010 /* DMA Channel 11 (SPORT3 TX) Interrupt Request */ | ||
1541 | #define DMA12_IRQ 0x00000020 /* DMA Channel 12 Interrupt Request */ | ||
1542 | #define DMA13_IRQ 0x00000040 /* DMA Channel 13 Interrupt Request */ | ||
1543 | #define DMA14_IRQ 0x00000080 /* DMA Channel 14 (SPI1) Interrupt Request */ | ||
1544 | #define DMA15_IRQ 0x00000100 /* DMA Channel 15 (SPI2) Interrupt Request */ | ||
1545 | #define DMA16_IRQ 0x00000200 /* DMA Channel 16 (UART1 RX) Interrupt Request */ | ||
1546 | #define DMA17_IRQ 0x00000400 /* DMA Channel 17 (UART1 TX) Interrupt Request */ | ||
1547 | #define DMA18_IRQ 0x00000800 /* DMA Channel 18 (UART2 RX) Interrupt Request */ | ||
1548 | #define DMA19_IRQ 0x00001000 /* DMA Channel 19 (UART2 TX) Interrupt Request */ | ||
1549 | #define TWI0_IRQ 0x00002000 /* TWI0 Interrupt Request */ | ||
1550 | #define TWI1_IRQ 0x00004000 /* TWI1 Interrupt Request */ | ||
1551 | #define CAN_RX_IRQ 0x00008000 /* CAN Receive Interrupt Request */ | ||
1552 | #define CAN_TX_IRQ 0x00010000 /* CAN Transmit Interrupt Request */ | ||
1553 | #define MDMA1_0_IRQ 0x00020000 /* MemDMA1 Stream 0 Interrupt Request */ | ||
1554 | #define MDMA1_1_IRQ 0x00040000 /* MemDMA1 Stream 1 Interrupt Request */ | ||
1555 | #define MXVR_STAT_IRQ 0x00080000 /* MXVR Status Interrupt Request */ | ||
1556 | #define MXVR_CM_IRQ 0x00100000 /* MXVR Control Message Interrupt Request */ | ||
1557 | #define MXVR_AP_IRQ 0x00200000 /* MXVR Asynchronous Packet Interrupt */ | ||
1558 | |||
1559 | /* the following are for backwards compatibility */ | ||
1560 | #define MDMA0_IRQ MDMA1_0_IRQ | ||
1561 | #define MDMA1_IRQ MDMA1_1_IRQ | ||
1562 | |||
1563 | #ifdef _MISRA_RULES | ||
1564 | #define _MF15 0xFu | ||
1565 | #define _MF7 7u | ||
1566 | #else | ||
1567 | #define _MF15 0xF | ||
1568 | #define _MF7 7 | ||
1569 | #endif /* _MISRA_RULES */ | ||
1570 | |||
1571 | /* SIC_IMASKx Masks */ | ||
1572 | #define SIC_UNMASK_ALL 0x00000000 /* Unmask all peripheral interrupts */ | ||
1573 | #define SIC_MASK_ALL 0xFFFFFFFF /* Mask all peripheral interrupts */ | ||
1574 | #ifdef _MISRA_RULES | ||
1575 | #define SIC_MASK(x) (1 << ((x)&0x1Fu)) /* Mask Peripheral #x interrupt */ | ||
1576 | #define SIC_UNMASK(x) (0xFFFFFFFFu ^ (1 << ((x)&0x1Fu))) /* Unmask Peripheral #x interrupt */ | ||
1577 | #else | ||
1578 | #define SIC_MASK(x) (1 << ((x)&0x1F)) /* Mask Peripheral #x interrupt */ | ||
1579 | #define SIC_UNMASK(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Unmask Peripheral #x interrupt */ | ||
1580 | #endif /* _MISRA_RULES */ | ||
1581 | |||
1582 | /* SIC_IWRx Masks */ | ||
1583 | #define IWR_DISABLE_ALL 0x00000000 /* Wakeup Disable all peripherals */ | ||
1584 | #define IWR_ENABLE_ALL 0xFFFFFFFF /* Wakeup Enable all peripherals */ | ||
1585 | #ifdef _MISRA_RULES | ||
1586 | #define IWR_ENABLE(x) (1 << ((x)&0x1Fu)) /* Wakeup Enable Peripheral #x */ | ||
1587 | #define IWR_DISABLE(x) (0xFFFFFFFFu ^ (1 << ((x)&0x1Fu))) /* Wakeup Disable Peripheral #x */ | ||
1588 | #else | ||
1589 | #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ | ||
1590 | #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Wakeup Disable Peripheral #x */ | ||
1591 | #endif /* _MISRA_RULES */ | ||
1592 | |||
1593 | |||
1594 | /* ********* WATCHDOG TIMER MASKS ******************** */ | ||
1595 | /* Watchdog Timer WDOG_CTL Register Masks */ | ||
1596 | #ifdef _MISRA_RULES | ||
1597 | #define WDEV(x) (((x)<<1) & 0x0006u) /* event generated on roll over */ | ||
1598 | #else | ||
1599 | #define WDEV(x) (((x)<<1) & 0x0006) /* event generated on roll over */ | ||
1600 | #endif /* _MISRA_RULES */ | ||
1601 | #define WDEV_RESET 0x0000 /* generate reset event on roll over */ | ||
1602 | #define WDEV_NMI 0x0002 /* generate NMI event on roll over */ | ||
1603 | #define WDEV_GPI 0x0004 /* generate GP IRQ on roll over */ | ||
1604 | #define WDEV_NONE 0x0006 /* no event on roll over */ | ||
1605 | #define WDEN 0x0FF0 /* enable watchdog */ | ||
1606 | #define WDDIS 0x0AD0 /* disable watchdog */ | ||
1607 | #define WDRO 0x8000 /* watchdog rolled over latch */ | ||
1608 | |||
1609 | /* deprecated WDOG_CTL Register Masks for legacy code */ | ||
1610 | #define ICTL WDEV | ||
1611 | #define ENABLE_RESET WDEV_RESET | ||
1612 | #define WDOG_RESET WDEV_RESET | ||
1613 | #define ENABLE_NMI WDEV_NMI | ||
1614 | #define WDOG_NMI WDEV_NMI | ||
1615 | #define ENABLE_GPI WDEV_GPI | ||
1616 | #define WDOG_GPI WDEV_GPI | ||
1617 | #define DISABLE_EVT WDEV_NONE | ||
1618 | #define WDOG_NONE WDEV_NONE | ||
1619 | |||
1620 | #define TMR_EN WDEN | ||
1621 | #define WDOG_DISABLE WDDIS | ||
1622 | #define TRO WDRO | ||
1623 | |||
1624 | #define ICTL_P0 0x01 | ||
1625 | #define ICTL_P1 0x02 | ||
1626 | #define TRO_P 0x0F | ||
1627 | |||
1628 | |||
1629 | /* *************** REAL TIME CLOCK MASKS **************************/ | ||
1630 | /* RTC_STAT and RTC_ALARM register */ | ||
1631 | #define RTSEC 0x0000003F /* Real-Time Clock Seconds */ | ||
1632 | #define RTMIN 0x00000FC0 /* Real-Time Clock Minutes */ | ||
1633 | #define RTHR 0x0001F000 /* Real-Time Clock Hours */ | ||
1634 | #define RTDAY 0xFFFE0000 /* Real-Time Clock Days */ | ||
1635 | |||
1636 | /* RTC_ICTL register */ | ||
1637 | #define SWIE 0x0001 /* Stopwatch Interrupt Enable */ | ||
1638 | #define AIE 0x0002 /* Alarm Interrupt Enable */ | ||
1639 | #define SIE 0x0004 /* Seconds (1 Hz) Interrupt Enable */ | ||
1640 | #define MIE 0x0008 /* Minutes Interrupt Enable */ | ||
1641 | #define HIE 0x0010 /* Hours Interrupt Enable */ | ||
1642 | #define DIE 0x0020 /* 24 Hours (Days) Interrupt Enable */ | ||
1643 | #define DAIE 0x0040 /* Day Alarm (Day, Hour, Minute, Second) Interrupt Enable */ | ||
1644 | #define WCIE 0x8000 /* Write Complete Interrupt Enable */ | ||
1645 | |||
1646 | /* RTC_ISTAT register */ | ||
1647 | #define SWEF 0x0001 /* Stopwatch Event Flag */ | ||
1648 | #define AEF 0x0002 /* Alarm Event Flag */ | ||
1649 | #define SEF 0x0004 /* Seconds (1 Hz) Event Flag */ | ||
1650 | #define MEF 0x0008 /* Minutes Event Flag */ | ||
1651 | #define HEF 0x0010 /* Hours Event Flag */ | ||
1652 | #define DEF 0x0020 /* 24 Hours (Days) Event Flag */ | ||
1653 | #define DAEF 0x0040 /* Day Alarm (Day, Hour, Minute, Second) Event Flag */ | ||
1654 | #define WPS 0x4000 /* Write Pending Status (RO) */ | ||
1655 | #define WCOM 0x8000 /* Write Complete */ | ||
1656 | |||
1657 | /* RTC_FAST Mask (RTC_PREN Mask) */ | ||
1658 | #define ENABLE_PRESCALE 0x00000001 /* Enable prescaler so RTC runs at 1 Hz */ | ||
1659 | #define PREN 0x00000001 | ||
1660 | /* ** Must be set after power-up for proper operation of RTC */ | ||
1661 | |||
1662 | /* Deprecated RTC_STAT and RTC_ALARM Masks */ | ||
1663 | #define RTC_SEC RTSEC /* Real-Time Clock Seconds */ | ||
1664 | #define RTC_MIN RTMIN /* Real-Time Clock Minutes */ | ||
1665 | #define RTC_HR RTHR /* Real-Time Clock Hours */ | ||
1666 | #define RTC_DAY RTDAY /* Real-Time Clock Days */ | ||
1667 | |||
1668 | /* Deprecated RTC_ICTL/RTC_ISTAT Masks */ | ||
1669 | #define STOPWATCH SWIE /* Stopwatch Interrupt Enable */ | ||
1670 | #define ALARM AIE /* Alarm Interrupt Enable */ | ||
1671 | #define SECOND SIE /* Seconds (1 Hz) Interrupt Enable */ | ||
1672 | #define MINUTE MIE /* Minutes Interrupt Enable */ | ||
1673 | #define HOUR HIE /* Hours Interrupt Enable */ | ||
1674 | #define DAY DIE /* 24 Hours (Days) Interrupt Enable */ | ||
1675 | #define DAY_ALARM DAIE /* Day Alarm (Day, Hour, Minute, Second) Interrupt Enable */ | ||
1676 | #define WRITE_COMPLETE WCIE /* Write Complete Interrupt Enable */ | ||
1677 | |||
1678 | |||
1679 | /* ***************************** UART CONTROLLER MASKS ********************** */ | ||
1680 | /* UARTx_LCR Register */ | ||
1681 | #ifdef _MISRA_RULES | ||
1682 | #define WLS(x) (((x)-5u) & 0x03u) /* Word Length Select */ | ||
1683 | #else | ||
1684 | #define WLS(x) (((x)-5) & 0x03) /* Word Length Select */ | ||
1685 | #endif /* _MISRA_RULES */ | ||
1686 | #define STB 0x04 /* Stop Bits */ | ||
1687 | #define PEN 0x08 /* Parity Enable */ | ||
1688 | #define EPS 0x10 /* Even Parity Select */ | ||
1689 | #define STP 0x20 /* Stick Parity */ | ||
1690 | #define SB 0x40 /* Set Break */ | ||
1691 | #define DLAB 0x80 /* Divisor Latch Access */ | ||
1692 | |||
1693 | #define DLAB_P 0x07 | ||
1694 | #define SB_P 0x06 | ||
1695 | #define STP_P 0x05 | ||
1696 | #define EPS_P 0x04 | ||
1697 | #define PEN_P 0x03 | ||
1698 | #define STB_P 0x02 | ||
1699 | #define WLS_P1 0x01 | ||
1700 | #define WLS_P0 0x00 | ||
1701 | |||
1702 | /* UARTx_MCR Register */ | ||
1703 | #define LOOP_ENA 0x10 /* Loopback Mode Enable */ | ||
1704 | #define LOOP_ENA_P 0x04 | ||
1705 | /* Deprecated UARTx_MCR Mask */ | ||
1706 | |||
1707 | /* UARTx_LSR Register */ | ||
1708 | #define DR 0x01 /* Data Ready */ | ||
1709 | #define OE 0x02 /* Overrun Error */ | ||
1710 | #define PE 0x04 /* Parity Error */ | ||
1711 | #define FE 0x08 /* Framing Error */ | ||
1712 | #define BI 0x10 /* Break Interrupt */ | ||
1713 | #define THRE 0x20 /* THR Empty */ | ||
1714 | #define TEMT 0x40 /* TSR and UART_THR Empty */ | ||
1715 | |||
1716 | #define TEMP_P 0x06 | ||
1717 | #define THRE_P 0x05 | ||
1718 | #define BI_P 0x04 | ||
1719 | #define FE_P 0x03 | ||
1720 | #define PE_P 0x02 | ||
1721 | #define OE_P 0x01 | ||
1722 | #define DR_P 0x00 | ||
1723 | |||
1724 | /* UARTx_IER Register */ | ||
1725 | #define ERBFI 0x01 /* Enable Receive Buffer Full Interrupt */ | ||
1726 | #define ETBEI 0x02 /* Enable Transmit Buffer Empty Interrupt */ | ||
1727 | #define ELSI 0x04 /* Enable RX Status Interrupt */ | ||
1728 | |||
1729 | #define ELSI_P 0x02 | ||
1730 | #define ETBEI_P 0x01 | ||
1731 | #define ERBFI_P 0x00 | ||
1732 | |||
1733 | /* UARTx_IIR Register */ | ||
1734 | #define NINT 0x01 | ||
1735 | #define STATUS_P1 0x02 | ||
1736 | #define STATUS_P0 0x01 | ||
1737 | #define NINT_P 0x00 | ||
1738 | |||
1739 | /* UARTx_GCTL Register */ | ||
1740 | #define UCEN 0x01 /* Enable UARTx Clocks */ | ||
1741 | #define IREN 0x02 /* Enable IrDA Mode */ | ||
1742 | #define TPOLC 0x04 /* IrDA TX Polarity Change */ | ||
1743 | #define RPOLC 0x08 /* IrDA RX Polarity Change */ | ||
1744 | #define FPE 0x10 /* Force Parity Error On Transmit */ | ||
1745 | #define FFE 0x20 /* Force Framing Error On Transmit */ | ||
1746 | |||
1747 | #define FFE_P 0x05 | ||
1748 | #define FPE_P 0x04 | ||
1749 | #define RPOLC_P 0x03 | ||
1750 | #define TPOLC_P 0x02 | ||
1751 | #define IREN_P 0x01 | ||
1752 | #define UCEN_P 0x00 | ||
1753 | |||
1754 | |||
1755 | /* ********** SERIAL PORT MASKS ********************** */ | ||
1756 | /* SPORTx_TCR1 Masks */ | ||
1757 | #define TSPEN 0x0001 /* TX enable */ | ||
1758 | #define ITCLK 0x0002 /* Internal TX Clock Select */ | ||
1759 | #define TDTYPE 0x000C /* TX Data Formatting Select */ | ||
1760 | #define DTYPE_NORM 0x0000 /* Data Format Normal */ | ||
1761 | #define DTYPE_ULAW 0x0008 /* Compand Using u-Law */ | ||
1762 | #define DTYPE_ALAW 0x000C /* Compand Using A-Law */ | ||
1763 | #define TLSBIT 0x0010 /* TX Bit Order */ | ||
1764 | #define ITFS 0x0200 /* Internal TX Frame Sync Select */ | ||
1765 | #define TFSR 0x0400 /* TX Frame Sync Required Select */ | ||
1766 | #define DITFS 0x0800 /* Data Independent TX Frame Sync Select */ | ||
1767 | #define LTFS 0x1000 /* Low TX Frame Sync Select */ | ||
1768 | #define LATFS 0x2000 /* Late TX Frame Sync Select */ | ||
1769 | #define TCKFE 0x4000 /* TX Clock Falling Edge Select */ | ||
1770 | /* SPORTx_RCR1 Deprecated Masks */ | ||
1771 | #define TULAW DTYPE_ULAW /* Compand Using u-Law */ | ||
1772 | #define TALAW DTYPE_ALAW /* Compand Using A-Law */ | ||
1773 | |||
1774 | /* SPORTx_TCR2 Masks */ | ||
1775 | #ifdef _MISRA_RULES | ||
1776 | #define SLEN(x) ((x)&0x1Fu) /* SPORT TX Word Length (2 - 31) */ | ||
1777 | #else | ||
1778 | #define SLEN(x) ((x)&0x1F) /* SPORT TX Word Length (2 - 31) */ | ||
1779 | #endif /* _MISRA_RULES */ | ||
1780 | #define TXSE 0x0100 /*TX Secondary Enable */ | ||
1781 | #define TSFSE 0x0200 /*TX Stereo Frame Sync Enable */ | ||
1782 | #define TRFST 0x0400 /*TX Right-First Data Order */ | ||
1783 | |||
1784 | /* SPORTx_RCR1 Masks */ | ||
1785 | #define RSPEN 0x0001 /* RX enable */ | ||
1786 | #define IRCLK 0x0002 /* Internal RX Clock Select */ | ||
1787 | #define RDTYPE 0x000C /* RX Data Formatting Select */ | ||
1788 | #define DTYPE_NORM 0x0000 /* no companding */ | ||
1789 | #define DTYPE_ULAW 0x0008 /* Compand Using u-Law */ | ||
1790 | #define DTYPE_ALAW 0x000C /* Compand Using A-Law */ | ||
1791 | #define RLSBIT 0x0010 /* RX Bit Order */ | ||
1792 | #define IRFS 0x0200 /* Internal RX Frame Sync Select */ | ||
1793 | #define RFSR 0x0400 /* RX Frame Sync Required Select */ | ||
1794 | #define LRFS 0x1000 /* Low RX Frame Sync Select */ | ||
1795 | #define LARFS 0x2000 /* Late RX Frame Sync Select */ | ||
1796 | #define RCKFE 0x4000 /* RX Clock Falling Edge Select */ | ||
1797 | /* SPORTx_RCR1 Deprecated Masks */ | ||
1798 | #define RULAW DTYPE_ULAW /* Compand Using u-Law */ | ||
1799 | #define RALAW DTYPE_ALAW /* Compand Using A-Law */ | ||
1800 | |||
1801 | /* SPORTx_RCR2 Masks */ | ||
1802 | #ifdef _MISRA_RULES | ||
1803 | #define SLEN(x) ((x)&0x1Fu) /* SPORT RX Word Length (2 - 31) */ | ||
1804 | #else | ||
1805 | #define SLEN(x) ((x)&0x1F) /* SPORT RX Word Length (2 - 31) */ | ||
1806 | #endif /* _MISRA_RULES */ | ||
1807 | #define RXSE 0x0100 /*RX Secondary Enable */ | ||
1808 | #define RSFSE 0x0200 /*RX Stereo Frame Sync Enable */ | ||
1809 | #define RRFST 0x0400 /*Right-First Data Order */ | ||
1810 | |||
1811 | /*SPORTx_STAT Masks */ | ||
1812 | #define RXNE 0x0001 /*RX FIFO Not Empty Status */ | ||
1813 | #define RUVF 0x0002 /*RX Underflow Status */ | ||
1814 | #define ROVF 0x0004 /*RX Overflow Status */ | ||
1815 | #define TXF 0x0008 /*TX FIFO Full Status */ | ||
1816 | #define TUVF 0x0010 /*TX Underflow Status */ | ||
1817 | #define TOVF 0x0020 /*TX Overflow Status */ | ||
1818 | #define TXHRE 0x0040 /*TX Hold Register Empty */ | ||
1819 | |||
1820 | /*SPORTx_MCMC1 Masks */ | ||
1821 | #define WOFF 0x000003FF /*Multichannel Window Offset Field */ | ||
1822 | /* SPORTx_MCMC1 Macros */ | ||
1823 | #ifdef _MISRA_RULES | ||
1824 | #define SET_WOFF(x) ((x) & 0x3FFu) /* Multichannel Window Offset Field */ | ||
1825 | /* Only use SET_WSIZE Macro With Logic OR While Setting Lower Order Bits */ | ||
1826 | #define SET_WSIZE(x) (((((x)>>0x3)-1u)&0xFu) << 0xC) /* Multichannel Window Size = (x/8)-1 */ | ||
1827 | #else | ||
1828 | #define SET_WOFF(x) ((x) & 0x3FF) /* Multichannel Window Offset Field */ | ||
1829 | /* Only use SET_WSIZE Macro With Logic OR While Setting Lower Order Bits */ | ||
1830 | #define SET_WSIZE(x) (((((x)>>0x3)-1)&0xF) << 0xC) /* Multichannel Window Size = (x/8)-1 */ | ||
1831 | #endif /* _MISRA_RULES */ | ||
1832 | |||
1833 | |||
1834 | /*SPORTx_MCMC2 Masks */ | ||
1835 | #define MCCRM 0x0003 /*Multichannel Clock Recovery Mode */ | ||
1836 | #define REC_BYPASS 0x0000 /* Bypass Mode (No Clock Recovery) */ | ||
1837 | #define REC_2FROM4 0x0002 /* Recover 2 MHz Clock from 4 MHz Clock */ | ||
1838 | #define REC_8FROM16 0x0003 /* Recover 8 MHz Clock from 16 MHz Clock */ | ||
1839 | #define MCDTXPE 0x0004 /*Multichannel DMA Transmit Packing */ | ||
1840 | #define MCDRXPE 0x0008 /*Multichannel DMA Receive Packing */ | ||
1841 | #define MCMEN 0x0010 /*Multichannel Frame Mode Enable */ | ||
1842 | #define FSDR 0x0080 /*Multichannel Frame Sync to Data Relationship */ | ||
1843 | #define MFD 0xF000 /*Multichannel Frame Delay */ | ||
1844 | #define MFD_0 0x0000 /* Multichannel Frame Delay = 0 */ | ||
1845 | #define MFD_1 0x1000 /* Multichannel Frame Delay = 1 */ | ||
1846 | #define MFD_2 0x2000 /* Multichannel Frame Delay = 2 */ | ||
1847 | #define MFD_3 0x3000 /* Multichannel Frame Delay = 3 */ | ||
1848 | #define MFD_4 0x4000 /* Multichannel Frame Delay = 4 */ | ||
1849 | #define MFD_5 0x5000 /* Multichannel Frame Delay = 5 */ | ||
1850 | #define MFD_6 0x6000 /* Multichannel Frame Delay = 6 */ | ||
1851 | #define MFD_7 0x7000 /* Multichannel Frame Delay = 7 */ | ||
1852 | #define MFD_8 0x8000 /* Multichannel Frame Delay = 8 */ | ||
1853 | #define MFD_9 0x9000 /* Multichannel Frame Delay = 9 */ | ||
1854 | #define MFD_10 0xA000 /* Multichannel Frame Delay = 10 */ | ||
1855 | #define MFD_11 0xB000 /* Multichannel Frame Delay = 11 */ | ||
1856 | #define MFD_12 0xC000 /* Multichannel Frame Delay = 12 */ | ||
1857 | #define MFD_13 0xD000 /* Multichannel Frame Delay = 13 */ | ||
1858 | #define MFD_14 0xE000 /* Multichannel Frame Delay = 14 */ | ||
1859 | #define MFD_15 0xF000 /* Multichannel Frame Delay = 15 */ | ||
1860 | |||
1861 | |||
1862 | /* ********* PARALLEL PERIPHERAL INTERFACE (PPI) MASKS **************** */ | ||
1863 | /* PPI_CONTROL Masks */ | ||
1864 | #define PORT_EN 0x0001 /* PPI Port Enable */ | ||
1865 | #define PORT_DIR 0x0002 /* PPI Port Direction */ | ||
1866 | #define XFR_TYPE 0x000C /* PPI Transfer Type */ | ||
1867 | #define PORT_CFG 0x0030 /* PPI Port Configuration */ | ||
1868 | #define FLD_SEL 0x0040 /* PPI Active Field Select */ | ||
1869 | #define PACK_EN 0x0080 /* PPI Packing Mode */ | ||
1870 | /* previous versions of defBF539.h erroneously included DMA32 (PPI 32-bit DMA Enable) */ | ||
1871 | #define SKIP_EN 0x0200 /* PPI Skip Element Enable */ | ||
1872 | #define SKIP_EO 0x0400 /* PPI Skip Even/Odd Elements */ | ||
1873 | #define DLENGTH 0x3800 /* PPI Data Length */ | ||
1874 | #define DLEN_8 0x0 /* PPI Data Length mask for DLEN=8 */ | ||
1875 | #define DLEN_10 0x0800 /* Data Length = 10 Bits */ | ||
1876 | #define DLEN_11 0x1000 /* Data Length = 11 Bits */ | ||
1877 | #define DLEN_12 0x1800 /* Data Length = 12 Bits */ | ||
1878 | #define DLEN_13 0x2000 /* Data Length = 13 Bits */ | ||
1879 | #define DLEN_14 0x2800 /* Data Length = 14 Bits */ | ||
1880 | #define DLEN_15 0x3000 /* Data Length = 15 Bits */ | ||
1881 | #define DLEN_16 0x3800 /* Data Length = 16 Bits */ | ||
1882 | #ifdef _MISRA_RULES | ||
1883 | #define DLEN(x) ((((x)-9u) & 0x07u) << 11) /* PPI Data Length (only works for x=10-->x=16) */ | ||
1884 | #else | ||
1885 | #define DLEN(x) ((((x)-9) & 0x07) << 11) /* PPI Data Length (only works for x=10-->x=16) */ | ||
1886 | #endif /* _MISRA_RULES */ | ||
1887 | #define POL 0xC000 /* PPI Signal Polarities */ | ||
1888 | #define POLC 0x4000 /* PPI Clock Polarity */ | ||
1889 | #define POLS 0x8000 /* PPI Frame Sync Polarity */ | ||
1890 | |||
1891 | |||
1892 | /* PPI_STATUS Masks */ | ||
1893 | #define FLD 0x0400 /* Field Indicator */ | ||
1894 | #define FT_ERR 0x0800 /* Frame Track Error */ | ||
1895 | #define OVR 0x1000 /* FIFO Overflow Error */ | ||
1896 | #define UNDR 0x2000 /* FIFO Underrun Error */ | ||
1897 | #define ERR_DET 0x4000 /* Error Detected Indicator */ | ||
1898 | #define ERR_NCOR 0x8000 /* Error Not Corrected Indicator */ | ||
1899 | |||
1900 | |||
1901 | /* ********** DMA CONTROLLER MASKS ***********************/ | ||
1902 | /* DMAx_CONFIG, MDMA_yy_CONFIG Masks */ | ||
1903 | #define DMAEN 0x0001 /* Channel Enable */ | ||
1904 | #define WNR 0x0002 /* Channel Direction (W/R*) */ | ||
1905 | #define WDSIZE_8 0x0000 /* Word Size 8 bits */ | ||
1906 | #define WDSIZE_16 0x0004 /* Word Size 16 bits */ | ||
1907 | #define WDSIZE_32 0x0008 /* Word Size 32 bits */ | ||
1908 | #define DMA2D 0x0010 /* 2D/1D* Mode */ | ||
1909 | #define RESTART 0x0020 /* Restart */ | ||
1910 | #define DI_SEL 0x0040 /* Data Interrupt Select */ | ||
1911 | #define DI_EN 0x0080 /* Data Interrupt Enable */ | ||
1912 | #define NDSIZE 0x0900 /* Next Descriptor Size */ | ||
1913 | #define NDSIZE_0 0x0000 /* Next Descriptor Size = 0 (Stop/Autobuffer) */ | ||
1914 | #define NDSIZE_1 0x0100 /* Next Descriptor Size = 1 */ | ||
1915 | #define NDSIZE_2 0x0200 /* Next Descriptor Size = 2 */ | ||
1916 | #define NDSIZE_3 0x0300 /* Next Descriptor Size = 3 */ | ||
1917 | #define NDSIZE_4 0x0400 /* Next Descriptor Size = 4 */ | ||
1918 | #define NDSIZE_5 0x0500 /* Next Descriptor Size = 5 */ | ||
1919 | #define NDSIZE_6 0x0600 /* Next Descriptor Size = 6 */ | ||
1920 | #define NDSIZE_7 0x0700 /* Next Descriptor Size = 7 */ | ||
1921 | #define NDSIZE_8 0x0800 /* Next Descriptor Size = 8 */ | ||
1922 | #define NDSIZE_9 0x0900 /* Next Descriptor Size = 9 */ | ||
1923 | |||
1924 | #define DMAFLOW 0x7000 /* Flow Control */ | ||
1925 | #define DMAFLOW_STOP 0x0000 /* Stop Mode */ | ||
1926 | #define DMAFLOW_AUTO 0x1000 /* Autobuffer Mode */ | ||
1927 | #define DMAFLOW_ARRAY 0x4000 /* Descriptor Array Mode */ | ||
1928 | #define DMAFLOW_SMALL 0x6000 /* Small Model Descriptor List Mode */ | ||
1929 | #define DMAFLOW_LARGE 0x7000 /* Large Model Descriptor List Mode */ | ||
1930 | |||
1931 | #define DMAEN_P 0x0 /* Channel Enable */ | ||
1932 | #define WNR_P 0x1 /* Channel Direction (W/R*) */ | ||
1933 | #define DMA2D_P 0x4 /* 2D/1D* Mode */ | ||
1934 | #define RESTART_P 0x5 /* Restart */ | ||
1935 | #define DI_SEL_P 0x6 /* Data Interrupt Select */ | ||
1936 | #define DI_EN_P 0x7 /* Data Interrupt Enable */ | ||
1937 | |||
1938 | /* DMAx_IRQ_STATUS, MDMA_yy_IRQ_STATUS Masks */ | ||
1939 | #define DMA_DONE 0x0001 /* DMA Done Indicator */ | ||
1940 | #define DMA_ERR 0x0002 /* DMA Error Indicator */ | ||
1941 | #define DFETCH 0x0004 /* Descriptor Fetch Indicator */ | ||
1942 | #define DMA_RUN 0x0008 /* DMA Running Indicator */ | ||
1943 | |||
1944 | #define DMA_DONE_P 0x0 /* DMA Done Indicator */ | ||
1945 | #define DMA_ERR_P 0x1 /* DMA Error Indicator */ | ||
1946 | #define DFETCH_P 0x2 /* Descriptor Fetch Indicator */ | ||
1947 | #define DMA_RUN_P 0x3 /* DMA Running Indicator */ | ||
1948 | |||
1949 | /* DMAx_PERIPHERAL_MAP, MDMA_yy_PERIPHERAL_MAP Masks */ | ||
1950 | |||
1951 | #define CTYPE 0x0040 /* DMA Channel Type Indicator */ | ||
1952 | #define CTYPE_P 0x6 /* DMA Channel Type Indicator BIT POSITION */ | ||
1953 | #define PCAP8 0x0080 /* DMA 8-bit Operation Indicator */ | ||
1954 | #define PCAP16 0x0100 /* DMA 16-bit Operation Indicator */ | ||
1955 | #define PCAP32 0x0200 /* DMA 32-bit Operation Indicator */ | ||
1956 | #define PCAPWR 0x0400 /* DMA Write Operation Indicator */ | ||
1957 | #define PCAPRD 0x0800 /* DMA Read Operation Indicator */ | ||
1958 | #define PMAP 0xF000 /* DMA Peripheral Map Field */ | ||
1959 | |||
1960 | /* PMAP Encodings For DMA Controller 0 */ | ||
1961 | #define PMAP_PPI 0x0000 /* PMAP PPI Port DMA */ | ||
1962 | #define PMAP_SPORT0RX 0x1000 /* PMAP SPORT0 Receive DMA */ | ||
1963 | #define PMAP_SPORT0TX 0x2000 /* PMAP SPORT0 Transmit DMA */ | ||
1964 | #define PMAP_SPORT1RX 0x3000 /* PMAP SPORT1 Receive DMA */ | ||
1965 | #define PMAP_SPORT1TX 0x4000 /* PMAP SPORT1 Transmit DMA */ | ||
1966 | #define PMAP_SPI0 0x5000 /* PMAP SPI DMA */ | ||
1967 | #define PMAP_UART0RX 0x6000 /* PMAP UART Receive DMA */ | ||
1968 | #define PMAP_UART0TX 0x7000 /* PMAP UART Transmit DMA */ | ||
1969 | |||
1970 | /* PMAP Encodings For DMA Controller 1 */ | ||
1971 | #define PMAP_SPORT2RX 0x0000 /* PMAP SPORT2 Receive DMA */ | ||
1972 | #define PMAP_SPORT2TX 0x1000 /* PMAP SPORT2 Transmit DMA */ | ||
1973 | #define PMAP_SPORT3RX 0x2000 /* PMAP SPORT3 Receive DMA */ | ||
1974 | #define PMAP_SPORT3TX 0x3000 /* PMAP SPORT3 Transmit DMA */ | ||
1975 | #define PMAP_SPI1 0x6000 /* PMAP SPI1 DMA */ | ||
1976 | #define PMAP_SPI2 0x7000 /* PMAP SPI2 DMA */ | ||
1977 | #define PMAP_UART1RX 0x8000 /* PMAP UART1 Receive DMA */ | ||
1978 | #define PMAP_UART1TX 0x9000 /* PMAP UART1 Transmit DMA */ | ||
1979 | #define PMAP_UART2RX 0xA000 /* PMAP UART2 Receive DMA */ | ||
1980 | #define PMAP_UART2TX 0xB000 /* PMAP UART2 Transmit DMA */ | ||
1981 | |||
1982 | |||
1983 | /* ************* GENERAL PURPOSE TIMER MASKS ******************** */ | ||
1984 | /* PWM Timer bit definitions */ | ||
1985 | /* TIMER_ENABLE Register */ | ||
1986 | #define TIMEN0 0x0001 /* Enable Timer 0 */ | ||
1987 | #define TIMEN1 0x0002 /* Enable Timer 1 */ | ||
1988 | #define TIMEN2 0x0004 /* Enable Timer 2 */ | ||
1989 | |||
1990 | #define TIMEN0_P 0x00 | ||
1991 | #define TIMEN1_P 0x01 | ||
1992 | #define TIMEN2_P 0x02 | ||
1993 | |||
1994 | /* TIMER_DISABLE Register */ | ||
1995 | #define TIMDIS0 0x0001 /* Disable Timer 0 */ | ||
1996 | #define TIMDIS1 0x0002 /* Disable Timer 1 */ | ||
1997 | #define TIMDIS2 0x0004 /* Disable Timer 2 */ | ||
1998 | |||
1999 | #define TIMDIS0_P 0x00 | ||
2000 | #define TIMDIS1_P 0x01 | ||
2001 | #define TIMDIS2_P 0x02 | ||
2002 | |||
2003 | /* TIMER_STATUS Register */ | ||
2004 | #define TIMIL0 0x0001 /* Timer 0 Interrupt */ | ||
2005 | #define TIMIL1 0x0002 /* Timer 1 Interrupt */ | ||
2006 | #define TIMIL2 0x0004 /* Timer 2 Interrupt */ | ||
2007 | #define TOVF_ERR0 0x0010 /* Timer 0 Counter Overflow */ | ||
2008 | #define TOVF_ERR1 0x0020 /* Timer 1 Counter Overflow */ | ||
2009 | #define TOVF_ERR2 0x0040 /* Timer 2 Counter Overflow */ | ||
2010 | #define TRUN0 0x1000 /* Timer 0 Slave Enable Status */ | ||
2011 | #define TRUN1 0x2000 /* Timer 1 Slave Enable Status */ | ||
2012 | #define TRUN2 0x4000 /* Timer 2 Slave Enable Status */ | ||
2013 | |||
2014 | #define TIMIL0_P 0x00 | ||
2015 | #define TIMIL1_P 0x01 | ||
2016 | #define TIMIL2_P 0x02 | ||
2017 | #define TOVF_ERR0_P 0x04 | ||
2018 | #define TOVF_ERR1_P 0x05 | ||
2019 | #define TOVF_ERR2_P 0x06 | ||
2020 | #define TRUN0_P 0x0C | ||
2021 | #define TRUN1_P 0x0D | ||
2022 | #define TRUN2_P 0x0E | ||
2023 | |||
2024 | /* Alternate Deprecated Macros Provided For Backwards Code Compatibility */ | ||
2025 | #define TOVL_ERR0 TOVF_ERR0 | ||
2026 | #define TOVL_ERR1 TOVF_ERR1 | ||
2027 | #define TOVL_ERR2 TOVF_ERR2 | ||
2028 | #define TOVL_ERR0_P TOVF_ERR0_P | ||
2029 | #define TOVL_ERR1_P TOVF_ERR1_P | ||
2030 | #define TOVL_ERR2_P TOVF_ERR2_P | ||
2031 | |||
2032 | /* TIMERx_CONFIG Registers */ | ||
2033 | #define PWM_OUT 0x0001 | ||
2034 | #define WDTH_CAP 0x0002 | ||
2035 | #define EXT_CLK 0x0003 | ||
2036 | #define PULSE_HI 0x0004 | ||
2037 | #define PERIOD_CNT 0x0008 | ||
2038 | #define IRQ_ENA 0x0010 | ||
2039 | #define TIN_SEL 0x0020 | ||
2040 | #define OUT_DIS 0x0040 | ||
2041 | #define CLK_SEL 0x0080 | ||
2042 | #define TOGGLE_HI 0x0100 | ||
2043 | #define EMU_RUN 0x0200 | ||
2044 | #ifdef _MISRA_RULES | ||
2045 | #define ERR_TYP(x) (((x) & 0x03u) << 14) | ||
2046 | #else | ||
2047 | #define ERR_TYP(x) (((x) & 0x03) << 14) | ||
2048 | #endif /* _MISRA_RULES */ | ||
2049 | |||
2050 | #define TMODE_P0 0x00 | ||
2051 | #define TMODE_P1 0x01 | ||
2052 | #define PULSE_HI_P 0x02 | ||
2053 | #define PERIOD_CNT_P 0x03 | ||
2054 | #define IRQ_ENA_P 0x04 | ||
2055 | #define TIN_SEL_P 0x05 | ||
2056 | #define OUT_DIS_P 0x06 | ||
2057 | #define CLK_SEL_P 0x07 | ||
2058 | #define TOGGLE_HI_P 0x08 | ||
2059 | #define EMU_RUN_P 0x09 | ||
2060 | #define ERR_TYP_P0 0x0E | ||
2061 | #define ERR_TYP_P1 0x0F | ||
2062 | |||
2063 | |||
2064 | /*/ ****************** GENERAL-PURPOSE I/O ********************* */ | ||
2065 | /* Flag I/O (FIO_) Masks */ | ||
2066 | #define PF0 0x0001 | ||
2067 | #define PF1 0x0002 | ||
2068 | #define PF2 0x0004 | ||
2069 | #define PF3 0x0008 | ||
2070 | #define PF4 0x0010 | ||
2071 | #define PF5 0x0020 | ||
2072 | #define PF6 0x0040 | ||
2073 | #define PF7 0x0080 | ||
2074 | #define PF8 0x0100 | ||
2075 | #define PF9 0x0200 | ||
2076 | #define PF10 0x0400 | ||
2077 | #define PF11 0x0800 | ||
2078 | #define PF12 0x1000 | ||
2079 | #define PF13 0x2000 | ||
2080 | #define PF14 0x4000 | ||
2081 | #define PF15 0x8000 | ||
2082 | |||
2083 | /* PORT F BIT POSITIONS */ | ||
2084 | #define PF0_P 0x0 | ||
2085 | #define PF1_P 0x1 | ||
2086 | #define PF2_P 0x2 | ||
2087 | #define PF3_P 0x3 | ||
2088 | #define PF4_P 0x4 | ||
2089 | #define PF5_P 0x5 | ||
2090 | #define PF6_P 0x6 | ||
2091 | #define PF7_P 0x7 | ||
2092 | #define PF8_P 0x8 | ||
2093 | #define PF9_P 0x9 | ||
2094 | #define PF10_P 0xA | ||
2095 | #define PF11_P 0xB | ||
2096 | #define PF12_P 0xC | ||
2097 | #define PF13_P 0xD | ||
2098 | #define PF14_P 0xE | ||
2099 | #define PF15_P 0xF | ||
2100 | |||
2101 | |||
2102 | /******************* GPIO MASKS *********************/ | ||
2103 | /* Port C Masks */ | ||
2104 | #define PC0 0x0001 | ||
2105 | #define PC1 0x0002 | ||
2106 | #define PC4 0x0010 | ||
2107 | #define PC5 0x0020 | ||
2108 | #define PC6 0x0040 | ||
2109 | #define PC7 0x0080 | ||
2110 | #define PC8 0x0100 | ||
2111 | #define PC9 0x0200 | ||
2112 | /* Port C Bit Positions */ | ||
2113 | #define PC0_P 0x0 | ||
2114 | #define PC1_P 0x1 | ||
2115 | #define PC4_P 0x4 | ||
2116 | #define PC5_P 0x5 | ||
2117 | #define PC6_P 0x6 | ||
2118 | #define PC7_P 0x7 | ||
2119 | #define PC8_P 0x8 | ||
2120 | #define PC9_P 0x9 | ||
2121 | |||
2122 | /* Port D */ | ||
2123 | #define PD0 0x0001 | ||
2124 | #define PD1 0x0002 | ||
2125 | #define PD2 0x0004 | ||
2126 | #define PD3 0x0008 | ||
2127 | #define PD4 0x0010 | ||
2128 | #define PD5 0x0020 | ||
2129 | #define PD6 0x0040 | ||
2130 | #define PD7 0x0080 | ||
2131 | #define PD8 0x0100 | ||
2132 | #define PD9 0x0200 | ||
2133 | #define PD10 0x0400 | ||
2134 | #define PD11 0x0800 | ||
2135 | #define PD12 0x1000 | ||
2136 | #define PD13 0x2000 | ||
2137 | #define PD14 0x4000 | ||
2138 | #define PD15 0x8000 | ||
2139 | /* Port D Bit Positions */ | ||
2140 | #define PD0_P 0x0 | ||
2141 | #define PD1_P 0x1 | ||
2142 | #define PD2_P 0x2 | ||
2143 | #define PD3_P 0x3 | ||
2144 | #define PD4_P 0x4 | ||
2145 | #define PD5_P 0x5 | ||
2146 | #define PD6_P 0x6 | ||
2147 | #define PD7_P 0x7 | ||
2148 | #define PD8_P 0x8 | ||
2149 | #define PD9_P 0x9 | ||
2150 | #define PD10_P 0xA | ||
2151 | #define PD11_P 0xB | ||
2152 | #define PD12_P 0xC | ||
2153 | #define PD13_P 0xD | ||
2154 | #define PD14_P 0xE | ||
2155 | #define PD15_P 0xF | ||
2156 | |||
2157 | /* Port E */ | ||
2158 | #define PE0 0x0001 | ||
2159 | #define PE1 0x0002 | ||
2160 | #define PE2 0x0004 | ||
2161 | #define PE3 0x0008 | ||
2162 | #define PE4 0x0010 | ||
2163 | #define PE5 0x0020 | ||
2164 | #define PE6 0x0040 | ||
2165 | #define PE7 0x0080 | ||
2166 | #define PE8 0x0100 | ||
2167 | #define PE9 0x0200 | ||
2168 | #define PE10 0x0400 | ||
2169 | #define PE11 0x0800 | ||
2170 | #define PE12 0x1000 | ||
2171 | #define PE13 0x2000 | ||
2172 | #define PE14 0x4000 | ||
2173 | #define PE15 0x8000 | ||
2174 | /* Port E Bit Positions */ | ||
2175 | #define PE0_P 0x0 | ||
2176 | #define PE1_P 0x1 | ||
2177 | #define PE2_P 0x2 | ||
2178 | #define PE3_P 0x3 | ||
2179 | #define PE4_P 0x4 | ||
2180 | #define PE5_P 0x5 | ||
2181 | #define PE6_P 0x6 | ||
2182 | #define PE7_P 0x7 | ||
2183 | #define PE8_P 0x8 | ||
2184 | #define PE9_P 0x9 | ||
2185 | #define PE10_P 0xA | ||
2186 | #define PE11_P 0xB | ||
2187 | #define PE12_P 0xC | ||
2188 | #define PE13_P 0xD | ||
2189 | #define PE14_P 0xE | ||
2190 | #define PE15_P 0xF | ||
2191 | |||
2192 | |||
2193 | /* *********** SERIAL PERIPHERAL INTERFACE (SPI) MASKS **************** */ | ||
2194 | /* SPIx_CTL Masks */ | ||
2195 | #define TIMOD 0x0003 /* Transfer Initiate Mode */ | ||
2196 | #define RDBR_CORE 0x0000 /* RDBR Read Initiates, IRQ When RDBR Full */ | ||
2197 | #define TDBR_CORE 0x0001 /* TDBR Write Initiates, IRQ When TDBR Empty */ | ||
2198 | #define RDBR_DMA 0x0002 /* DMA Read, DMA Until FIFO Empty */ | ||
2199 | #define TDBR_DMA 0x0003 /* DMA Write, DMA Until FIFO Full */ | ||
2200 | #define SZ 0x0004 /* Send Zero (When TDBR Empty, Send Zero/Last*) */ | ||
2201 | #define GM 0x0008 /* Get More (When RDBR Full, Overwrite/Discard*) */ | ||
2202 | #define PSSE 0x0010 /* Slave-Select Input Enable */ | ||
2203 | #define EMISO 0x0020 /* Enable MISO As Output */ | ||
2204 | #define SIZE 0x0100 /* Size of Words (16/8* Bits) */ | ||
2205 | #define LSBF 0x0200 /* LSB First */ | ||
2206 | #define CPHA 0x0400 /* Clock Phase */ | ||
2207 | #define CPOL 0x0800 /* Clock Polarity */ | ||
2208 | #define MSTR 0x1000 /* Master/Slave* */ | ||
2209 | #define WOM 0x2000 /* Write Open Drain Master */ | ||
2210 | #define SPE 0x4000 /* SPI Enable */ | ||
2211 | |||
2212 | /* SPIx_FLG Masks */ | ||
2213 | #define FLS1 0x0002 /* Enables (=1) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
2214 | #define FLS2 0x0004 /* Enables (=1) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
2215 | #define FLS3 0x0008 /* Enables (=1) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
2216 | #define FLS4 0x0010 /* Enables (=1) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
2217 | #define FLS5 0x0020 /* Enables (=1) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
2218 | #define FLS6 0x0040 /* Enables (=1) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
2219 | #define FLS7 0x0080 /* Enables (=1) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
2220 | |||
2221 | #define FLG1 0x0200 /* Activates (=0) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
2222 | #define FLG2 0x0400 /* Activates (=0) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
2223 | #define FLG3 0x0800 /* Activates (=0) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
2224 | #define FLG4 0x1000 /* Activates (=0) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
2225 | #define FLG5 0x2000 /* Activates (=0) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
2226 | #define FLG6 0x4000 /* Activates (=0) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
2227 | #define FLG7 0x8000 /* Activates (=0) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
2228 | |||
2229 | /* SPIx_FLG Bit Positions */ | ||
2230 | #define FLS1_P 0x0001 /* Enables (=1) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
2231 | #define FLS2_P 0x0002 /* Enables (=1) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
2232 | #define FLS3_P 0x0003 /* Enables (=1) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
2233 | #define FLS4_P 0x0004 /* Enables (=1) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
2234 | #define FLS5_P 0x0005 /* Enables (=1) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
2235 | #define FLS6_P 0x0006 /* Enables (=1) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
2236 | #define FLS7_P 0x0007 /* Enables (=1) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
2237 | #define FLG1_P 0x0009 /* Activates (=0) SPI_FLOUT1 as flag output for SPI Slave-select */ | ||
2238 | #define FLG2_P 0x000A /* Activates (=0) SPI_FLOUT2 as flag output for SPI Slave-select */ | ||
2239 | #define FLG3_P 0x000B /* Activates (=0) SPI_FLOUT3 as flag output for SPI Slave-select */ | ||
2240 | #define FLG4_P 0x000C /* Activates (=0) SPI_FLOUT4 as flag output for SPI Slave-select */ | ||
2241 | #define FLG5_P 0x000D /* Activates (=0) SPI_FLOUT5 as flag output for SPI Slave-select */ | ||
2242 | #define FLG6_P 0x000E /* Activates (=0) SPI_FLOUT6 as flag output for SPI Slave-select */ | ||
2243 | #define FLG7_P 0x000F /* Activates (=0) SPI_FLOUT7 as flag output for SPI Slave-select */ | ||
2244 | |||
2245 | /* SPIx_STAT Masks */ | ||
2246 | #define SPIF 0x0001 /* Set (=1) when SPI single-word transfer complete */ | ||
2247 | #define MODF 0x0002 /* Set (=1) in a master device when some other device tries to become master */ | ||
2248 | #define TXE 0x0004 /* Set (=1) when transmission occurs with no new data in SPI_TDBR */ | ||
2249 | #define TXS 0x0008 /* SPI_TDBR Data Buffer Status (0=Empty, 1=Full) */ | ||
2250 | #define RBSY 0x0010 /* Set (=1) when data is received with RDBR full */ | ||
2251 | #define RXS 0x0020 /* SPI_RDBR Data Buffer Status (0=Empty, 1=Full) */ | ||
2252 | #define TXCOL 0x0040 /* When set (=1), corrupt data may have been transmitted */ | ||
2253 | |||
2254 | /* SPIx_FLG Masks */ | ||
2255 | #define FLG1E 0xFDFF /* Activates SPI_FLOUT1 */ | ||
2256 | #define FLG2E 0xFBFF /* Activates SPI_FLOUT2 */ | ||
2257 | #define FLG3E 0xF7FF /* Activates SPI_FLOUT3 */ | ||
2258 | #define FLG4E 0xEFFF /* Activates SPI_FLOUT4 */ | ||
2259 | #define FLG5E 0xDFFF /* Activates SPI_FLOUT5 */ | ||
2260 | #define FLG6E 0xBFFF /* Activates SPI_FLOUT6 */ | ||
2261 | #define FLG7E 0x7FFF /* Activates SPI_FLOUT7 */ | ||
2262 | |||
2263 | |||
2264 | /* ********************* ASYNCHRONOUS MEMORY CONTROLLER MASKS ************* */ | ||
2265 | /* EBIU_AMGCTL Masks */ | ||
2266 | #define AMCKEN 0x0001 /* Enable CLKOUT */ | ||
2267 | #define AMBEN_NONE 0x0000 /* All Banks Disabled */ | ||
2268 | #define AMBEN_B0 0x0002 /* Enable Asynchronous Memory Bank 0 only */ | ||
2269 | #define AMBEN_B0_B1 0x0004 /* Enable Asynchronous Memory Banks 0 & 1 only */ | ||
2270 | #define AMBEN_B0_B1_B2 0x0006 /* Enable Asynchronous Memory Banks 0, 1, and 2 */ | ||
2271 | #define AMBEN_ALL 0x0008 /* Enable Asynchronous Memory Banks (all) 0, 1, 2, and 3 */ | ||
2272 | #define CDPRIO 0x0100 /* DMA has priority over core for for external accesses */ | ||
2273 | |||
2274 | /* EBIU_AMGCTL Bit Positions */ | ||
2275 | #define AMCKEN_P 0x0000 /* Enable CLKOUT */ | ||
2276 | #define AMBEN_P0 0x0001 /* Asynchronous Memory Enable, 000 - banks 0-3 disabled, 001 - Bank 0 enabled */ | ||
2277 | #define AMBEN_P1 0x0002 /* Asynchronous Memory Enable, 010 - banks 0&1 enabled, 011 - banks 0-3 enabled */ | ||
2278 | #define AMBEN_P2 0x0003 /* Asynchronous Memory Enable, 1xx - All banks (bank 0, 1, 2, and 3) enabled */ | ||
2279 | |||
2280 | /* EBIU_AMBCTL0 Masks */ | ||
2281 | #define B0RDYEN 0x00000001 /* Bank 0 RDY Enable, 0=disable, 1=enable */ | ||
2282 | #define B0RDYPOL 0x00000002 /* Bank 0 RDY Active high, 0=active low, 1=active high */ | ||
2283 | #define B0TT_1 0x00000004 /* Bank 0 Transition Time from Read to Write = 1 cycle */ | ||
2284 | #define B0TT_2 0x00000008 /* Bank 0 Transition Time from Read to Write = 2 cycles */ | ||
2285 | #define B0TT_3 0x0000000C /* Bank 0 Transition Time from Read to Write = 3 cycles */ | ||
2286 | #define B0TT_4 0x00000000 /* Bank 0 Transition Time from Read to Write = 4 cycles */ | ||
2287 | #define B0ST_1 0x00000010 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=1 cycle */ | ||
2288 | #define B0ST_2 0x00000020 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=2 cycles */ | ||
2289 | #define B0ST_3 0x00000030 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=3 cycles */ | ||
2290 | #define B0ST_4 0x00000000 /* Bank 0 Setup Time from AOE asserted to Read/Write asserted=4 cycles */ | ||
2291 | #define B0HT_1 0x00000040 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 1 cycle */ | ||
2292 | #define B0HT_2 0x00000080 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 2 cycles */ | ||
2293 | #define B0HT_3 0x000000C0 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 3 cycles */ | ||
2294 | #define B0HT_0 0x00000000 /* Bank 0 Hold Time from Read/Write deasserted to AOE deasserted = 0 cycles */ | ||
2295 | #define B0RAT_1 0x00000100 /* Bank 0 Read Access Time = 1 cycle */ | ||
2296 | #define B0RAT_2 0x00000200 /* Bank 0 Read Access Time = 2 cycles */ | ||
2297 | #define B0RAT_3 0x00000300 /* Bank 0 Read Access Time = 3 cycles */ | ||
2298 | #define B0RAT_4 0x00000400 /* Bank 0 Read Access Time = 4 cycles */ | ||
2299 | #define B0RAT_5 0x00000500 /* Bank 0 Read Access Time = 5 cycles */ | ||
2300 | #define B0RAT_6 0x00000600 /* Bank 0 Read Access Time = 6 cycles */ | ||
2301 | #define B0RAT_7 0x00000700 /* Bank 0 Read Access Time = 7 cycles */ | ||
2302 | #define B0RAT_8 0x00000800 /* Bank 0 Read Access Time = 8 cycles */ | ||
2303 | #define B0RAT_9 0x00000900 /* Bank 0 Read Access Time = 9 cycles */ | ||
2304 | #define B0RAT_10 0x00000A00 /* Bank 0 Read Access Time = 10 cycles */ | ||
2305 | #define B0RAT_11 0x00000B00 /* Bank 0 Read Access Time = 11 cycles */ | ||
2306 | #define B0RAT_12 0x00000C00 /* Bank 0 Read Access Time = 12 cycles */ | ||
2307 | #define B0RAT_13 0x00000D00 /* Bank 0 Read Access Time = 13 cycles */ | ||
2308 | #define B0RAT_14 0x00000E00 /* Bank 0 Read Access Time = 14 cycles */ | ||
2309 | #define B0RAT_15 0x00000F00 /* Bank 0 Read Access Time = 15 cycles */ | ||
2310 | #define B0WAT_1 0x00001000 /* Bank 0 Write Access Time = 1 cycle */ | ||
2311 | #define B0WAT_2 0x00002000 /* Bank 0 Write Access Time = 2 cycles */ | ||
2312 | #define B0WAT_3 0x00003000 /* Bank 0 Write Access Time = 3 cycles */ | ||
2313 | #define B0WAT_4 0x00004000 /* Bank 0 Write Access Time = 4 cycles */ | ||
2314 | #define B0WAT_5 0x00005000 /* Bank 0 Write Access Time = 5 cycles */ | ||
2315 | #define B0WAT_6 0x00006000 /* Bank 0 Write Access Time = 6 cycles */ | ||
2316 | #define B0WAT_7 0x00007000 /* Bank 0 Write Access Time = 7 cycles */ | ||
2317 | #define B0WAT_8 0x00008000 /* Bank 0 Write Access Time = 8 cycles */ | ||
2318 | #define B0WAT_9 0x00009000 /* Bank 0 Write Access Time = 9 cycles */ | ||
2319 | #define B0WAT_10 0x0000A000 /* Bank 0 Write Access Time = 10 cycles */ | ||
2320 | #define B0WAT_11 0x0000B000 /* Bank 0 Write Access Time = 11 cycles */ | ||
2321 | #define B0WAT_12 0x0000C000 /* Bank 0 Write Access Time = 12 cycles */ | ||
2322 | #define B0WAT_13 0x0000D000 /* Bank 0 Write Access Time = 13 cycles */ | ||
2323 | #define B0WAT_14 0x0000E000 /* Bank 0 Write Access Time = 14 cycles */ | ||
2324 | #define B0WAT_15 0x0000F000 /* Bank 0 Write Access Time = 15 cycles */ | ||
2325 | #define B1RDYEN 0x00010000 /* Bank 1 RDY enable, 0=disable, 1=enable */ | ||
2326 | #define B1RDYPOL 0x00020000 /* Bank 1 RDY Active high, 0=active low, 1=active high */ | ||
2327 | #define B1TT_1 0x00040000 /* Bank 1 Transition Time from Read to Write = 1 cycle */ | ||
2328 | #define B1TT_2 0x00080000 /* Bank 1 Transition Time from Read to Write = 2 cycles */ | ||
2329 | #define B1TT_3 0x000C0000 /* Bank 1 Transition Time from Read to Write = 3 cycles */ | ||
2330 | #define B1TT_4 0x00000000 /* Bank 1 Transition Time from Read to Write = 4 cycles */ | ||
2331 | #define B1ST_1 0x00100000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 1 cycle */ | ||
2332 | #define B1ST_2 0x00200000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 2 cycles */ | ||
2333 | #define B1ST_3 0x00300000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 3 cycles */ | ||
2334 | #define B1ST_4 0x00000000 /* Bank 1 Setup Time from AOE asserted to Read or Write asserted = 4 cycles */ | ||
2335 | #define B1HT_1 0x00400000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 1 cycle */ | ||
2336 | #define B1HT_2 0x00800000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 2 cycles */ | ||
2337 | #define B1HT_3 0x00C00000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 3 cycles */ | ||
2338 | #define B1HT_0 0x00000000 /* Bank 1 Hold Time from Read or Write deasserted to AOE deasserted = 0 cycles */ | ||
2339 | #define B1RAT_1 0x01000000 /* Bank 1 Read Access Time = 1 cycle */ | ||
2340 | #define B1RAT_2 0x02000000 /* Bank 1 Read Access Time = 2 cycles */ | ||
2341 | #define B1RAT_3 0x03000000 /* Bank 1 Read Access Time = 3 cycles */ | ||
2342 | #define B1RAT_4 0x04000000 /* Bank 1 Read Access Time = 4 cycles */ | ||
2343 | #define B1RAT_5 0x05000000 /* Bank 1 Read Access Time = 5 cycles */ | ||
2344 | #define B1RAT_6 0x06000000 /* Bank 1 Read Access Time = 6 cycles */ | ||
2345 | #define B1RAT_7 0x07000000 /* Bank 1 Read Access Time = 7 cycles */ | ||
2346 | #define B1RAT_8 0x08000000 /* Bank 1 Read Access Time = 8 cycles */ | ||
2347 | #define B1RAT_9 0x09000000 /* Bank 1 Read Access Time = 9 cycles */ | ||
2348 | #define B1RAT_10 0x0A000000 /* Bank 1 Read Access Time = 10 cycles */ | ||
2349 | #define B1RAT_11 0x0B000000 /* Bank 1 Read Access Time = 11 cycles */ | ||
2350 | #define B1RAT_12 0x0C000000 /* Bank 1 Read Access Time = 12 cycles */ | ||
2351 | #define B1RAT_13 0x0D000000 /* Bank 1 Read Access Time = 13 cycles */ | ||
2352 | #define B1RAT_14 0x0E000000 /* Bank 1 Read Access Time = 14 cycles */ | ||
2353 | #define B1RAT_15 0x0F000000 /* Bank 1 Read Access Time = 15 cycles */ | ||
2354 | #define B1WAT_1 0x10000000 /* Bank 1 Write Access Time = 1 cycle */ | ||
2355 | #define B1WAT_2 0x20000000 /* Bank 1 Write Access Time = 2 cycles */ | ||
2356 | #define B1WAT_3 0x30000000 /* Bank 1 Write Access Time = 3 cycles */ | ||
2357 | #define B1WAT_4 0x40000000 /* Bank 1 Write Access Time = 4 cycles */ | ||
2358 | #define B1WAT_5 0x50000000 /* Bank 1 Write Access Time = 5 cycles */ | ||
2359 | #define B1WAT_6 0x60000000 /* Bank 1 Write Access Time = 6 cycles */ | ||
2360 | #define B1WAT_7 0x70000000 /* Bank 1 Write Access Time = 7 cycles */ | ||
2361 | #define B1WAT_8 0x80000000 /* Bank 1 Write Access Time = 8 cycles */ | ||
2362 | #define B1WAT_9 0x90000000 /* Bank 1 Write Access Time = 9 cycles */ | ||
2363 | #define B1WAT_10 0xA0000000 /* Bank 1 Write Access Time = 10 cycles */ | ||
2364 | #define B1WAT_11 0xB0000000 /* Bank 1 Write Access Time = 11 cycles */ | ||
2365 | #define B1WAT_12 0xC0000000 /* Bank 1 Write Access Time = 12 cycles */ | ||
2366 | #define B1WAT_13 0xD0000000 /* Bank 1 Write Access Time = 13 cycles */ | ||
2367 | #define B1WAT_14 0xE0000000 /* Bank 1 Write Access Time = 14 cycles */ | ||
2368 | #define B1WAT_15 0xF0000000 /* Bank 1 Write Access Time = 15 cycles */ | ||
2369 | |||
2370 | /* EBIU_AMBCTL1 Masks */ | ||
2371 | #define B2RDYEN 0x00000001 /* Bank 2 RDY Enable, 0=disable, 1=enable */ | ||
2372 | #define B2RDYPOL 0x00000002 /* Bank 2 RDY Active high, 0=active low, 1=active high */ | ||
2373 | #define B2TT_1 0x00000004 /* Bank 2 Transition Time from Read to Write = 1 cycle */ | ||
2374 | #define B2TT_2 0x00000008 /* Bank 2 Transition Time from Read to Write = 2 cycles */ | ||
2375 | #define B2TT_3 0x0000000C /* Bank 2 Transition Time from Read to Write = 3 cycles */ | ||
2376 | #define B2TT_4 0x00000000 /* Bank 2 Transition Time from Read to Write = 4 cycles */ | ||
2377 | #define B2ST_1 0x00000010 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 1 cycle */ | ||
2378 | #define B2ST_2 0x00000020 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 2 cycles */ | ||
2379 | #define B2ST_3 0x00000030 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 3 cycles */ | ||
2380 | #define B2ST_4 0x00000000 /* Bank 2 Setup Time from AOE asserted to Read or Write asserted = 4 cycles */ | ||
2381 | #define B2HT_1 0x00000040 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 1 cycle */ | ||
2382 | #define B2HT_2 0x00000080 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 2 cycles */ | ||
2383 | #define B2HT_3 0x000000C0 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 3 cycles */ | ||
2384 | #define B2HT_0 0x00000000 /* Bank 2 Hold Time from Read or Write deasserted to AOE deasserted = 0 cycles */ | ||
2385 | #define B2RAT_1 0x00000100 /* Bank 2 Read Access Time = 1 cycle */ | ||
2386 | #define B2RAT_2 0x00000200 /* Bank 2 Read Access Time = 2 cycles */ | ||
2387 | #define B2RAT_3 0x00000300 /* Bank 2 Read Access Time = 3 cycles */ | ||
2388 | #define B2RAT_4 0x00000400 /* Bank 2 Read Access Time = 4 cycles */ | ||
2389 | #define B2RAT_5 0x00000500 /* Bank 2 Read Access Time = 5 cycles */ | ||
2390 | #define B2RAT_6 0x00000600 /* Bank 2 Read Access Time = 6 cycles */ | ||
2391 | #define B2RAT_7 0x00000700 /* Bank 2 Read Access Time = 7 cycles */ | ||
2392 | #define B2RAT_8 0x00000800 /* Bank 2 Read Access Time = 8 cycles */ | ||
2393 | #define B2RAT_9 0x00000900 /* Bank 2 Read Access Time = 9 cycles */ | ||
2394 | #define B2RAT_10 0x00000A00 /* Bank 2 Read Access Time = 10 cycles */ | ||
2395 | #define B2RAT_11 0x00000B00 /* Bank 2 Read Access Time = 11 cycles */ | ||
2396 | #define B2RAT_12 0x00000C00 /* Bank 2 Read Access Time = 12 cycles */ | ||
2397 | #define B2RAT_13 0x00000D00 /* Bank 2 Read Access Time = 13 cycles */ | ||
2398 | #define B2RAT_14 0x00000E00 /* Bank 2 Read Access Time = 14 cycles */ | ||
2399 | #define B2RAT_15 0x00000F00 /* Bank 2 Read Access Time = 15 cycles */ | ||
2400 | #define B2WAT_1 0x00001000 /* Bank 2 Write Access Time = 1 cycle */ | ||
2401 | #define B2WAT_2 0x00002000 /* Bank 2 Write Access Time = 2 cycles */ | ||
2402 | #define B2WAT_3 0x00003000 /* Bank 2 Write Access Time = 3 cycles */ | ||
2403 | #define B2WAT_4 0x00004000 /* Bank 2 Write Access Time = 4 cycles */ | ||
2404 | #define B2WAT_5 0x00005000 /* Bank 2 Write Access Time = 5 cycles */ | ||
2405 | #define B2WAT_6 0x00006000 /* Bank 2 Write Access Time = 6 cycles */ | ||
2406 | #define B2WAT_7 0x00007000 /* Bank 2 Write Access Time = 7 cycles */ | ||
2407 | #define B2WAT_8 0x00008000 /* Bank 2 Write Access Time = 8 cycles */ | ||
2408 | #define B2WAT_9 0x00009000 /* Bank 2 Write Access Time = 9 cycles */ | ||
2409 | #define B2WAT_10 0x0000A000 /* Bank 2 Write Access Time = 10 cycles */ | ||
2410 | #define B2WAT_11 0x0000B000 /* Bank 2 Write Access Time = 11 cycles */ | ||
2411 | #define B2WAT_12 0x0000C000 /* Bank 2 Write Access Time = 12 cycles */ | ||
2412 | #define B2WAT_13 0x0000D000 /* Bank 2 Write Access Time = 13 cycles */ | ||
2413 | #define B2WAT_14 0x0000E000 /* Bank 2 Write Access Time = 14 cycles */ | ||
2414 | #define B2WAT_15 0x0000F000 /* Bank 2 Write Access Time = 15 cycles */ | ||
2415 | #define B3RDYEN 0x00010000 /* Bank 3 RDY enable, 0=disable, 1=enable */ | ||
2416 | #define B3RDYPOL 0x00020000 /* Bank 3 RDY Active high, 0=active low, 1=active high */ | ||
2417 | #define B3TT_1 0x00040000 /* Bank 3 Transition Time from Read to Write = 1 cycle */ | ||
2418 | #define B3TT_2 0x00080000 /* Bank 3 Transition Time from Read to Write = 2 cycles */ | ||
2419 | #define B3TT_3 0x000C0000 /* Bank 3 Transition Time from Read to Write = 3 cycles */ | ||
2420 | #define B3TT_4 0x00000000 /* Bank 3 Transition Time from Read to Write = 4 cycles */ | ||
2421 | #define B3ST_1 0x00100000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 1 cycle */ | ||
2422 | #define B3ST_2 0x00200000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 2 cycles */ | ||
2423 | #define B3ST_3 0x00300000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 3 cycles */ | ||
2424 | #define B3ST_4 0x00000000 /* Bank 3 Setup Time from AOE asserted to Read or Write asserted = 4 cycles */ | ||
2425 | #define B3HT_1 0x00400000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 1 cycle */ | ||
2426 | #define B3HT_2 0x00800000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 2 cycles */ | ||
2427 | #define B3HT_3 0x00C00000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 3 cycles */ | ||
2428 | #define B3HT_0 0x00000000 /* Bank 3 Hold Time from Read or Write deasserted to AOE deasserted = 0 cycles */ | ||
2429 | #define B3RAT_1 0x01000000 /* Bank 3 Read Access Time = 1 cycle */ | ||
2430 | #define B3RAT_2 0x02000000 /* Bank 3 Read Access Time = 2 cycles */ | ||
2431 | #define B3RAT_3 0x03000000 /* Bank 3 Read Access Time = 3 cycles */ | ||
2432 | #define B3RAT_4 0x04000000 /* Bank 3 Read Access Time = 4 cycles */ | ||
2433 | #define B3RAT_5 0x05000000 /* Bank 3 Read Access Time = 5 cycles */ | ||
2434 | #define B3RAT_6 0x06000000 /* Bank 3 Read Access Time = 6 cycles */ | ||
2435 | #define B3RAT_7 0x07000000 /* Bank 3 Read Access Time = 7 cycles */ | ||
2436 | #define B3RAT_8 0x08000000 /* Bank 3 Read Access Time = 8 cycles */ | ||
2437 | #define B3RAT_9 0x09000000 /* Bank 3 Read Access Time = 9 cycles */ | ||
2438 | #define B3RAT_10 0x0A000000 /* Bank 3 Read Access Time = 10 cycles */ | ||
2439 | #define B3RAT_11 0x0B000000 /* Bank 3 Read Access Time = 11 cycles */ | ||
2440 | #define B3RAT_12 0x0C000000 /* Bank 3 Read Access Time = 12 cycles */ | ||
2441 | #define B3RAT_13 0x0D000000 /* Bank 3 Read Access Time = 13 cycles */ | ||
2442 | #define B3RAT_14 0x0E000000 /* Bank 3 Read Access Time = 14 cycles */ | ||
2443 | #define B3RAT_15 0x0F000000 /* Bank 3 Read Access Time = 15 cycles */ | ||
2444 | #define B3WAT_1 0x10000000 /* Bank 3 Write Access Time = 1 cycle */ | ||
2445 | #define B3WAT_2 0x20000000 /* Bank 3 Write Access Time = 2 cycles */ | ||
2446 | #define B3WAT_3 0x30000000 /* Bank 3 Write Access Time = 3 cycles */ | ||
2447 | #define B3WAT_4 0x40000000 /* Bank 3 Write Access Time = 4 cycles */ | ||
2448 | #define B3WAT_5 0x50000000 /* Bank 3 Write Access Time = 5 cycles */ | ||
2449 | #define B3WAT_6 0x60000000 /* Bank 3 Write Access Time = 6 cycles */ | ||
2450 | #define B3WAT_7 0x70000000 /* Bank 3 Write Access Time = 7 cycles */ | ||
2451 | #define B3WAT_8 0x80000000 /* Bank 3 Write Access Time = 8 cycles */ | ||
2452 | #define B3WAT_9 0x90000000 /* Bank 3 Write Access Time = 9 cycles */ | ||
2453 | #define B3WAT_10 0xA0000000 /* Bank 3 Write Access Time = 10 cycles */ | ||
2454 | #define B3WAT_11 0xB0000000 /* Bank 3 Write Access Time = 11 cycles */ | ||
2455 | #define B3WAT_12 0xC0000000 /* Bank 3 Write Access Time = 12 cycles */ | ||
2456 | #define B3WAT_13 0xD0000000 /* Bank 3 Write Access Time = 13 cycles */ | ||
2457 | #define B3WAT_14 0xE0000000 /* Bank 3 Write Access Time = 14 cycles */ | ||
2458 | #define B3WAT_15 0xF0000000 /* Bank 3 Write Access Time = 15 cycles */ | ||
2459 | |||
2460 | /* ********************** SDRAM CONTROLLER MASKS *************************** */ | ||
2461 | /* EBIU_SDGCTL Masks */ | ||
2462 | #define SCTLE 0x00000001 /* Enable SCLK[0], /SRAS, /SCAS, /SWE, SDQM[3:0] */ | ||
2463 | #define CL_2 0x00000008 /* SDRAM CAS latency = 2 cycles */ | ||
2464 | #define CL_3 0x0000000C /* SDRAM CAS latency = 3 cycles */ | ||
2465 | #define PFE 0x00000010 /* Enable SDRAM prefetch */ | ||
2466 | #define PFP 0x00000020 /* Prefetch has priority over AMC requests */ | ||
2467 | #define PASR_ALL 0x00000000 /* All 4 SDRAM Banks Refreshed In Self-Refresh */ | ||
2468 | #define PASR_B0_B1 0x00000010 /* SDRAM Banks 0 and 1 Are Refreshed In Self-Refresh */ | ||
2469 | #define PASR_B0 0x00000020 /* Only SDRAM Bank 0 Is Refreshed In Self-Refresh */ | ||
2470 | #define TRAS_1 0x00000040 /* SDRAM tRAS = 1 cycle */ | ||
2471 | #define TRAS_2 0x00000080 /* SDRAM tRAS = 2 cycles */ | ||
2472 | #define TRAS_3 0x000000C0 /* SDRAM tRAS = 3 cycles */ | ||
2473 | #define TRAS_4 0x00000100 /* SDRAM tRAS = 4 cycles */ | ||
2474 | #define TRAS_5 0x00000140 /* SDRAM tRAS = 5 cycles */ | ||
2475 | #define TRAS_6 0x00000180 /* SDRAM tRAS = 6 cycles */ | ||
2476 | #define TRAS_7 0x000001C0 /* SDRAM tRAS = 7 cycles */ | ||
2477 | #define TRAS_8 0x00000200 /* SDRAM tRAS = 8 cycles */ | ||
2478 | #define TRAS_9 0x00000240 /* SDRAM tRAS = 9 cycles */ | ||
2479 | #define TRAS_10 0x00000280 /* SDRAM tRAS = 10 cycles */ | ||
2480 | #define TRAS_11 0x000002C0 /* SDRAM tRAS = 11 cycles */ | ||
2481 | #define TRAS_12 0x00000300 /* SDRAM tRAS = 12 cycles */ | ||
2482 | #define TRAS_13 0x00000340 /* SDRAM tRAS = 13 cycles */ | ||
2483 | #define TRAS_14 0x00000380 /* SDRAM tRAS = 14 cycles */ | ||
2484 | #define TRAS_15 0x000003C0 /* SDRAM tRAS = 15 cycles */ | ||
2485 | #define TRP_1 0x00000800 /* SDRAM tRP = 1 cycle */ | ||
2486 | #define TRP_2 0x00001000 /* SDRAM tRP = 2 cycles */ | ||
2487 | #define TRP_3 0x00001800 /* SDRAM tRP = 3 cycles */ | ||
2488 | #define TRP_4 0x00002000 /* SDRAM tRP = 4 cycles */ | ||
2489 | #define TRP_5 0x00002800 /* SDRAM tRP = 5 cycles */ | ||
2490 | #define TRP_6 0x00003000 /* SDRAM tRP = 6 cycles */ | ||
2491 | #define TRP_7 0x00003800 /* SDRAM tRP = 7 cycles */ | ||
2492 | #define TRCD_1 0x00008000 /* SDRAM tRCD = 1 cycle */ | ||
2493 | #define TRCD_2 0x00010000 /* SDRAM tRCD = 2 cycles */ | ||
2494 | #define TRCD_3 0x00018000 /* SDRAM tRCD = 3 cycles */ | ||
2495 | #define TRCD_4 0x00020000 /* SDRAM tRCD = 4 cycles */ | ||
2496 | #define TRCD_5 0x00028000 /* SDRAM tRCD = 5 cycles */ | ||
2497 | #define TRCD_6 0x00030000 /* SDRAM tRCD = 6 cycles */ | ||
2498 | #define TRCD_7 0x00038000 /* SDRAM tRCD = 7 cycles */ | ||
2499 | #define TWR_1 0x00080000 /* SDRAM tWR = 1 cycle */ | ||
2500 | #define TWR_2 0x00100000 /* SDRAM tWR = 2 cycles */ | ||
2501 | #define TWR_3 0x00180000 /* SDRAM tWR = 3 cycles */ | ||
2502 | #define PUPSD 0x00200000 /*Power-up start delay */ | ||
2503 | #define PSM 0x00400000 /* SDRAM power-up sequence = Precharge, mode register set, 8 CBR refresh cycles */ | ||
2504 | #define PSS 0x00800000 /* enable SDRAM power-up sequence on next SDRAM access */ | ||
2505 | #define SRFS 0x01000000 /* Start SDRAM self-refresh mode */ | ||
2506 | #define EBUFE 0x02000000 /* Enable external buffering timing */ | ||
2507 | #define FBBRW 0x04000000 /* Fast back-to-back read write enable */ | ||
2508 | #define EMREN 0x10000000 /* Extended mode register enable */ | ||
2509 | #define TCSR 0x20000000 /* Temp compensated self refresh value 85 deg C */ | ||
2510 | #define CDDBG 0x40000000 /* Tristate SDRAM controls during bus grant */ | ||
2511 | |||
2512 | /* EBIU_SDBCTL Masks */ | ||
2513 | #define EBE 0x00000001 /* Enable SDRAM external bank */ | ||
2514 | #define EBSZ_16 0x00000000 /* SDRAM external bank size = 16MB */ | ||
2515 | #define EBSZ_32 0x00000002 /* SDRAM external bank size = 32MB */ | ||
2516 | #define EBSZ_64 0x00000004 /* SDRAM external bank size = 64MB */ | ||
2517 | #define EBSZ_128 0x00000006 /* SDRAM external bank size = 128MB */ | ||
2518 | #define EBSZ_256 0x00000008 /* SDRAM External Bank Size = 256MB */ | ||
2519 | #define EBSZ_512 0x0000000A /* SDRAM External Bank Size = 512MB */ | ||
2520 | #define EBCAW_8 0x00000000 /* SDRAM external bank column address width = 8 bits */ | ||
2521 | #define EBCAW_9 0x00000010 /* SDRAM external bank column address width = 9 bits */ | ||
2522 | #define EBCAW_10 0x00000020 /* SDRAM external bank column address width = 9 bits */ | ||
2523 | #define EBCAW_11 0x00000030 /* SDRAM external bank column address width = 9 bits */ | ||
2524 | |||
2525 | /* EBIU_SDSTAT Masks */ | ||
2526 | #define SDCI 0x00000001 /* SDRAM controller is idle */ | ||
2527 | #define SDSRA 0x00000002 /* SDRAM SDRAM self refresh is active */ | ||
2528 | #define SDPUA 0x00000004 /* SDRAM power up active */ | ||
2529 | #define SDRS 0x00000008 /* SDRAM is in reset state */ | ||
2530 | #define SDEASE 0x00000010 /* SDRAM EAB sticky error status - W1C */ | ||
2531 | #define BGSTAT 0x00000020 /* Bus granted */ | ||
2532 | |||
2533 | |||
2534 | /* ******************** TWO-WIRE INTERFACE (TWIx) MASKS ***********************/ | ||
2535 | /* TWIx_CLKDIV Macros (Use: *pTWIx_CLKDIV = CLKLOW(x)|CLKHI(y); ) */ | ||
2536 | #ifdef _MISRA_RULES | ||
2537 | #define CLKLOW(x) ((x) & 0xFFu) /* Periods Clock Is Held Low */ | ||
2538 | #define CLKHI(y) (((y)&0xFFu)<<0x8) /* Periods Before New Clock Low */ | ||
2539 | #else | ||
2540 | #define CLKLOW(x) ((x) & 0xFF) /* Periods Clock Is Held Low */ | ||
2541 | #define CLKHI(y) (((y)&0xFF)<<0x8) /* Periods Before New Clock Low */ | ||
2542 | #endif /* _MISRA_RULES */ | ||
2543 | |||
2544 | /* TWIx_PRESCALE Masks */ | ||
2545 | #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ | ||
2546 | #define TWI_ENA 0x0080 /* TWI Enable */ | ||
2547 | #define SCCB 0x0200 /* SCCB Compatibility Enable */ | ||
2548 | |||
2549 | /* TWIx_SLAVE_CTRL Masks */ | ||
2550 | #define SEN 0x0001 /* Slave Enable */ | ||
2551 | #define SADD_LEN 0x0002 /* Slave Address Length */ | ||
2552 | #define STDVAL 0x0004 /* Slave Transmit Data Valid */ | ||
2553 | #define NAK 0x0008 /* NAK/ACK* Generated At Conclusion Of Transfer */ | ||
2554 | #define GEN 0x0010 /* General Call Adrress Matching Enabled */ | ||
2555 | |||
2556 | /* TWIx_SLAVE_STAT Masks */ | ||
2557 | #define SDIR 0x0001 /* Slave Transfer Direction (Transmit/Receive*) */ | ||
2558 | #define GCALL 0x0002 /* General Call Indicator */ | ||
2559 | |||
2560 | /* TWIx_MASTER_CTRL Masks */ | ||
2561 | #define MEN 0x0001 /* Master Mode Enable */ | ||
2562 | #define MADD_LEN 0x0002 /* Master Address Length */ | ||
2563 | #define MDIR 0x0004 /* Master Transmit Direction (RX/TX*) */ | ||
2564 | #define FAST 0x0008 /* Use Fast Mode Timing Specs */ | ||
2565 | #define STOP 0x0010 /* Issue Stop Condition */ | ||
2566 | #define RSTART 0x0020 /* Repeat Start or Stop* At End Of Transfer */ | ||
2567 | #define DCNT 0x3FC0 /* Data Bytes To Transfer */ | ||
2568 | #define SDAOVR 0x4000 /* Serial Data Override */ | ||
2569 | #define SCLOVR 0x8000 /* Serial Clock Override */ | ||
2570 | |||
2571 | /* TWIx_MASTER_STAT Masks */ | ||
2572 | #define MPROG 0x0001 /* Master Transfer In Progress */ | ||
2573 | #define LOSTARB 0x0002 /* Lost Arbitration Indicator (Xfer Aborted) */ | ||
2574 | #define ANAK 0x0004 /* Address Not Acknowledged */ | ||
2575 | #define DNAK 0x0008 /* Data Not Acknowledged */ | ||
2576 | #define BUFRDERR 0x0010 /* Buffer Read Error */ | ||
2577 | #define BUFWRERR 0x0020 /* Buffer Write Error */ | ||
2578 | #define SDASEN 0x0040 /* Serial Data Sense */ | ||
2579 | #define SCLSEN 0x0080 /* Serial Clock Sense */ | ||
2580 | #define BUSBUSY 0x0100 /* Bus Busy Indicator */ | ||
2581 | |||
2582 | /* TWIx_INT_SRC and TWIx_INT_ENABLE Masks */ | ||
2583 | #define SINIT 0x0001 /* Slave Transfer Initiated */ | ||
2584 | #define SCOMP 0x0002 /* Slave Transfer Complete */ | ||
2585 | #define SERR 0x0004 /* Slave Transfer Error */ | ||
2586 | #define SOVF 0x0008 /* Slave Overflow */ | ||
2587 | #define MCOMP 0x0010 /* Master Transfer Complete */ | ||
2588 | #define MERR 0x0020 /* Master Transfer Error */ | ||
2589 | #define XMTSERV 0x0040 /* Transmit FIFO Service */ | ||
2590 | #define RCVSERV 0x0080 /* Receive FIFO Service */ | ||
2591 | |||
2592 | /* TWIx_FIFO_CTRL Masks */ | ||
2593 | #define XMTFLUSH 0x0001 /* Transmit Buffer Flush */ | ||
2594 | #define RCVFLUSH 0x0002 /* Receive Buffer Flush */ | ||
2595 | #define XMTINTLEN 0x0004 /* Transmit Buffer Interrupt Length */ | ||
2596 | #define RCVINTLEN 0x0008 /* Receive Buffer Interrupt Length */ | ||
2597 | |||
2598 | /* TWIx_FIFO_STAT Masks */ | ||
2599 | #define XMTSTAT 0x0003 /* Transmit FIFO Status */ | ||
2600 | #define XMT_EMPTY 0x0000 /* Transmit FIFO Empty */ | ||
2601 | #define XMT_HALF 0x0001 /* Transmit FIFO Has 1 Byte To Write */ | ||
2602 | #define XMT_FULL 0x0003 /* Transmit FIFO Full (2 Bytes To Write) */ | ||
2603 | |||
2604 | #define RCVSTAT 0x000C /* Receive FIFO Status */ | ||
2605 | #define RCV_EMPTY 0x0000 /* Receive FIFO Empty */ | ||
2606 | #define RCV_HALF 0x0004 /* Receive FIFO Has 1 Byte To Read */ | ||
2607 | #define RCV_FULL 0x000C /* Receive FIFO Full (2 Bytes To Read) */ | ||
2608 | |||
2609 | |||
2610 | /********************************* MXVR MASKS ****************************************/ | ||
2611 | |||
2612 | /* MXVR_CONFIG Masks */ | ||
2613 | |||
2614 | #define MXVREN 0x00000001lu | ||
2615 | #define MMSM 0x00000002lu | ||
2616 | #define ACTIVE 0x00000004lu | ||
2617 | #define SDELAY 0x00000008lu | ||
2618 | #define NCMRXEN 0x00000010lu | ||
2619 | #define RWRRXEN 0x00000020lu | ||
2620 | #define MTXEN 0x00000040lu | ||
2621 | #define MTXON 0x00000080lu /*legacy*/ | ||
2622 | #define MTXONB 0x00000080lu | ||
2623 | #define EPARITY 0x00000100lu | ||
2624 | #define MSB 0x00001E00lu | ||
2625 | #define APRXEN 0x00002000lu | ||
2626 | #define WAKEUP 0x00004000lu | ||
2627 | #define LMECH 0x00008000lu | ||
2628 | |||
2629 | #ifdef _MISRA_RULES | ||
2630 | #define SET_MSB(x) (((x)&0xFu) << 0x9) | ||
2631 | #else | ||
2632 | #define SET_MSB(x) (((x)&0xF) << 0x9) | ||
2633 | #endif /* _MISRA_RULES */ | ||
2634 | |||
2635 | |||
2636 | /* MXVR_PLL_CTL_0 Masks */ | ||
2637 | |||
2638 | #define MXTALCEN 0x00000001lu | ||
2639 | #define MXTALFEN 0x00000002lu | ||
2640 | #define MPLLMS 0x00000008lu | ||
2641 | #define MXTALMUL 0x00000030lu | ||
2642 | #define MPLLEN 0x00000040lu | ||
2643 | #define MPLLEN0 0x00000040lu /* legacy */ | ||
2644 | #define MPLLEN1 0x00000080lu /* legacy */ | ||
2645 | #define MMCLKEN 0x00000100lu | ||
2646 | #define MMCLKMUL 0x00001E00lu | ||
2647 | #define MPLLRSTB 0x00002000lu | ||
2648 | #define MPLLRSTB0 0x00002000lu /* legacy */ | ||
2649 | #define MPLLRSTB1 0x00004000lu /* legacy */ | ||
2650 | #define MBCLKEN 0x00010000lu | ||
2651 | #define MBCLKDIV 0x001E0000lu | ||
2652 | #define MPLLCDR 0x00200000lu | ||
2653 | #define MPLLCDR0 0x00200000lu /* legacy */ | ||
2654 | #define MPLLCDR1 0x00400000lu /* legacy */ | ||
2655 | #define INVRX 0x00800000lu | ||
2656 | #define MFSEN 0x01000000lu | ||
2657 | #define MFSDIV 0x1E000000lu | ||
2658 | #define MFSSEL 0x60000000lu | ||
2659 | #define MFSSYNC 0x80000000lu | ||
2660 | |||
2661 | #define MXTALMUL_256FS 0x00000000lu /* legacy */ | ||
2662 | #define MXTALMUL_384FS 0x00000010lu /* legacy */ | ||
2663 | #define MXTALMUL_512FS 0x00000020lu /* legacy */ | ||
2664 | #define MXTALMUL_1024FS 0x00000030lu | ||
2665 | |||
2666 | #define MMCLKMUL_1024FS 0x00000000lu | ||
2667 | #define MMCLKMUL_512FS 0x00000200lu | ||
2668 | #define MMCLKMUL_256FS 0x00000400lu | ||
2669 | #define MMCLKMUL_128FS 0x00000600lu | ||
2670 | #define MMCLKMUL_64FS 0x00000800lu | ||
2671 | #define MMCLKMUL_32FS 0x00000A00lu | ||
2672 | #define MMCLKMUL_16FS 0x00000C00lu | ||
2673 | #define MMCLKMUL_8FS 0x00000E00lu | ||
2674 | #define MMCLKMUL_4FS 0x00001000lu | ||
2675 | #define MMCLKMUL_2FS 0x00001200lu | ||
2676 | #define MMCLKMUL_1FS 0x00001400lu | ||
2677 | #define MMCLKMUL_1536FS 0x00001A00lu | ||
2678 | #define MMCLKMUL_768FS 0x00001C00lu | ||
2679 | #define MMCLKMUL_384FS 0x00001E00lu | ||
2680 | |||
2681 | #define MBCLKDIV_DIV2 0x00020000lu | ||
2682 | #define MBCLKDIV_DIV4 0x00040000lu | ||
2683 | #define MBCLKDIV_DIV8 0x00060000lu | ||
2684 | #define MBCLKDIV_DIV16 0x00080000lu | ||
2685 | #define MBCLKDIV_DIV32 0x000A0000lu | ||
2686 | #define MBCLKDIV_DIV64 0x000C0000lu | ||
2687 | #define MBCLKDIV_DIV128 0x000E0000lu | ||
2688 | #define MBCLKDIV_DIV256 0x00100000lu | ||
2689 | #define MBCLKDIV_DIV512 0x00120000lu | ||
2690 | #define MBCLKDIV_DIV1024 0x00140000lu | ||
2691 | |||
2692 | #define MFSDIV_DIV2 0x02000000lu | ||
2693 | #define MFSDIV_DIV4 0x04000000lu | ||
2694 | #define MFSDIV_DIV8 0x06000000lu | ||
2695 | #define MFSDIV_DIV16 0x08000000lu | ||
2696 | #define MFSDIV_DIV32 0x0A000000lu | ||
2697 | #define MFSDIV_DIV64 0x0C000000lu | ||
2698 | #define MFSDIV_DIV128 0x0E000000lu | ||
2699 | #define MFSDIV_DIV256 0x10000000lu | ||
2700 | #define MFSDIV_DIV512 0x12000000lu | ||
2701 | #define MFSDIV_DIV1024 0x14000000lu | ||
2702 | |||
2703 | #define MFSSEL_CLOCK 0x00000000lu | ||
2704 | #define MFSSEL_PULSE_HI 0x20000000lu | ||
2705 | #define MFSSEL_PULSE_LO 0x40000000lu | ||
2706 | |||
2707 | |||
2708 | /* MXVR_PLL_CTL_1 Masks */ | ||
2709 | |||
2710 | #define MSTO 0x00000001lu | ||
2711 | #define MSTO0 0x00000001lu /* legacy */ | ||
2712 | #define MHOGGD 0x00000004lu | ||
2713 | #define MHOGGD0 0x00000004lu /* legacy */ | ||
2714 | #define MHOGGD1 0x00000008lu /* legacy */ | ||
2715 | #define MSHAPEREN 0x00000010lu | ||
2716 | #define MSHAPEREN0 0x00000010lu /* legacy */ | ||
2717 | #define MSHAPEREN1 0x00000020lu /* legacy */ | ||
2718 | #define MPLLCNTEN 0x00008000lu | ||
2719 | #define MPLLCNT 0xFFFF0000lu | ||
2720 | |||
2721 | #ifdef _MISRA_RULES | ||
2722 | #define SET_MPLLCNT(x) (((x)&0xFFFFu) << 0x10) | ||
2723 | #else | ||
2724 | #define SET_MPLLCNT(x) (((x)&0xFFFF) << 0x10) | ||
2725 | #endif /* _MISRA_RULES */ | ||
2726 | |||
2727 | |||
2728 | /* MXVR_PLL_CTL_2 Masks */ | ||
2729 | |||
2730 | #define MSHAPERSEL 0x00000007lu | ||
2731 | #define MCPSEL 0x000000E0lu | ||
2732 | |||
2733 | /* MXVR_INT_STAT_0 Masks */ | ||
2734 | |||
2735 | #define NI2A 0x00000001lu | ||
2736 | #define NA2I 0x00000002lu | ||
2737 | #define SBU2L 0x00000004lu | ||
2738 | #define SBL2U 0x00000008lu | ||
2739 | #define PRU 0x00000010lu | ||
2740 | #define MPRU 0x00000020lu | ||
2741 | #define DRU 0x00000040lu | ||
2742 | #define MDRU 0x00000080lu | ||
2743 | #define SBU 0x00000100lu | ||
2744 | #define ATU 0x00000200lu | ||
2745 | #define FCZ0 0x00000400lu | ||
2746 | #define FCZ1 0x00000800lu | ||
2747 | #define PERR 0x00001000lu | ||
2748 | #define MH2L 0x00002000lu | ||
2749 | #define ML2H 0x00004000lu | ||
2750 | #define WUP 0x00008000lu | ||
2751 | #define FU2L 0x00010000lu | ||
2752 | #define FL2U 0x00020000lu | ||
2753 | #define BU2L 0x00040000lu | ||
2754 | #define BL2U 0x00080000lu | ||
2755 | #define PCZ 0x00400000lu | ||
2756 | #define FERR 0x00800000lu | ||
2757 | #define CMR 0x01000000lu | ||
2758 | #define CMROF 0x02000000lu | ||
2759 | #define CMTS 0x04000000lu | ||
2760 | #define CMTC 0x08000000lu | ||
2761 | #define RWRC 0x10000000lu | ||
2762 | #define BCZ 0x20000000lu | ||
2763 | #define BMERR 0x40000000lu | ||
2764 | #define DERR 0x80000000lu | ||
2765 | |||
2766 | |||
2767 | /* MXVR_INT_EN_0 Masks */ | ||
2768 | |||
2769 | #define NI2AEN NI2A | ||
2770 | #define NA2IEN NA2I | ||
2771 | #define SBU2LEN SBU2L | ||
2772 | #define SBL2UEN SBL2U | ||
2773 | #define PRUEN PRU | ||
2774 | #define MPRUEN MPRU | ||
2775 | #define DRUEN DRU | ||
2776 | #define MDRUEN MDRU | ||
2777 | #define SBUEN SBU | ||
2778 | #define ATUEN ATU | ||
2779 | #define FCZ0EN FCZ0 | ||
2780 | #define FCZ1EN FCZ1 | ||
2781 | #define PERREN PERR | ||
2782 | #define MH2LEN MH2L | ||
2783 | #define ML2HEN ML2H | ||
2784 | #define WUPEN WUP | ||
2785 | #define FU2LEN FU2L | ||
2786 | #define FL2UEN FL2U | ||
2787 | #define BU2LEN BU2L | ||
2788 | #define BL2UEN BL2U | ||
2789 | #define PCZEN PCZ | ||
2790 | #define FERREN FERR | ||
2791 | #define CMREN CMR | ||
2792 | #define CMROFEN CMROF | ||
2793 | #define CMTSEN CMTS | ||
2794 | #define CMTCEN CMTC | ||
2795 | #define RWRCEN RWRC | ||
2796 | #define BCZEN BCZ | ||
2797 | #define BMERREN BMERR | ||
2798 | #define DERREN DERR | ||
2799 | |||
2800 | |||
2801 | /* MXVR_INT_STAT_1 Masks */ | ||
2802 | |||
2803 | #define APR 0x00000004lu | ||
2804 | #define APROF 0x00000008lu | ||
2805 | #define APTS 0x00000040lu | ||
2806 | #define APTC 0x00000080lu | ||
2807 | #define APRCE 0x00000400lu | ||
2808 | #define APRPE 0x00000800lu | ||
2809 | |||
2810 | #define HDONE0 0x00000001lu | ||
2811 | #define DONE0 0x00000002lu | ||
2812 | #define HDONE1 0x00000010lu | ||
2813 | #define DONE1 0x00000020lu | ||
2814 | #define HDONE2 0x00000100lu | ||
2815 | #define DONE2 0x00000200lu | ||
2816 | #define HDONE3 0x00001000lu | ||
2817 | #define DONE3 0x00002000lu | ||
2818 | #define HDONE4 0x00010000lu | ||
2819 | #define DONE4 0x00020000lu | ||
2820 | #define HDONE5 0x00100000lu | ||
2821 | #define DONE5 0x00200000lu | ||
2822 | #define HDONE6 0x01000000lu | ||
2823 | #define DONE6 0x02000000lu | ||
2824 | #define HDONE7 0x10000000lu | ||
2825 | #define DONE7 0x20000000lu | ||
2826 | |||
2827 | #define DONEX(x) (0x00000002 << (4 * (x))) | ||
2828 | #define HDONEX(x) (0x00000001 << (4 * (x))) | ||
2829 | |||
2830 | |||
2831 | /* MXVR_INT_EN_1 Masks */ | ||
2832 | |||
2833 | #define APREN APR | ||
2834 | #define APROFEN APROF | ||
2835 | #define APTSEN APTS | ||
2836 | #define APTCEN APTC | ||
2837 | #define APRCEEN APRCE | ||
2838 | #define APRPEEN APRPE | ||
2839 | |||
2840 | #define HDONEEN0 HDONE0 | ||
2841 | #define DONEEN0 DONE0 | ||
2842 | #define HDONEEN1 HDONE1 | ||
2843 | #define DONEEN1 DONE1 | ||
2844 | #define HDONEEN2 HDONE2 | ||
2845 | #define DONEEN2 DONE2 | ||
2846 | #define HDONEEN3 HDONE3 | ||
2847 | #define DONEEN3 DONE3 | ||
2848 | #define HDONEEN4 HDONE4 | ||
2849 | #define DONEEN4 DONE4 | ||
2850 | #define HDONEEN5 HDONE5 | ||
2851 | #define DONEEN5 DONE5 | ||
2852 | #define HDONEEN6 HDONE6 | ||
2853 | #define DONEEN6 DONE6 | ||
2854 | #define HDONEEN7 HDONE7 | ||
2855 | #define DONEEN7 DONE7 | ||
2856 | |||
2857 | #define DONEENX(x) (0x00000002 << (4 * (x))) | ||
2858 | #define HDONEENX(x) (0x00000001 << (4 * (x))) | ||
2859 | |||
2860 | |||
2861 | /* MXVR_STATE_0 Masks */ | ||
2862 | |||
2863 | #define NACT 0x00000001lu | ||
2864 | #define SBLOCK 0x00000002lu | ||
2865 | #define PFDLOCK 0x00000004lu | ||
2866 | #define PFDLOCK0 0x00000004lu /* legacy */ | ||
2867 | #define PDD 0x00000008lu | ||
2868 | #define PDD0 0x00000008lu /* legacy */ | ||
2869 | #define PVCO 0x00000010lu | ||
2870 | #define PVCO0 0x00000010lu /* legacy */ | ||
2871 | #define PFDLOCK1 0x00000020lu /* legacy */ | ||
2872 | #define PDD1 0x00000040lu /* legacy */ | ||
2873 | #define PVCO1 0x00000080lu /* legacy */ | ||
2874 | #define APBSY 0x00000100lu | ||
2875 | #define APARB 0x00000200lu | ||
2876 | #define APTX 0x00000400lu | ||
2877 | #define APRX 0x00000800lu | ||
2878 | #define CMBSY 0x00001000lu | ||
2879 | #define CMARB 0x00002000lu | ||
2880 | #define CMTX 0x00004000lu | ||
2881 | #define CMRX 0x00008000lu | ||
2882 | #define MRXONB 0x00010000lu | ||
2883 | #define RGSIP 0x00020000lu | ||
2884 | #define DALIP 0x00040000lu | ||
2885 | #define ALIP 0x00080000lu | ||
2886 | #define RRDIP 0x00100000lu | ||
2887 | #define RWRIP 0x00200000lu | ||
2888 | #define FLOCK 0x00400000lu | ||
2889 | #define BLOCK 0x00800000lu | ||
2890 | #define RSB 0x0F000000lu | ||
2891 | #define DERRNUM 0xF0000000lu | ||
2892 | |||
2893 | |||
2894 | /* MXVR_STATE_1 Masks */ | ||
2895 | |||
2896 | #define STXNUMB 0x0000000Flu | ||
2897 | #define SRXNUMB 0x000000F0lu | ||
2898 | #define APCONT 0x00000100lu | ||
2899 | #define DMAACTIVEX 0x00FF0000lu | ||
2900 | #define DMAACTIVE0 0x00010000lu | ||
2901 | #define DMAACTIVE1 0x00020000lu | ||
2902 | #define DMAACTIVE2 0x00040000lu | ||
2903 | #define DMAACTIVE3 0x00080000lu | ||
2904 | #define DMAACTIVE4 0x00100000lu | ||
2905 | #define DMAACTIVE5 0x00200000lu | ||
2906 | #define DMAACTIVE6 0x00400000lu | ||
2907 | #define DMAACTIVE7 0x00800000lu | ||
2908 | #define DMAPMENX 0xFF000000lu | ||
2909 | #define DMAPMEN0 0x01000000lu | ||
2910 | #define DMAPMEN1 0x02000000lu | ||
2911 | #define DMAPMEN2 0x04000000lu | ||
2912 | #define DMAPMEN3 0x08000000lu | ||
2913 | #define DMAPMEN4 0x10000000lu | ||
2914 | #define DMAPMEN5 0x20000000lu | ||
2915 | #define DMAPMEN6 0x40000000lu | ||
2916 | #define DMAPMEN7 0x80000000lu | ||
2917 | |||
2918 | |||
2919 | /* MXVR_POSITION Masks */ | ||
2920 | |||
2921 | #define PVALID 0x8000 | ||
2922 | #define POSITION 0x003F | ||
2923 | |||
2924 | |||
2925 | /* MXVR_MAX_POSITION Masks */ | ||
2926 | |||
2927 | #define MPVALID 0x8000 | ||
2928 | #define MPOSITION 0x003F | ||
2929 | |||
2930 | |||
2931 | /* MXVR_DELAY Masks */ | ||
2932 | |||
2933 | #define DVALID 0x8000 | ||
2934 | #define DELAY 0x003F | ||
2935 | |||
2936 | |||
2937 | /* MXVR_MAX_DELAY Masks */ | ||
2938 | |||
2939 | #define MDVALID 0x8000 | ||
2940 | #define MDELAY 0x003F | ||
2941 | |||
2942 | |||
2943 | /* MXVR_LADDR Masks */ | ||
2944 | |||
2945 | #define LVALID 0x80000000lu | ||
2946 | #define LADDR 0x0000FFFFlu | ||
2947 | |||
2948 | |||
2949 | /* MXVR_GADDR Masks */ | ||
2950 | |||
2951 | #define GVALID 0x8000 | ||
2952 | #define GADDRL 0x00FF | ||
2953 | |||
2954 | |||
2955 | /* MXVR_AADDR Masks */ | ||
2956 | |||
2957 | #define AVALID 0x80000000lu | ||
2958 | #define AADDR 0x0000FFFFlu | ||
2959 | |||
2960 | |||
2961 | /* MXVR_ALLOC_0 Masks */ | ||
2962 | |||
2963 | #define CIU0 0x00000080lu | ||
2964 | #define CIU1 0x00008000lu | ||
2965 | #define CIU2 0x00800000lu | ||
2966 | #define CIU3 0x80000000lu | ||
2967 | |||
2968 | #define CL0 0x0000007Flu | ||
2969 | #define CL1 0x00007F00lu | ||
2970 | #define CL2 0x007F0000lu | ||
2971 | #define CL3 0x7F000000lu | ||
2972 | |||
2973 | |||
2974 | /* MXVR_ALLOC_1 Masks */ | ||
2975 | |||
2976 | #define CIU4 0x00000080lu | ||
2977 | #define CIU5 0x00008000lu | ||
2978 | #define CIU6 0x00800000lu | ||
2979 | #define CIU7 0x80000000lu | ||
2980 | |||
2981 | #define CL4 0x0000007Flu | ||
2982 | #define CL5 0x00007F00lu | ||
2983 | #define CL6 0x007F0000lu | ||
2984 | #define CL7 0x7F000000lu | ||
2985 | |||
2986 | |||
2987 | /* MXVR_ALLOC_2 Masks */ | ||
2988 | |||
2989 | #define CIU8 0x00000080lu | ||
2990 | #define CIU9 0x00008000lu | ||
2991 | #define CIU10 0x00800000lu | ||
2992 | #define CIU11 0x80000000lu | ||
2993 | |||
2994 | #define CL8 0x0000007Flu | ||
2995 | #define CL9 0x00007F00lu | ||
2996 | #define CL10 0x007F0000lu | ||
2997 | #define CL11 0x7F000000lu | ||
2998 | |||
2999 | |||
3000 | /* MXVR_ALLOC_3 Masks */ | ||
3001 | |||
3002 | #define CIU12 0x00000080lu | ||
3003 | #define CIU13 0x00008000lu | ||
3004 | #define CIU14 0x00800000lu | ||
3005 | #define CIU15 0x80000000lu | ||
3006 | |||
3007 | #define CL12 0x0000007Flu | ||
3008 | #define CL13 0x00007F00lu | ||
3009 | #define CL14 0x007F0000lu | ||
3010 | #define CL15 0x7F000000lu | ||
3011 | |||
3012 | |||
3013 | /* MXVR_ALLOC_4 Masks */ | ||
3014 | |||
3015 | #define CIU16 0x00000080lu | ||
3016 | #define CIU17 0x00008000lu | ||
3017 | #define CIU18 0x00800000lu | ||
3018 | #define CIU19 0x80000000lu | ||
3019 | |||
3020 | #define CL16 0x0000007Flu | ||
3021 | #define CL17 0x00007F00lu | ||
3022 | #define CL18 0x007F0000lu | ||
3023 | #define CL19 0x7F000000lu | ||
3024 | |||
3025 | |||
3026 | /* MXVR_ALLOC_5 Masks */ | ||
3027 | |||
3028 | #define CIU20 0x00000080lu | ||
3029 | #define CIU21 0x00008000lu | ||
3030 | #define CIU22 0x00800000lu | ||
3031 | #define CIU23 0x80000000lu | ||
3032 | |||
3033 | #define CL20 0x0000007Flu | ||
3034 | #define CL21 0x00007F00lu | ||
3035 | #define CL22 0x007F0000lu | ||
3036 | #define CL23 0x7F000000lu | ||
3037 | |||
3038 | |||
3039 | /* MXVR_ALLOC_6 Masks */ | ||
3040 | |||
3041 | #define CIU24 0x00000080lu | ||
3042 | #define CIU25 0x00008000lu | ||
3043 | #define CIU26 0x00800000lu | ||
3044 | #define CIU27 0x80000000lu | ||
3045 | |||
3046 | #define CL24 0x0000007Flu | ||
3047 | #define CL25 0x00007F00lu | ||
3048 | #define CL26 0x007F0000lu | ||
3049 | #define CL27 0x7F000000lu | ||
3050 | |||
3051 | |||
3052 | /* MXVR_ALLOC_7 Masks */ | ||
3053 | |||
3054 | #define CIU28 0x00000080lu | ||
3055 | #define CIU29 0x00008000lu | ||
3056 | #define CIU30 0x00800000lu | ||
3057 | #define CIU31 0x80000000lu | ||
3058 | |||
3059 | #define CL28 0x0000007Flu | ||
3060 | #define CL29 0x00007F00lu | ||
3061 | #define CL30 0x007F0000lu | ||
3062 | #define CL31 0x7F000000lu | ||
3063 | |||
3064 | |||
3065 | /* MXVR_ALLOC_8 Masks */ | ||
3066 | |||
3067 | #define CIU32 0x00000080lu | ||
3068 | #define CIU33 0x00008000lu | ||
3069 | #define CIU34 0x00800000lu | ||
3070 | #define CIU35 0x80000000lu | ||
3071 | |||
3072 | #define CL32 0x0000007Flu | ||
3073 | #define CL33 0x00007F00lu | ||
3074 | #define CL34 0x007F0000lu | ||
3075 | #define CL35 0x7F000000lu | ||
3076 | |||
3077 | |||
3078 | /* MXVR_ALLOC_9 Masks */ | ||
3079 | |||
3080 | #define CIU36 0x00000080lu | ||
3081 | #define CIU37 0x00008000lu | ||
3082 | #define CIU38 0x00800000lu | ||
3083 | #define CIU39 0x80000000lu | ||
3084 | |||
3085 | #define CL36 0x0000007Flu | ||
3086 | #define CL37 0x00007F00lu | ||
3087 | #define CL38 0x007F0000lu | ||
3088 | #define CL39 0x7F000000lu | ||
3089 | |||
3090 | |||
3091 | /* MXVR_ALLOC_10 Masks */ | ||
3092 | |||
3093 | #define CIU40 0x00000080lu | ||
3094 | #define CIU41 0x00008000lu | ||
3095 | #define CIU42 0x00800000lu | ||
3096 | #define CIU43 0x80000000lu | ||
3097 | |||
3098 | #define CL40 0x0000007Flu | ||
3099 | #define CL41 0x00007F00lu | ||
3100 | #define CL42 0x007F0000lu | ||
3101 | #define CL43 0x7F000000lu | ||
3102 | |||
3103 | |||
3104 | /* MXVR_ALLOC_11 Masks */ | ||
3105 | |||
3106 | #define CIU44 0x00000080lu | ||
3107 | #define CIU45 0x00008000lu | ||
3108 | #define CIU46 0x00800000lu | ||
3109 | #define CIU47 0x80000000lu | ||
3110 | |||
3111 | #define CL44 0x0000007Flu | ||
3112 | #define CL45 0x00007F00lu | ||
3113 | #define CL46 0x007F0000lu | ||
3114 | #define CL47 0x7F000000lu | ||
3115 | |||
3116 | |||
3117 | /* MXVR_ALLOC_12 Masks */ | ||
3118 | |||
3119 | #define CIU48 0x00000080lu | ||
3120 | #define CIU49 0x00008000lu | ||
3121 | #define CIU50 0x00800000lu | ||
3122 | #define CIU51 0x80000000lu | ||
3123 | |||
3124 | #define CL48 0x0000007Flu | ||
3125 | #define CL49 0x00007F00lu | ||
3126 | #define CL50 0x007F0000lu | ||
3127 | #define CL51 0x7F000000lu | ||
3128 | |||
3129 | |||
3130 | /* MXVR_ALLOC_13 Masks */ | ||
3131 | |||
3132 | #define CIU52 0x00000080lu | ||
3133 | #define CIU53 0x00008000lu | ||
3134 | #define CIU54 0x00800000lu | ||
3135 | #define CIU55 0x80000000lu | ||
3136 | |||
3137 | #define CL52 0x0000007Flu | ||
3138 | #define CL53 0x00007F00lu | ||
3139 | #define CL54 0x007F0000lu | ||
3140 | #define CL55 0x7F000000lu | ||
3141 | |||
3142 | |||
3143 | /* MXVR_ALLOC_14 Masks */ | ||
3144 | |||
3145 | #define CIU56 0x00000080lu | ||
3146 | #define CIU57 0x00008000lu | ||
3147 | #define CIU58 0x00800000lu | ||
3148 | #define CIU59 0x80000000lu | ||
3149 | |||
3150 | #define CL56 0x0000007Flu | ||
3151 | #define CL57 0x00007F00lu | ||
3152 | #define CL58 0x007F0000lu | ||
3153 | #define CL59 0x7F000000lu | ||
3154 | |||
3155 | |||
3156 | /* MXVR_SYNC_LCHAN_0 Masks */ | ||
3157 | |||
3158 | #define LCHANPC0 0x0000000Flu | ||
3159 | #define LCHANPC1 0x000000F0lu | ||
3160 | #define LCHANPC2 0x00000F00lu | ||
3161 | #define LCHANPC3 0x0000F000lu | ||
3162 | #define LCHANPC4 0x000F0000lu | ||
3163 | #define LCHANPC5 0x00F00000lu | ||
3164 | #define LCHANPC6 0x0F000000lu | ||
3165 | #define LCHANPC7 0xF0000000lu | ||
3166 | |||
3167 | |||
3168 | /* MXVR_SYNC_LCHAN_1 Masks */ | ||
3169 | |||
3170 | #define LCHANPC8 0x0000000Flu | ||
3171 | #define LCHANPC9 0x000000F0lu | ||
3172 | #define LCHANPC10 0x00000F00lu | ||
3173 | #define LCHANPC11 0x0000F000lu | ||
3174 | #define LCHANPC12 0x000F0000lu | ||
3175 | #define LCHANPC13 0x00F00000lu | ||
3176 | #define LCHANPC14 0x0F000000lu | ||
3177 | #define LCHANPC15 0xF0000000lu | ||
3178 | |||
3179 | |||
3180 | /* MXVR_SYNC_LCHAN_2 Masks */ | ||
3181 | |||
3182 | #define LCHANPC16 0x0000000Flu | ||
3183 | #define LCHANPC17 0x000000F0lu | ||
3184 | #define LCHANPC18 0x00000F00lu | ||
3185 | #define LCHANPC19 0x0000F000lu | ||
3186 | #define LCHANPC20 0x000F0000lu | ||
3187 | #define LCHANPC21 0x00F00000lu | ||
3188 | #define LCHANPC22 0x0F000000lu | ||
3189 | #define LCHANPC23 0xF0000000lu | ||
3190 | |||
3191 | |||
3192 | /* MXVR_SYNC_LCHAN_3 Masks */ | ||
3193 | |||
3194 | #define LCHANPC24 0x0000000Flu | ||
3195 | #define LCHANPC25 0x000000F0lu | ||
3196 | #define LCHANPC26 0x00000F00lu | ||
3197 | #define LCHANPC27 0x0000F000lu | ||
3198 | #define LCHANPC28 0x000F0000lu | ||
3199 | #define LCHANPC29 0x00F00000lu | ||
3200 | #define LCHANPC30 0x0F000000lu | ||
3201 | #define LCHANPC31 0xF0000000lu | ||
3202 | |||
3203 | |||
3204 | /* MXVR_SYNC_LCHAN_4 Masks */ | ||
3205 | |||
3206 | #define LCHANPC32 0x0000000Flu | ||
3207 | #define LCHANPC33 0x000000F0lu | ||
3208 | #define LCHANPC34 0x00000F00lu | ||
3209 | #define LCHANPC35 0x0000F000lu | ||
3210 | #define LCHANPC36 0x000F0000lu | ||
3211 | #define LCHANPC37 0x00F00000lu | ||
3212 | #define LCHANPC38 0x0F000000lu | ||
3213 | #define LCHANPC39 0xF0000000lu | ||
3214 | |||
3215 | |||
3216 | /* MXVR_SYNC_LCHAN_5 Masks */ | ||
3217 | |||
3218 | #define LCHANPC40 0x0000000Flu | ||
3219 | #define LCHANPC41 0x000000F0lu | ||
3220 | #define LCHANPC42 0x00000F00lu | ||
3221 | #define LCHANPC43 0x0000F000lu | ||
3222 | #define LCHANPC44 0x000F0000lu | ||
3223 | #define LCHANPC45 0x00F00000lu | ||
3224 | #define LCHANPC46 0x0F000000lu | ||
3225 | #define LCHANPC47 0xF0000000lu | ||
3226 | |||
3227 | |||
3228 | /* MXVR_SYNC_LCHAN_6 Masks */ | ||
3229 | |||
3230 | #define LCHANPC48 0x0000000Flu | ||
3231 | #define LCHANPC49 0x000000F0lu | ||
3232 | #define LCHANPC50 0x00000F00lu | ||
3233 | #define LCHANPC51 0x0000F000lu | ||
3234 | #define LCHANPC52 0x000F0000lu | ||
3235 | #define LCHANPC53 0x00F00000lu | ||
3236 | #define LCHANPC54 0x0F000000lu | ||
3237 | #define LCHANPC55 0xF0000000lu | ||
3238 | |||
3239 | |||
3240 | /* MXVR_SYNC_LCHAN_7 Masks */ | ||
3241 | |||
3242 | #define LCHANPC56 0x0000000Flu | ||
3243 | #define LCHANPC57 0x000000F0lu | ||
3244 | #define LCHANPC58 0x00000F00lu | ||
3245 | #define LCHANPC59 0x0000F000lu | ||
3246 | |||
3247 | |||
3248 | /* MXVR_DMAx_CONFIG Masks */ | ||
3249 | |||
3250 | #define MDMAEN 0x00000001lu | ||
3251 | #define DD 0x00000002lu | ||
3252 | #define LCHAN 0x000003C0lu | ||
3253 | #define BITSWAPEN 0x00000400lu | ||
3254 | #define BYSWAPEN 0x00000800lu | ||
3255 | #define MFLOW 0x00007000lu | ||
3256 | #define FIXEDPM 0x00080000lu | ||
3257 | #define STARTPAT 0x00300000lu | ||
3258 | #define STOPPAT 0x00C00000lu | ||
3259 | #define COUNTPOS 0x1C000000lu | ||
3260 | |||
3261 | #define DD_TX 0x00000000lu | ||
3262 | #define DD_RX 0x00000002lu | ||
3263 | |||
3264 | #define LCHAN_0 0x00000000lu | ||
3265 | #define LCHAN_1 0x00000040lu | ||
3266 | #define LCHAN_2 0x00000080lu | ||
3267 | #define LCHAN_3 0x000000C0lu | ||
3268 | #define LCHAN_4 0x00000100lu | ||
3269 | #define LCHAN_5 0x00000140lu | ||
3270 | #define LCHAN_6 0x00000180lu | ||
3271 | #define LCHAN_7 0x000001C0lu | ||
3272 | |||
3273 | #define MFLOW_STOP 0x00000000lu | ||
3274 | #define MFLOW_AUTO 0x00001000lu | ||
3275 | #define MFLOW_PVC 0x00002000lu | ||
3276 | #define MFLOW_PSS 0x00003000lu | ||
3277 | #define MFLOW_PFC 0x00004000lu | ||
3278 | |||
3279 | #define STARTPAT_0 0x00000000lu | ||
3280 | #define STARTPAT_1 0x00100000lu | ||
3281 | |||
3282 | #define STOPPAT_0 0x00000000lu | ||
3283 | #define STOPPAT_1 0x00400000lu | ||
3284 | |||
3285 | #define COUNTPOS_0 0x00000000lu | ||
3286 | #define COUNTPOS_1 0x04000000lu | ||
3287 | #define COUNTPOS_2 0x08000000lu | ||
3288 | #define COUNTPOS_3 0x0C000000lu | ||
3289 | #define COUNTPOS_4 0x10000000lu | ||
3290 | #define COUNTPOS_5 0x14000000lu | ||
3291 | #define COUNTPOS_6 0x18000000lu | ||
3292 | #define COUNTPOS_7 0x1C000000lu | ||
3293 | |||
3294 | |||
3295 | /* MXVR_AP_CTL Masks */ | ||
3296 | |||
3297 | #define STARTAP 0x00000001lu | ||
3298 | #define CANCELAP 0x00000002lu | ||
3299 | #define RESETAP 0x00000004lu | ||
3300 | #define APRBE0 0x00004000lu | ||
3301 | #define APRBE1 0x00008000lu | ||
3302 | #define APRBEX 0x0000C000lu | ||
3303 | |||
3304 | |||
3305 | /* MXVR_CM_CTL Masks */ | ||
3306 | |||
3307 | #define STARTCM 0x00000001lu | ||
3308 | #define CANCELCM 0x00000002lu | ||
3309 | #define CMRBEX 0xFFFF0000lu | ||
3310 | #define CMRBE0 0x00010000lu | ||
3311 | #define CMRBE1 0x00020000lu | ||
3312 | #define CMRBE2 0x00040000lu | ||
3313 | #define CMRBE3 0x00080000lu | ||
3314 | #define CMRBE4 0x00100000lu | ||
3315 | #define CMRBE5 0x00200000lu | ||
3316 | #define CMRBE6 0x00400000lu | ||
3317 | #define CMRBE7 0x00800000lu | ||
3318 | #define CMRBE8 0x01000000lu | ||
3319 | #define CMRBE9 0x02000000lu | ||
3320 | #define CMRBE10 0x04000000lu | ||
3321 | #define CMRBE11 0x08000000lu | ||
3322 | #define CMRBE12 0x10000000lu | ||
3323 | #define CMRBE13 0x20000000lu | ||
3324 | #define CMRBE14 0x40000000lu | ||
3325 | #define CMRBE15 0x80000000lu | ||
3326 | |||
3327 | |||
3328 | /* MXVR_PAT_DATA_x Masks */ | ||
3329 | |||
3330 | #define MATCH_DATA_0 0x000000FFlu | ||
3331 | #define MATCH_DATA_1 0x0000FF00lu | ||
3332 | #define MATCH_DATA_2 0x00FF0000lu | ||
3333 | #define MATCH_DATA_3 0xFF000000lu | ||
3334 | |||
3335 | |||
3336 | |||
3337 | /* MXVR_PAT_EN_x Masks */ | ||
3338 | |||
3339 | #define MATCH_EN_0_0 0x00000001lu | ||
3340 | #define MATCH_EN_0_1 0x00000002lu | ||
3341 | #define MATCH_EN_0_2 0x00000004lu | ||
3342 | #define MATCH_EN_0_3 0x00000008lu | ||
3343 | #define MATCH_EN_0_4 0x00000010lu | ||
3344 | #define MATCH_EN_0_5 0x00000020lu | ||
3345 | #define MATCH_EN_0_6 0x00000040lu | ||
3346 | #define MATCH_EN_0_7 0x00000080lu | ||
3347 | |||
3348 | #define MATCH_EN_1_0 0x00000100lu | ||
3349 | #define MATCH_EN_1_1 0x00000200lu | ||
3350 | #define MATCH_EN_1_2 0x00000400lu | ||
3351 | #define MATCH_EN_1_3 0x00000800lu | ||
3352 | #define MATCH_EN_1_4 0x00001000lu | ||
3353 | #define MATCH_EN_1_5 0x00002000lu | ||
3354 | #define MATCH_EN_1_6 0x00004000lu | ||
3355 | #define MATCH_EN_1_7 0x00008000lu | ||
3356 | |||
3357 | #define MATCH_EN_2_0 0x00010000lu | ||
3358 | #define MATCH_EN_2_1 0x00020000lu | ||
3359 | #define MATCH_EN_2_2 0x00040000lu | ||
3360 | #define MATCH_EN_2_3 0x00080000lu | ||
3361 | #define MATCH_EN_2_4 0x00100000lu | ||
3362 | #define MATCH_EN_2_5 0x00200000lu | ||
3363 | #define MATCH_EN_2_6 0x00400000lu | ||
3364 | #define MATCH_EN_2_7 0x00800000lu | ||
3365 | |||
3366 | #define MATCH_EN_3_0 0x01000000lu | ||
3367 | #define MATCH_EN_3_1 0x02000000lu | ||
3368 | #define MATCH_EN_3_2 0x04000000lu | ||
3369 | #define MATCH_EN_3_3 0x08000000lu | ||
3370 | #define MATCH_EN_3_4 0x10000000lu | ||
3371 | #define MATCH_EN_3_5 0x20000000lu | ||
3372 | #define MATCH_EN_3_6 0x40000000lu | ||
3373 | #define MATCH_EN_3_7 0x80000000lu | ||
3374 | |||
3375 | |||
3376 | /* MXVR_ROUTING_0 Masks */ | ||
3377 | |||
3378 | #define MUTE_CH0 0x00000080lu | ||
3379 | #define MUTE_CH1 0x00008000lu | ||
3380 | #define MUTE_CH2 0x00800000lu | ||
3381 | #define MUTE_CH3 0x80000000lu | ||
3382 | |||
3383 | #define TX_CH0 0x0000007Flu | ||
3384 | #define TX_CH1 0x00007F00lu | ||
3385 | #define TX_CH2 0x007F0000lu | ||
3386 | #define TX_CH3 0x7F000000lu | ||
3387 | |||
3388 | |||
3389 | /* MXVR_ROUTING_1 Masks */ | ||
3390 | |||
3391 | #define MUTE_CH4 0x00000080lu | ||
3392 | #define MUTE_CH5 0x00008000lu | ||
3393 | #define MUTE_CH6 0x00800000lu | ||
3394 | #define MUTE_CH7 0x80000000lu | ||
3395 | |||
3396 | #define TX_CH4 0x0000007Flu | ||
3397 | #define TX_CH5 0x00007F00lu | ||
3398 | #define TX_CH6 0x007F0000lu | ||
3399 | #define TX_CH7 0x7F000000lu | ||
3400 | |||
3401 | |||
3402 | /* MXVR_ROUTING_2 Masks */ | ||
3403 | |||
3404 | #define MUTE_CH8 0x00000080lu | ||
3405 | #define MUTE_CH9 0x00008000lu | ||
3406 | #define MUTE_CH10 0x00800000lu | ||
3407 | #define MUTE_CH11 0x80000000lu | ||
3408 | |||
3409 | #define TX_CH8 0x0000007Flu | ||
3410 | #define TX_CH9 0x00007F00lu | ||
3411 | #define TX_CH10 0x007F0000lu | ||
3412 | #define TX_CH11 0x7F000000lu | ||
3413 | |||
3414 | /* MXVR_ROUTING_3 Masks */ | ||
3415 | |||
3416 | #define MUTE_CH12 0x00000080lu | ||
3417 | #define MUTE_CH13 0x00008000lu | ||
3418 | #define MUTE_CH14 0x00800000lu | ||
3419 | #define MUTE_CH15 0x80000000lu | ||
3420 | |||
3421 | #define TX_CH12 0x0000007Flu | ||
3422 | #define TX_CH13 0x00007F00lu | ||
3423 | #define TX_CH14 0x007F0000lu | ||
3424 | #define TX_CH15 0x7F000000lu | ||
3425 | |||
3426 | |||
3427 | /* MXVR_ROUTING_4 Masks */ | ||
3428 | |||
3429 | #define MUTE_CH16 0x00000080lu | ||
3430 | #define MUTE_CH17 0x00008000lu | ||
3431 | #define MUTE_CH18 0x00800000lu | ||
3432 | #define MUTE_CH19 0x80000000lu | ||
3433 | |||
3434 | #define TX_CH16 0x0000007Flu | ||
3435 | #define TX_CH17 0x00007F00lu | ||
3436 | #define TX_CH18 0x007F0000lu | ||
3437 | #define TX_CH19 0x7F000000lu | ||
3438 | |||
3439 | |||
3440 | /* MXVR_ROUTING_5 Masks */ | ||
3441 | |||
3442 | #define MUTE_CH20 0x00000080lu | ||
3443 | #define MUTE_CH21 0x00008000lu | ||
3444 | #define MUTE_CH22 0x00800000lu | ||
3445 | #define MUTE_CH23 0x80000000lu | ||
3446 | |||
3447 | #define TX_CH20 0x0000007Flu | ||
3448 | #define TX_CH21 0x00007F00lu | ||
3449 | #define TX_CH22 0x007F0000lu | ||
3450 | #define TX_CH23 0x7F000000lu | ||
3451 | |||
3452 | |||
3453 | /* MXVR_ROUTING_6 Masks */ | ||
3454 | |||
3455 | #define MUTE_CH24 0x00000080lu | ||
3456 | #define MUTE_CH25 0x00008000lu | ||
3457 | #define MUTE_CH26 0x00800000lu | ||
3458 | #define MUTE_CH27 0x80000000lu | ||
3459 | |||
3460 | #define TX_CH24 0x0000007Flu | ||
3461 | #define TX_CH25 0x00007F00lu | ||
3462 | #define TX_CH26 0x007F0000lu | ||
3463 | #define TX_CH27 0x7F000000lu | ||
3464 | |||
3465 | |||
3466 | /* MXVR_ROUTING_7 Masks */ | ||
3467 | |||
3468 | #define MUTE_CH28 0x00000080lu | ||
3469 | #define MUTE_CH29 0x00008000lu | ||
3470 | #define MUTE_CH30 0x00800000lu | ||
3471 | #define MUTE_CH31 0x80000000lu | ||
3472 | |||
3473 | #define TX_CH28 0x0000007Flu | ||
3474 | #define TX_CH29 0x00007F00lu | ||
3475 | #define TX_CH30 0x007F0000lu | ||
3476 | #define TX_CH31 0x7F000000lu | ||
3477 | |||
3478 | |||
3479 | /* MXVR_ROUTING_8 Masks */ | ||
3480 | |||
3481 | #define MUTE_CH32 0x00000080lu | ||
3482 | #define MUTE_CH33 0x00008000lu | ||
3483 | #define MUTE_CH34 0x00800000lu | ||
3484 | #define MUTE_CH35 0x80000000lu | ||
3485 | |||
3486 | #define TX_CH32 0x0000007Flu | ||
3487 | #define TX_CH33 0x00007F00lu | ||
3488 | #define TX_CH34 0x007F0000lu | ||
3489 | #define TX_CH35 0x7F000000lu | ||
3490 | |||
3491 | |||
3492 | /* MXVR_ROUTING_9 Masks */ | ||
3493 | |||
3494 | #define MUTE_CH36 0x00000080lu | ||
3495 | #define MUTE_CH37 0x00008000lu | ||
3496 | #define MUTE_CH38 0x00800000lu | ||
3497 | #define MUTE_CH39 0x80000000lu | ||
3498 | |||
3499 | #define TX_CH36 0x0000007Flu | ||
3500 | #define TX_CH37 0x00007F00lu | ||
3501 | #define TX_CH38 0x007F0000lu | ||
3502 | #define TX_CH39 0x7F000000lu | ||
3503 | |||
3504 | |||
3505 | /* MXVR_ROUTING_10 Masks */ | ||
3506 | |||
3507 | #define MUTE_CH40 0x00000080lu | ||
3508 | #define MUTE_CH41 0x00008000lu | ||
3509 | #define MUTE_CH42 0x00800000lu | ||
3510 | #define MUTE_CH43 0x80000000lu | ||
3511 | |||
3512 | #define TX_CH40 0x0000007Flu | ||
3513 | #define TX_CH41 0x00007F00lu | ||
3514 | #define TX_CH42 0x007F0000lu | ||
3515 | #define TX_CH43 0x7F000000lu | ||
3516 | |||
3517 | |||
3518 | /* MXVR_ROUTING_11 Masks */ | ||
3519 | |||
3520 | #define MUTE_CH44 0x00000080lu | ||
3521 | #define MUTE_CH45 0x00008000lu | ||
3522 | #define MUTE_CH46 0x00800000lu | ||
3523 | #define MUTE_CH47 0x80000000lu | ||
3524 | |||
3525 | #define TX_CH44 0x0000007Flu | ||
3526 | #define TX_CH45 0x00007F00lu | ||
3527 | #define TX_CH46 0x007F0000lu | ||
3528 | #define TX_CH47 0x7F000000lu | ||
3529 | |||
3530 | |||
3531 | /* MXVR_ROUTING_12 Masks */ | ||
3532 | |||
3533 | #define MUTE_CH48 0x00000080lu | ||
3534 | #define MUTE_CH49 0x00008000lu | ||
3535 | #define MUTE_CH50 0x00800000lu | ||
3536 | #define MUTE_CH51 0x80000000lu | ||
3537 | |||
3538 | #define TX_CH48 0x0000007Flu | ||
3539 | #define TX_CH49 0x00007F00lu | ||
3540 | #define TX_CH50 0x007F0000lu | ||
3541 | #define TX_CH51 0x7F000000lu | ||
3542 | |||
3543 | |||
3544 | /* MXVR_ROUTING_13 Masks */ | ||
3545 | |||
3546 | #define MUTE_CH52 0x00000080lu | ||
3547 | #define MUTE_CH53 0x00008000lu | ||
3548 | #define MUTE_CH54 0x00800000lu | ||
3549 | #define MUTE_CH55 0x80000000lu | ||
3550 | |||
3551 | #define TX_CH52 0x0000007Flu | ||
3552 | #define TX_CH53 0x00007F00lu | ||
3553 | #define TX_CH54 0x007F0000lu | ||
3554 | #define TX_CH55 0x7F000000lu | ||
3555 | |||
3556 | |||
3557 | /* MXVR_ROUTING_14 Masks */ | ||
3558 | |||
3559 | #define MUTE_CH56 0x00000080lu | ||
3560 | #define MUTE_CH57 0x00008000lu | ||
3561 | #define MUTE_CH58 0x00800000lu | ||
3562 | #define MUTE_CH59 0x80000000lu | ||
3563 | |||
3564 | #define TX_CH56 0x0000007Flu | ||
3565 | #define TX_CH57 0x00007F00lu | ||
3566 | #define TX_CH58 0x007F0000lu | ||
3567 | #define TX_CH59 0x7F000000lu | ||
3568 | |||
3569 | |||
3570 | /* Control Message Receive Buffer (CMRB) Address Offsets */ | ||
3571 | |||
3572 | #define CMRB_STRIDE 0x00000016lu | ||
3573 | |||
3574 | #define CMRB_DST_OFFSET 0x00000000lu | ||
3575 | #define CMRB_SRC_OFFSET 0x00000002lu | ||
3576 | #define CMRB_DATA_OFFSET 0x00000005lu | ||
3577 | |||
3578 | |||
3579 | /* Control Message Transmit Buffer (CMTB) Address Offsets */ | ||
3580 | |||
3581 | #define CMTB_PRIO_OFFSET 0x00000000lu | ||
3582 | #define CMTB_DST_OFFSET 0x00000002lu | ||
3583 | #define CMTB_SRC_OFFSET 0x00000004lu | ||
3584 | #define CMTB_TYPE_OFFSET 0x00000006lu | ||
3585 | #define CMTB_DATA_OFFSET 0x00000007lu | ||
3586 | |||
3587 | #define CMTB_ANSWER_OFFSET 0x0000000Alu | ||
3588 | |||
3589 | #define CMTB_STAT_N_OFFSET 0x00000018lu | ||
3590 | #define CMTB_STAT_A_OFFSET 0x00000016lu | ||
3591 | #define CMTB_STAT_D_OFFSET 0x0000000Elu | ||
3592 | #define CMTB_STAT_R_OFFSET 0x00000014lu | ||
3593 | #define CMTB_STAT_W_OFFSET 0x00000014lu | ||
3594 | #define CMTB_STAT_G_OFFSET 0x00000014lu | ||
3595 | |||
3596 | |||
3597 | /* Asynchronous Packet Receive Buffer (APRB) Address Offsets */ | ||
3598 | |||
3599 | #define APRB_STRIDE 0x00000400lu | ||
3600 | |||
3601 | #define APRB_DST_OFFSET 0x00000000lu | ||
3602 | #define APRB_LEN_OFFSET 0x00000002lu | ||
3603 | #define APRB_SRC_OFFSET 0x00000004lu | ||
3604 | #define APRB_DATA_OFFSET 0x00000006lu | ||
3605 | |||
3606 | |||
3607 | /* Asynchronous Packet Transmit Buffer (APTB) Address Offsets */ | ||
3608 | |||
3609 | #define APTB_PRIO_OFFSET 0x00000000lu | ||
3610 | #define APTB_DST_OFFSET 0x00000002lu | ||
3611 | #define APTB_LEN_OFFSET 0x00000004lu | ||
3612 | #define APTB_SRC_OFFSET 0x00000006lu | ||
3613 | #define APTB_DATA_OFFSET 0x00000008lu | ||
3614 | |||
3615 | |||
3616 | /* Remote Read Buffer (RRDB) Address Offsets */ | ||
3617 | |||
3618 | #define RRDB_WADDR_OFFSET 0x00000100lu | ||
3619 | #define RRDB_WLEN_OFFSET 0x00000101lu | ||
3620 | |||
3621 | |||
3622 | |||
3623 | /* ************ CONTROLLER AREA NETWORK (CAN) MASKS ***************/ | ||
3624 | /* CAN_CONTROL Masks */ | ||
3625 | #define SRS 0x0001 /* Software Reset */ | ||
3626 | #define DNM 0x0002 /* Device Net Mode */ | ||
3627 | #define ABO 0x0004 /* Auto-Bus On Enable */ | ||
3628 | #define WBA 0x0010 /* Wake-Up On CAN Bus Activity Enable */ | ||
3629 | #define SMR 0x0020 /* Sleep Mode Request */ | ||
3630 | #define CSR 0x0040 /* CAN Suspend Mode Request */ | ||
3631 | #define CCR 0x0080 /* CAN Configuration Mode Request */ | ||
3632 | |||
3633 | /* CAN_STATUS Masks */ | ||
3634 | #define WT 0x0001 /* TX Warning Flag */ | ||
3635 | #define WR 0x0002 /* RX Warning Flag */ | ||
3636 | #define EP 0x0004 /* Error Passive Mode */ | ||
3637 | #define EBO 0x0008 /* Error Bus Off Mode */ | ||
3638 | #define CSA 0x0040 /* Suspend Mode Acknowledge */ | ||
3639 | #define CCA 0x0080 /* Configuration Mode Acknowledge */ | ||
3640 | #define MBPTR 0x1F00 /* Mailbox Pointer */ | ||
3641 | #define TRM 0x4000 /* Transmit Mode */ | ||
3642 | #define REC 0x8000 /* Receive Mode */ | ||
3643 | |||
3644 | /* CAN_CLOCK Masks */ | ||
3645 | #define BRP 0x03FF /* Bit-Rate Pre-Scaler */ | ||
3646 | |||
3647 | /* CAN_TIMING Masks */ | ||
3648 | #define TSEG1 0x000F /* Time Segment 1 */ | ||
3649 | #define TSEG2 0x0070 /* Time Segment 2 */ | ||
3650 | #define SAM 0x0080 /* Sampling */ | ||
3651 | #define SJW 0x0300 /* Synchronization Jump Width */ | ||
3652 | |||
3653 | /* CAN_DEBUG Masks */ | ||
3654 | #define DEC 0x0001 /* Disable CAN Error Counters */ | ||
3655 | #define DRI 0x0002 /* Disable CAN RX Input */ | ||
3656 | #define DTO 0x0004 /* Disable CAN TX Output */ | ||
3657 | #define DIL 0x0008 /* Disable CAN Internal Loop */ | ||
3658 | #define MAA 0x0010 /* Mode Auto-Acknowledge Enable */ | ||
3659 | #define MRB 0x0020 /* Mode Read Back Enable */ | ||
3660 | #define CDE 0x8000 /* CAN Debug Enable */ | ||
3661 | |||
3662 | /* CAN_CEC Masks */ | ||
3663 | #define RXECNT 0x00FF /* Receive Error Counter */ | ||
3664 | #define TXECNT 0xFF00 /* Transmit Error Counter */ | ||
3665 | |||
3666 | /* CAN_INTR Masks */ | ||
3667 | #define MBRIRQ 0x0001 /* Mailbox Receive Interrupt */ | ||
3668 | #define MBRIF MBRIRQ /* legacy */ | ||
3669 | #define MBTIRQ 0x0002 /* Mailbox Transmit Interrupt */ | ||
3670 | #define MBTIF MBTIRQ /* legacy */ | ||
3671 | #define GIRQ 0x0004 /* Global Interrupt */ | ||
3672 | #define SMACK 0x0008 /* Sleep Mode Acknowledge */ | ||
3673 | #define CANTX 0x0040 /* CAN TX Bus Value */ | ||
3674 | #define CANRX 0x0080 /* CAN RX Bus Value */ | ||
3675 | |||
3676 | /* CAN_MBxx_ID1 and CAN_MBxx_ID0 Masks */ | ||
3677 | #define DFC 0xFFFF /* Data Filtering Code (If Enabled) (ID0) */ | ||
3678 | #define EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (ID0) */ | ||
3679 | #define EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (ID1) */ | ||
3680 | #define BASEID 0x1FFC /* Base Identifier */ | ||
3681 | #define IDE 0x2000 /* Identifier Extension */ | ||
3682 | #define RTR 0x4000 /* Remote Frame Transmission Request */ | ||
3683 | #define AME 0x8000 /* Acceptance Mask Enable */ | ||
3684 | |||
3685 | /* CAN_MBxx_TIMESTAMP Masks */ | ||
3686 | #define TSV 0xFFFF /* Timestamp */ | ||
3687 | |||
3688 | /* CAN_MBxx_LENGTH Masks */ | ||
3689 | #define DLC 0x000F /* Data Length Code */ | ||
3690 | |||
3691 | /* CAN_AMxxH and CAN_AMxxL Masks */ | ||
3692 | #define DFM 0xFFFF /* Data Field Mask (If Enabled) (CAN_AMxxL) */ | ||
3693 | #define EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (CAN_AMxxL) */ | ||
3694 | #define EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (CAN_AMxxH) */ | ||
3695 | #define BASEID 0x1FFC /* Base Identifier */ | ||
3696 | #define AMIDE 0x2000 /* Acceptance Mask ID Extension Enable */ | ||
3697 | #define FMD 0x4000 /* Full Mask Data Field Enable */ | ||
3698 | #define FDF 0x8000 /* Filter On Data Field Enable */ | ||
3699 | |||
3700 | /* CAN_MC1 Masks */ | ||
3701 | #define MC0 0x0001 /* Enable Mailbox 0 */ | ||
3702 | #define MC1 0x0002 /* Enable Mailbox 1 */ | ||
3703 | #define MC2 0x0004 /* Enable Mailbox 2 */ | ||
3704 | #define MC3 0x0008 /* Enable Mailbox 3 */ | ||
3705 | #define MC4 0x0010 /* Enable Mailbox 4 */ | ||
3706 | #define MC5 0x0020 /* Enable Mailbox 5 */ | ||
3707 | #define MC6 0x0040 /* Enable Mailbox 6 */ | ||
3708 | #define MC7 0x0080 /* Enable Mailbox 7 */ | ||
3709 | #define MC8 0x0100 /* Enable Mailbox 8 */ | ||
3710 | #define MC9 0x0200 /* Enable Mailbox 9 */ | ||
3711 | #define MC10 0x0400 /* Enable Mailbox 10 */ | ||
3712 | #define MC11 0x0800 /* Enable Mailbox 11 */ | ||
3713 | #define MC12 0x1000 /* Enable Mailbox 12 */ | ||
3714 | #define MC13 0x2000 /* Enable Mailbox 13 */ | ||
3715 | #define MC14 0x4000 /* Enable Mailbox 14 */ | ||
3716 | #define MC15 0x8000 /* Enable Mailbox 15 */ | ||
3717 | |||
3718 | /* CAN_MC2 Masks */ | ||
3719 | #define MC16 0x0001 /* Enable Mailbox 16 */ | ||
3720 | #define MC17 0x0002 /* Enable Mailbox 17 */ | ||
3721 | #define MC18 0x0004 /* Enable Mailbox 18 */ | ||
3722 | #define MC19 0x0008 /* Enable Mailbox 19 */ | ||
3723 | #define MC20 0x0010 /* Enable Mailbox 20 */ | ||
3724 | #define MC21 0x0020 /* Enable Mailbox 21 */ | ||
3725 | #define MC22 0x0040 /* Enable Mailbox 22 */ | ||
3726 | #define MC23 0x0080 /* Enable Mailbox 23 */ | ||
3727 | #define MC24 0x0100 /* Enable Mailbox 24 */ | ||
3728 | #define MC25 0x0200 /* Enable Mailbox 25 */ | ||
3729 | #define MC26 0x0400 /* Enable Mailbox 26 */ | ||
3730 | #define MC27 0x0800 /* Enable Mailbox 27 */ | ||
3731 | #define MC28 0x1000 /* Enable Mailbox 28 */ | ||
3732 | #define MC29 0x2000 /* Enable Mailbox 29 */ | ||
3733 | #define MC30 0x4000 /* Enable Mailbox 30 */ | ||
3734 | #define MC31 0x8000 /* Enable Mailbox 31 */ | ||
3735 | |||
3736 | /* CAN_MD1 Masks */ | ||
3737 | #define MD0 0x0001 /* Enable Mailbox 0 For Receive */ | ||
3738 | #define MD1 0x0002 /* Enable Mailbox 1 For Receive */ | ||
3739 | #define MD2 0x0004 /* Enable Mailbox 2 For Receive */ | ||
3740 | #define MD3 0x0008 /* Enable Mailbox 3 For Receive */ | ||
3741 | #define MD4 0x0010 /* Enable Mailbox 4 For Receive */ | ||
3742 | #define MD5 0x0020 /* Enable Mailbox 5 For Receive */ | ||
3743 | #define MD6 0x0040 /* Enable Mailbox 6 For Receive */ | ||
3744 | #define MD7 0x0080 /* Enable Mailbox 7 For Receive */ | ||
3745 | #define MD8 0x0100 /* Enable Mailbox 8 For Receive */ | ||
3746 | #define MD9 0x0200 /* Enable Mailbox 9 For Receive */ | ||
3747 | #define MD10 0x0400 /* Enable Mailbox 10 For Receive */ | ||
3748 | #define MD11 0x0800 /* Enable Mailbox 11 For Receive */ | ||
3749 | #define MD12 0x1000 /* Enable Mailbox 12 For Receive */ | ||
3750 | #define MD13 0x2000 /* Enable Mailbox 13 For Receive */ | ||
3751 | #define MD14 0x4000 /* Enable Mailbox 14 For Receive */ | ||
3752 | #define MD15 0x8000 /* Enable Mailbox 15 For Receive */ | ||
3753 | |||
3754 | /* CAN_MD2 Masks */ | ||
3755 | #define MD16 0x0001 /* Enable Mailbox 16 For Receive */ | ||
3756 | #define MD17 0x0002 /* Enable Mailbox 17 For Receive */ | ||
3757 | #define MD18 0x0004 /* Enable Mailbox 18 For Receive */ | ||
3758 | #define MD19 0x0008 /* Enable Mailbox 19 For Receive */ | ||
3759 | #define MD20 0x0010 /* Enable Mailbox 20 For Receive */ | ||
3760 | #define MD21 0x0020 /* Enable Mailbox 21 For Receive */ | ||
3761 | #define MD22 0x0040 /* Enable Mailbox 22 For Receive */ | ||
3762 | #define MD23 0x0080 /* Enable Mailbox 23 For Receive */ | ||
3763 | #define MD24 0x0100 /* Enable Mailbox 24 For Receive */ | ||
3764 | #define MD25 0x0200 /* Enable Mailbox 25 For Receive */ | ||
3765 | #define MD26 0x0400 /* Enable Mailbox 26 For Receive */ | ||
3766 | #define MD27 0x0800 /* Enable Mailbox 27 For Receive */ | ||
3767 | #define MD28 0x1000 /* Enable Mailbox 28 For Receive */ | ||
3768 | #define MD29 0x2000 /* Enable Mailbox 29 For Receive */ | ||
3769 | #define MD30 0x4000 /* Enable Mailbox 30 For Receive */ | ||
3770 | #define MD31 0x8000 /* Enable Mailbox 31 For Receive */ | ||
3771 | |||
3772 | /* CAN_RMP1 Masks */ | ||
3773 | #define RMP0 0x0001 /* RX Message Pending In Mailbox 0 */ | ||
3774 | #define RMP1 0x0002 /* RX Message Pending In Mailbox 1 */ | ||
3775 | #define RMP2 0x0004 /* RX Message Pending In Mailbox 2 */ | ||
3776 | #define RMP3 0x0008 /* RX Message Pending In Mailbox 3 */ | ||
3777 | #define RMP4 0x0010 /* RX Message Pending In Mailbox 4 */ | ||
3778 | #define RMP5 0x0020 /* RX Message Pending In Mailbox 5 */ | ||
3779 | #define RMP6 0x0040 /* RX Message Pending In Mailbox 6 */ | ||
3780 | #define RMP7 0x0080 /* RX Message Pending In Mailbox 7 */ | ||
3781 | #define RMP8 0x0100 /* RX Message Pending In Mailbox 8 */ | ||
3782 | #define RMP9 0x0200 /* RX Message Pending In Mailbox 9 */ | ||
3783 | #define RMP10 0x0400 /* RX Message Pending In Mailbox 10 */ | ||
3784 | #define RMP11 0x0800 /* RX Message Pending In Mailbox 11 */ | ||
3785 | #define RMP12 0x1000 /* RX Message Pending In Mailbox 12 */ | ||
3786 | #define RMP13 0x2000 /* RX Message Pending In Mailbox 13 */ | ||
3787 | #define RMP14 0x4000 /* RX Message Pending In Mailbox 14 */ | ||
3788 | #define RMP15 0x8000 /* RX Message Pending In Mailbox 15 */ | ||
3789 | |||
3790 | /* CAN_RMP2 Masks */ | ||
3791 | #define RMP16 0x0001 /* RX Message Pending In Mailbox 16 */ | ||
3792 | #define RMP17 0x0002 /* RX Message Pending In Mailbox 17 */ | ||
3793 | #define RMP18 0x0004 /* RX Message Pending In Mailbox 18 */ | ||
3794 | #define RMP19 0x0008 /* RX Message Pending In Mailbox 19 */ | ||
3795 | #define RMP20 0x0010 /* RX Message Pending In Mailbox 20 */ | ||
3796 | #define RMP21 0x0020 /* RX Message Pending In Mailbox 21 */ | ||
3797 | #define RMP22 0x0040 /* RX Message Pending In Mailbox 22 */ | ||
3798 | #define RMP23 0x0080 /* RX Message Pending In Mailbox 23 */ | ||
3799 | #define RMP24 0x0100 /* RX Message Pending In Mailbox 24 */ | ||
3800 | #define RMP25 0x0200 /* RX Message Pending In Mailbox 25 */ | ||
3801 | #define RMP26 0x0400 /* RX Message Pending In Mailbox 26 */ | ||
3802 | #define RMP27 0x0800 /* RX Message Pending In Mailbox 27 */ | ||
3803 | #define RMP28 0x1000 /* RX Message Pending In Mailbox 28 */ | ||
3804 | #define RMP29 0x2000 /* RX Message Pending In Mailbox 29 */ | ||
3805 | #define RMP30 0x4000 /* RX Message Pending In Mailbox 30 */ | ||
3806 | #define RMP31 0x8000 /* RX Message Pending In Mailbox 31 */ | ||
3807 | |||
3808 | /* CAN_RML1 Masks */ | ||
3809 | #define RML0 0x0001 /* RX Message Lost In Mailbox 0 */ | ||
3810 | #define RML1 0x0002 /* RX Message Lost In Mailbox 1 */ | ||
3811 | #define RML2 0x0004 /* RX Message Lost In Mailbox 2 */ | ||
3812 | #define RML3 0x0008 /* RX Message Lost In Mailbox 3 */ | ||
3813 | #define RML4 0x0010 /* RX Message Lost In Mailbox 4 */ | ||
3814 | #define RML5 0x0020 /* RX Message Lost In Mailbox 5 */ | ||
3815 | #define RML6 0x0040 /* RX Message Lost In Mailbox 6 */ | ||
3816 | #define RML7 0x0080 /* RX Message Lost In Mailbox 7 */ | ||
3817 | #define RML8 0x0100 /* RX Message Lost In Mailbox 8 */ | ||
3818 | #define RML9 0x0200 /* RX Message Lost In Mailbox 9 */ | ||
3819 | #define RML10 0x0400 /* RX Message Lost In Mailbox 10 */ | ||
3820 | #define RML11 0x0800 /* RX Message Lost In Mailbox 11 */ | ||
3821 | #define RML12 0x1000 /* RX Message Lost In Mailbox 12 */ | ||
3822 | #define RML13 0x2000 /* RX Message Lost In Mailbox 13 */ | ||
3823 | #define RML14 0x4000 /* RX Message Lost In Mailbox 14 */ | ||
3824 | #define RML15 0x8000 /* RX Message Lost In Mailbox 15 */ | ||
3825 | |||
3826 | /* CAN_RML2 Masks */ | ||
3827 | #define RML16 0x0001 /* RX Message Lost In Mailbox 16 */ | ||
3828 | #define RML17 0x0002 /* RX Message Lost In Mailbox 17 */ | ||
3829 | #define RML18 0x0004 /* RX Message Lost In Mailbox 18 */ | ||
3830 | #define RML19 0x0008 /* RX Message Lost In Mailbox 19 */ | ||
3831 | #define RML20 0x0010 /* RX Message Lost In Mailbox 20 */ | ||
3832 | #define RML21 0x0020 /* RX Message Lost In Mailbox 21 */ | ||
3833 | #define RML22 0x0040 /* RX Message Lost In Mailbox 22 */ | ||
3834 | #define RML23 0x0080 /* RX Message Lost In Mailbox 23 */ | ||
3835 | #define RML24 0x0100 /* RX Message Lost In Mailbox 24 */ | ||
3836 | #define RML25 0x0200 /* RX Message Lost In Mailbox 25 */ | ||
3837 | #define RML26 0x0400 /* RX Message Lost In Mailbox 26 */ | ||
3838 | #define RML27 0x0800 /* RX Message Lost In Mailbox 27 */ | ||
3839 | #define RML28 0x1000 /* RX Message Lost In Mailbox 28 */ | ||
3840 | #define RML29 0x2000 /* RX Message Lost In Mailbox 29 */ | ||
3841 | #define RML30 0x4000 /* RX Message Lost In Mailbox 30 */ | ||
3842 | #define RML31 0x8000 /* RX Message Lost In Mailbox 31 */ | ||
3843 | |||
3844 | /* CAN_OPSS1 Masks */ | ||
3845 | #define OPSS0 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 0 */ | ||
3846 | #define OPSS1 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 1 */ | ||
3847 | #define OPSS2 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 2 */ | ||
3848 | #define OPSS3 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 3 */ | ||
3849 | #define OPSS4 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 4 */ | ||
3850 | #define OPSS5 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 5 */ | ||
3851 | #define OPSS6 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 6 */ | ||
3852 | #define OPSS7 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 7 */ | ||
3853 | #define OPSS8 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 8 */ | ||
3854 | #define OPSS9 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 9 */ | ||
3855 | #define OPSS10 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 10 */ | ||
3856 | #define OPSS11 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 11 */ | ||
3857 | #define OPSS12 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 12 */ | ||
3858 | #define OPSS13 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 13 */ | ||
3859 | #define OPSS14 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 14 */ | ||
3860 | #define OPSS15 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 15 */ | ||
3861 | |||
3862 | /* CAN_OPSS2 Masks */ | ||
3863 | #define OPSS16 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 16 */ | ||
3864 | #define OPSS17 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 17 */ | ||
3865 | #define OPSS18 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 18 */ | ||
3866 | #define OPSS19 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 19 */ | ||
3867 | #define OPSS20 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 20 */ | ||
3868 | #define OPSS21 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 21 */ | ||
3869 | #define OPSS22 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 22 */ | ||
3870 | #define OPSS23 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 23 */ | ||
3871 | #define OPSS24 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 24 */ | ||
3872 | #define OPSS25 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 25 */ | ||
3873 | #define OPSS26 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 26 */ | ||
3874 | #define OPSS27 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 27 */ | ||
3875 | #define OPSS28 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 28 */ | ||
3876 | #define OPSS29 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 29 */ | ||
3877 | #define OPSS30 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 30 */ | ||
3878 | #define OPSS31 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 31 */ | ||
3879 | |||
3880 | /* CAN_TRR1 Masks */ | ||
3881 | #define TRR0 0x0001 /* Deny But Don't Lock Access To Mailbox 0 */ | ||
3882 | #define TRR1 0x0002 /* Deny But Don't Lock Access To Mailbox 1 */ | ||
3883 | #define TRR2 0x0004 /* Deny But Don't Lock Access To Mailbox 2 */ | ||
3884 | #define TRR3 0x0008 /* Deny But Don't Lock Access To Mailbox 3 */ | ||
3885 | #define TRR4 0x0010 /* Deny But Don't Lock Access To Mailbox 4 */ | ||
3886 | #define TRR5 0x0020 /* Deny But Don't Lock Access To Mailbox 5 */ | ||
3887 | #define TRR6 0x0040 /* Deny But Don't Lock Access To Mailbox 6 */ | ||
3888 | #define TRR7 0x0080 /* Deny But Don't Lock Access To Mailbox 7 */ | ||
3889 | #define TRR8 0x0100 /* Deny But Don't Lock Access To Mailbox 8 */ | ||
3890 | #define TRR9 0x0200 /* Deny But Don't Lock Access To Mailbox 9 */ | ||
3891 | #define TRR10 0x0400 /* Deny But Don't Lock Access To Mailbox 10 */ | ||
3892 | #define TRR11 0x0800 /* Deny But Don't Lock Access To Mailbox 11 */ | ||
3893 | #define TRR12 0x1000 /* Deny But Don't Lock Access To Mailbox 12 */ | ||
3894 | #define TRR13 0x2000 /* Deny But Don't Lock Access To Mailbox 13 */ | ||
3895 | #define TRR14 0x4000 /* Deny But Don't Lock Access To Mailbox 14 */ | ||
3896 | #define TRR15 0x8000 /* Deny But Don't Lock Access To Mailbox 15 */ | ||
3897 | |||
3898 | /* CAN_TRR2 Masks */ | ||
3899 | #define TRR16 0x0001 /* Deny But Don't Lock Access To Mailbox 16 */ | ||
3900 | #define TRR17 0x0002 /* Deny But Don't Lock Access To Mailbox 17 */ | ||
3901 | #define TRR18 0x0004 /* Deny But Don't Lock Access To Mailbox 18 */ | ||
3902 | #define TRR19 0x0008 /* Deny But Don't Lock Access To Mailbox 19 */ | ||
3903 | #define TRR20 0x0010 /* Deny But Don't Lock Access To Mailbox 20 */ | ||
3904 | #define TRR21 0x0020 /* Deny But Don't Lock Access To Mailbox 21 */ | ||
3905 | #define TRR22 0x0040 /* Deny But Don't Lock Access To Mailbox 22 */ | ||
3906 | #define TRR23 0x0080 /* Deny But Don't Lock Access To Mailbox 23 */ | ||
3907 | #define TRR24 0x0100 /* Deny But Don't Lock Access To Mailbox 24 */ | ||
3908 | #define TRR25 0x0200 /* Deny But Don't Lock Access To Mailbox 25 */ | ||
3909 | #define TRR26 0x0400 /* Deny But Don't Lock Access To Mailbox 26 */ | ||
3910 | #define TRR27 0x0800 /* Deny But Don't Lock Access To Mailbox 27 */ | ||
3911 | #define TRR28 0x1000 /* Deny But Don't Lock Access To Mailbox 28 */ | ||
3912 | #define TRR29 0x2000 /* Deny But Don't Lock Access To Mailbox 29 */ | ||
3913 | #define TRR30 0x4000 /* Deny But Don't Lock Access To Mailbox 30 */ | ||
3914 | #define TRR31 0x8000 /* Deny But Don't Lock Access To Mailbox 31 */ | ||
3915 | |||
3916 | /* CAN_TRS1 Masks */ | ||
3917 | #define TRS0 0x0001 /* Remote Frame Request For Mailbox 0 */ | ||
3918 | #define TRS1 0x0002 /* Remote Frame Request For Mailbox 1 */ | ||
3919 | #define TRS2 0x0004 /* Remote Frame Request For Mailbox 2 */ | ||
3920 | #define TRS3 0x0008 /* Remote Frame Request For Mailbox 3 */ | ||
3921 | #define TRS4 0x0010 /* Remote Frame Request For Mailbox 4 */ | ||
3922 | #define TRS5 0x0020 /* Remote Frame Request For Mailbox 5 */ | ||
3923 | #define TRS6 0x0040 /* Remote Frame Request For Mailbox 6 */ | ||
3924 | #define TRS7 0x0080 /* Remote Frame Request For Mailbox 7 */ | ||
3925 | #define TRS8 0x0100 /* Remote Frame Request For Mailbox 8 */ | ||
3926 | #define TRS9 0x0200 /* Remote Frame Request For Mailbox 9 */ | ||
3927 | #define TRS10 0x0400 /* Remote Frame Request For Mailbox 10 */ | ||
3928 | #define TRS11 0x0800 /* Remote Frame Request For Mailbox 11 */ | ||
3929 | #define TRS12 0x1000 /* Remote Frame Request For Mailbox 12 */ | ||
3930 | #define TRS13 0x2000 /* Remote Frame Request For Mailbox 13 */ | ||
3931 | #define TRS14 0x4000 /* Remote Frame Request For Mailbox 14 */ | ||
3932 | #define TRS15 0x8000 /* Remote Frame Request For Mailbox 15 */ | ||
3933 | |||
3934 | /* CAN_TRS2 Masks */ | ||
3935 | #define TRS16 0x0001 /* Remote Frame Request For Mailbox 16 */ | ||
3936 | #define TRS17 0x0002 /* Remote Frame Request For Mailbox 17 */ | ||
3937 | #define TRS18 0x0004 /* Remote Frame Request For Mailbox 18 */ | ||
3938 | #define TRS19 0x0008 /* Remote Frame Request For Mailbox 19 */ | ||
3939 | #define TRS20 0x0010 /* Remote Frame Request For Mailbox 20 */ | ||
3940 | #define TRS21 0x0020 /* Remote Frame Request For Mailbox 21 */ | ||
3941 | #define TRS22 0x0040 /* Remote Frame Request For Mailbox 22 */ | ||
3942 | #define TRS23 0x0080 /* Remote Frame Request For Mailbox 23 */ | ||
3943 | #define TRS24 0x0100 /* Remote Frame Request For Mailbox 24 */ | ||
3944 | #define TRS25 0x0200 /* Remote Frame Request For Mailbox 25 */ | ||
3945 | #define TRS26 0x0400 /* Remote Frame Request For Mailbox 26 */ | ||
3946 | #define TRS27 0x0800 /* Remote Frame Request For Mailbox 27 */ | ||
3947 | #define TRS28 0x1000 /* Remote Frame Request For Mailbox 28 */ | ||
3948 | #define TRS29 0x2000 /* Remote Frame Request For Mailbox 29 */ | ||
3949 | #define TRS30 0x4000 /* Remote Frame Request For Mailbox 30 */ | ||
3950 | #define TRS31 0x8000 /* Remote Frame Request For Mailbox 31 */ | ||
3951 | |||
3952 | /* CAN_AA1 Masks */ | ||
3953 | #define AA0 0x0001 /* Aborted Message In Mailbox 0 */ | ||
3954 | #define AA1 0x0002 /* Aborted Message In Mailbox 1 */ | ||
3955 | #define AA2 0x0004 /* Aborted Message In Mailbox 2 */ | ||
3956 | #define AA3 0x0008 /* Aborted Message In Mailbox 3 */ | ||
3957 | #define AA4 0x0010 /* Aborted Message In Mailbox 4 */ | ||
3958 | #define AA5 0x0020 /* Aborted Message In Mailbox 5 */ | ||
3959 | #define AA6 0x0040 /* Aborted Message In Mailbox 6 */ | ||
3960 | #define AA7 0x0080 /* Aborted Message In Mailbox 7 */ | ||
3961 | #define AA8 0x0100 /* Aborted Message In Mailbox 8 */ | ||
3962 | #define AA9 0x0200 /* Aborted Message In Mailbox 9 */ | ||
3963 | #define AA10 0x0400 /* Aborted Message In Mailbox 10 */ | ||
3964 | #define AA11 0x0800 /* Aborted Message In Mailbox 11 */ | ||
3965 | #define AA12 0x1000 /* Aborted Message In Mailbox 12 */ | ||
3966 | #define AA13 0x2000 /* Aborted Message In Mailbox 13 */ | ||
3967 | #define AA14 0x4000 /* Aborted Message In Mailbox 14 */ | ||
3968 | #define AA15 0x8000 /* Aborted Message In Mailbox 15 */ | ||
3969 | |||
3970 | /* CAN_AA2 Masks */ | ||
3971 | #define AA16 0x0001 /* Aborted Message In Mailbox 16 */ | ||
3972 | #define AA17 0x0002 /* Aborted Message In Mailbox 17 */ | ||
3973 | #define AA18 0x0004 /* Aborted Message In Mailbox 18 */ | ||
3974 | #define AA19 0x0008 /* Aborted Message In Mailbox 19 */ | ||
3975 | #define AA20 0x0010 /* Aborted Message In Mailbox 20 */ | ||
3976 | #define AA21 0x0020 /* Aborted Message In Mailbox 21 */ | ||
3977 | #define AA22 0x0040 /* Aborted Message In Mailbox 22 */ | ||
3978 | #define AA23 0x0080 /* Aborted Message In Mailbox 23 */ | ||
3979 | #define AA24 0x0100 /* Aborted Message In Mailbox 24 */ | ||
3980 | #define AA25 0x0200 /* Aborted Message In Mailbox 25 */ | ||
3981 | #define AA26 0x0400 /* Aborted Message In Mailbox 26 */ | ||
3982 | #define AA27 0x0800 /* Aborted Message In Mailbox 27 */ | ||
3983 | #define AA28 0x1000 /* Aborted Message In Mailbox 28 */ | ||
3984 | #define AA29 0x2000 /* Aborted Message In Mailbox 29 */ | ||
3985 | #define AA30 0x4000 /* Aborted Message In Mailbox 30 */ | ||
3986 | #define AA31 0x8000 /* Aborted Message In Mailbox 31 */ | ||
3987 | |||
3988 | /* CAN_TA1 Masks */ | ||
3989 | #define TA0 0x0001 /* Transmit Successful From Mailbox 0 */ | ||
3990 | #define TA1 0x0002 /* Transmit Successful From Mailbox 1 */ | ||
3991 | #define TA2 0x0004 /* Transmit Successful From Mailbox 2 */ | ||
3992 | #define TA3 0x0008 /* Transmit Successful From Mailbox 3 */ | ||
3993 | #define TA4 0x0010 /* Transmit Successful From Mailbox 4 */ | ||
3994 | #define TA5 0x0020 /* Transmit Successful From Mailbox 5 */ | ||
3995 | #define TA6 0x0040 /* Transmit Successful From Mailbox 6 */ | ||
3996 | #define TA7 0x0080 /* Transmit Successful From Mailbox 7 */ | ||
3997 | #define TA8 0x0100 /* Transmit Successful From Mailbox 8 */ | ||
3998 | #define TA9 0x0200 /* Transmit Successful From Mailbox 9 */ | ||
3999 | #define TA10 0x0400 /* Transmit Successful From Mailbox 10 */ | ||
4000 | #define TA11 0x0800 /* Transmit Successful From Mailbox 11 */ | ||
4001 | #define TA12 0x1000 /* Transmit Successful From Mailbox 12 */ | ||
4002 | #define TA13 0x2000 /* Transmit Successful From Mailbox 13 */ | ||
4003 | #define TA14 0x4000 /* Transmit Successful From Mailbox 14 */ | ||
4004 | #define TA15 0x8000 /* Transmit Successful From Mailbox 15 */ | ||
4005 | |||
4006 | /* CAN_TA2 Masks */ | ||
4007 | #define TA16 0x0001 /* Transmit Successful From Mailbox 16 */ | ||
4008 | #define TA17 0x0002 /* Transmit Successful From Mailbox 17 */ | ||
4009 | #define TA18 0x0004 /* Transmit Successful From Mailbox 18 */ | ||
4010 | #define TA19 0x0008 /* Transmit Successful From Mailbox 19 */ | ||
4011 | #define TA20 0x0010 /* Transmit Successful From Mailbox 20 */ | ||
4012 | #define TA21 0x0020 /* Transmit Successful From Mailbox 21 */ | ||
4013 | #define TA22 0x0040 /* Transmit Successful From Mailbox 22 */ | ||
4014 | #define TA23 0x0080 /* Transmit Successful From Mailbox 23 */ | ||
4015 | #define TA24 0x0100 /* Transmit Successful From Mailbox 24 */ | ||
4016 | #define TA25 0x0200 /* Transmit Successful From Mailbox 25 */ | ||
4017 | #define TA26 0x0400 /* Transmit Successful From Mailbox 26 */ | ||
4018 | #define TA27 0x0800 /* Transmit Successful From Mailbox 27 */ | ||
4019 | #define TA28 0x1000 /* Transmit Successful From Mailbox 28 */ | ||
4020 | #define TA29 0x2000 /* Transmit Successful From Mailbox 29 */ | ||
4021 | #define TA30 0x4000 /* Transmit Successful From Mailbox 30 */ | ||
4022 | #define TA31 0x8000 /* Transmit Successful From Mailbox 31 */ | ||
4023 | |||
4024 | /* CAN_MBTD Masks */ | ||
4025 | #define TDPTR 0x001F /* Mailbox To Temporarily Disable */ | ||
4026 | #define TDA 0x0040 /* Temporary Disable Acknowledge */ | ||
4027 | #define TDR 0x0080 /* Temporary Disable Request */ | ||
4028 | |||
4029 | /* CAN_RFH1 Masks */ | ||
4030 | #define RFH0 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 0 */ | ||
4031 | #define RFH1 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 1 */ | ||
4032 | #define RFH2 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 2 */ | ||
4033 | #define RFH3 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 3 */ | ||
4034 | #define RFH4 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 4 */ | ||
4035 | #define RFH5 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 5 */ | ||
4036 | #define RFH6 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 6 */ | ||
4037 | #define RFH7 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 7 */ | ||
4038 | #define RFH8 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 8 */ | ||
4039 | #define RFH9 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 9 */ | ||
4040 | #define RFH10 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 10 */ | ||
4041 | #define RFH11 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 11 */ | ||
4042 | #define RFH12 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 12 */ | ||
4043 | #define RFH13 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 13 */ | ||
4044 | #define RFH14 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 14 */ | ||
4045 | #define RFH15 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 15 */ | ||
4046 | |||
4047 | /* CAN_RFH2 Masks */ | ||
4048 | #define RFH16 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 16 */ | ||
4049 | #define RFH17 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 17 */ | ||
4050 | #define RFH18 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 18 */ | ||
4051 | #define RFH19 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 19 */ | ||
4052 | #define RFH20 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 20 */ | ||
4053 | #define RFH21 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 21 */ | ||
4054 | #define RFH22 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 22 */ | ||
4055 | #define RFH23 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 23 */ | ||
4056 | #define RFH24 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 24 */ | ||
4057 | #define RFH25 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 25 */ | ||
4058 | #define RFH26 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 26 */ | ||
4059 | #define RFH27 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 27 */ | ||
4060 | #define RFH28 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 28 */ | ||
4061 | #define RFH29 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 29 */ | ||
4062 | #define RFH30 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 30 */ | ||
4063 | #define RFH31 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 31 */ | ||
4064 | |||
4065 | /* CAN_MBTIF1 Masks */ | ||
4066 | #define MBTIF0 0x0001 /* TX Interrupt Active In Mailbox 0 */ | ||
4067 | #define MBTIF1 0x0002 /* TX Interrupt Active In Mailbox 1 */ | ||
4068 | #define MBTIF2 0x0004 /* TX Interrupt Active In Mailbox 2 */ | ||
4069 | #define MBTIF3 0x0008 /* TX Interrupt Active In Mailbox 3 */ | ||
4070 | #define MBTIF4 0x0010 /* TX Interrupt Active In Mailbox 4 */ | ||
4071 | #define MBTIF5 0x0020 /* TX Interrupt Active In Mailbox 5 */ | ||
4072 | #define MBTIF6 0x0040 /* TX Interrupt Active In Mailbox 6 */ | ||
4073 | #define MBTIF7 0x0080 /* TX Interrupt Active In Mailbox 7 */ | ||
4074 | #define MBTIF8 0x0100 /* TX Interrupt Active In Mailbox 8 */ | ||
4075 | #define MBTIF9 0x0200 /* TX Interrupt Active In Mailbox 9 */ | ||
4076 | #define MBTIF10 0x0400 /* TX Interrupt Active In Mailbox 10 */ | ||
4077 | #define MBTIF11 0x0800 /* TX Interrupt Active In Mailbox 11 */ | ||
4078 | #define MBTIF12 0x1000 /* TX Interrupt Active In Mailbox 12 */ | ||
4079 | #define MBTIF13 0x2000 /* TX Interrupt Active In Mailbox 13 */ | ||
4080 | #define MBTIF14 0x4000 /* TX Interrupt Active In Mailbox 14 */ | ||
4081 | #define MBTIF15 0x8000 /* TX Interrupt Active In Mailbox 15 */ | ||
4082 | |||
4083 | /* CAN_MBTIF2 Masks */ | ||
4084 | #define MBTIF16 0x0001 /* TX Interrupt Active In Mailbox 16 */ | ||
4085 | #define MBTIF17 0x0002 /* TX Interrupt Active In Mailbox 17 */ | ||
4086 | #define MBTIF18 0x0004 /* TX Interrupt Active In Mailbox 18 */ | ||
4087 | #define MBTIF19 0x0008 /* TX Interrupt Active In Mailbox 19 */ | ||
4088 | #define MBTIF20 0x0010 /* TX Interrupt Active In Mailbox 20 */ | ||
4089 | #define MBTIF21 0x0020 /* TX Interrupt Active In Mailbox 21 */ | ||
4090 | #define MBTIF22 0x0040 /* TX Interrupt Active In Mailbox 22 */ | ||
4091 | #define MBTIF23 0x0080 /* TX Interrupt Active In Mailbox 23 */ | ||
4092 | #define MBTIF24 0x0100 /* TX Interrupt Active In Mailbox 24 */ | ||
4093 | #define MBTIF25 0x0200 /* TX Interrupt Active In Mailbox 25 */ | ||
4094 | #define MBTIF26 0x0400 /* TX Interrupt Active In Mailbox 26 */ | ||
4095 | #define MBTIF27 0x0800 /* TX Interrupt Active In Mailbox 27 */ | ||
4096 | #define MBTIF28 0x1000 /* TX Interrupt Active In Mailbox 28 */ | ||
4097 | #define MBTIF29 0x2000 /* TX Interrupt Active In Mailbox 29 */ | ||
4098 | #define MBTIF30 0x4000 /* TX Interrupt Active In Mailbox 30 */ | ||
4099 | #define MBTIF31 0x8000 /* TX Interrupt Active In Mailbox 31 */ | ||
4100 | |||
4101 | /* CAN_MBRIF1 Masks */ | ||
4102 | #define MBRIF0 0x0001 /* RX Interrupt Active In Mailbox 0 */ | ||
4103 | #define MBRIF1 0x0002 /* RX Interrupt Active In Mailbox 1 */ | ||
4104 | #define MBRIF2 0x0004 /* RX Interrupt Active In Mailbox 2 */ | ||
4105 | #define MBRIF3 0x0008 /* RX Interrupt Active In Mailbox 3 */ | ||
4106 | #define MBRIF4 0x0010 /* RX Interrupt Active In Mailbox 4 */ | ||
4107 | #define MBRIF5 0x0020 /* RX Interrupt Active In Mailbox 5 */ | ||
4108 | #define MBRIF6 0x0040 /* RX Interrupt Active In Mailbox 6 */ | ||
4109 | #define MBRIF7 0x0080 /* RX Interrupt Active In Mailbox 7 */ | ||
4110 | #define MBRIF8 0x0100 /* RX Interrupt Active In Mailbox 8 */ | ||
4111 | #define MBRIF9 0x0200 /* RX Interrupt Active In Mailbox 9 */ | ||
4112 | #define MBRIF10 0x0400 /* RX Interrupt Active In Mailbox 10 */ | ||
4113 | #define MBRIF11 0x0800 /* RX Interrupt Active In Mailbox 11 */ | ||
4114 | #define MBRIF12 0x1000 /* RX Interrupt Active In Mailbox 12 */ | ||
4115 | #define MBRIF13 0x2000 /* RX Interrupt Active In Mailbox 13 */ | ||
4116 | #define MBRIF14 0x4000 /* RX Interrupt Active In Mailbox 14 */ | ||
4117 | #define MBRIF15 0x8000 /* RX Interrupt Active In Mailbox 15 */ | ||
4118 | |||
4119 | /* CAN_MBRIF2 Masks */ | ||
4120 | #define MBRIF16 0x0001 /* RX Interrupt Active In Mailbox 16 */ | ||
4121 | #define MBRIF17 0x0002 /* RX Interrupt Active In Mailbox 17 */ | ||
4122 | #define MBRIF18 0x0004 /* RX Interrupt Active In Mailbox 18 */ | ||
4123 | #define MBRIF19 0x0008 /* RX Interrupt Active In Mailbox 19 */ | ||
4124 | #define MBRIF20 0x0010 /* RX Interrupt Active In Mailbox 20 */ | ||
4125 | #define MBRIF21 0x0020 /* RX Interrupt Active In Mailbox 21 */ | ||
4126 | #define MBRIF22 0x0040 /* RX Interrupt Active In Mailbox 22 */ | ||
4127 | #define MBRIF23 0x0080 /* RX Interrupt Active In Mailbox 23 */ | ||
4128 | #define MBRIF24 0x0100 /* RX Interrupt Active In Mailbox 24 */ | ||
4129 | #define MBRIF25 0x0200 /* RX Interrupt Active In Mailbox 25 */ | ||
4130 | #define MBRIF26 0x0400 /* RX Interrupt Active In Mailbox 26 */ | ||
4131 | #define MBRIF27 0x0800 /* RX Interrupt Active In Mailbox 27 */ | ||
4132 | #define MBRIF28 0x1000 /* RX Interrupt Active In Mailbox 28 */ | ||
4133 | #define MBRIF29 0x2000 /* RX Interrupt Active In Mailbox 29 */ | ||
4134 | #define MBRIF30 0x4000 /* RX Interrupt Active In Mailbox 30 */ | ||
4135 | #define MBRIF31 0x8000 /* RX Interrupt Active In Mailbox 31 */ | ||
4136 | |||
4137 | /* CAN_MBIM1 Masks */ | ||
4138 | #define MBIM0 0x0001 /* Enable Interrupt For Mailbox 0 */ | ||
4139 | #define MBIM1 0x0002 /* Enable Interrupt For Mailbox 1 */ | ||
4140 | #define MBIM2 0x0004 /* Enable Interrupt For Mailbox 2 */ | ||
4141 | #define MBIM3 0x0008 /* Enable Interrupt For Mailbox 3 */ | ||
4142 | #define MBIM4 0x0010 /* Enable Interrupt For Mailbox 4 */ | ||
4143 | #define MBIM5 0x0020 /* Enable Interrupt For Mailbox 5 */ | ||
4144 | #define MBIM6 0x0040 /* Enable Interrupt For Mailbox 6 */ | ||
4145 | #define MBIM7 0x0080 /* Enable Interrupt For Mailbox 7 */ | ||
4146 | #define MBIM8 0x0100 /* Enable Interrupt For Mailbox 8 */ | ||
4147 | #define MBIM9 0x0200 /* Enable Interrupt For Mailbox 9 */ | ||
4148 | #define MBIM10 0x0400 /* Enable Interrupt For Mailbox 10 */ | ||
4149 | #define MBIM11 0x0800 /* Enable Interrupt For Mailbox 11 */ | ||
4150 | #define MBIM12 0x1000 /* Enable Interrupt For Mailbox 12 */ | ||
4151 | #define MBIM13 0x2000 /* Enable Interrupt For Mailbox 13 */ | ||
4152 | #define MBIM14 0x4000 /* Enable Interrupt For Mailbox 14 */ | ||
4153 | #define MBIM15 0x8000 /* Enable Interrupt For Mailbox 15 */ | ||
4154 | |||
4155 | /* CAN_MBIM2 Masks */ | ||
4156 | #define MBIM16 0x0001 /* Enable Interrupt For Mailbox 16 */ | ||
4157 | #define MBIM17 0x0002 /* Enable Interrupt For Mailbox 17 */ | ||
4158 | #define MBIM18 0x0004 /* Enable Interrupt For Mailbox 18 */ | ||
4159 | #define MBIM19 0x0008 /* Enable Interrupt For Mailbox 19 */ | ||
4160 | #define MBIM20 0x0010 /* Enable Interrupt For Mailbox 20 */ | ||
4161 | #define MBIM21 0x0020 /* Enable Interrupt For Mailbox 21 */ | ||
4162 | #define MBIM22 0x0040 /* Enable Interrupt For Mailbox 22 */ | ||
4163 | #define MBIM23 0x0080 /* Enable Interrupt For Mailbox 23 */ | ||
4164 | #define MBIM24 0x0100 /* Enable Interrupt For Mailbox 24 */ | ||
4165 | #define MBIM25 0x0200 /* Enable Interrupt For Mailbox 25 */ | ||
4166 | #define MBIM26 0x0400 /* Enable Interrupt For Mailbox 26 */ | ||
4167 | #define MBIM27 0x0800 /* Enable Interrupt For Mailbox 27 */ | ||
4168 | #define MBIM28 0x1000 /* Enable Interrupt For Mailbox 28 */ | ||
4169 | #define MBIM29 0x2000 /* Enable Interrupt For Mailbox 29 */ | ||
4170 | #define MBIM30 0x4000 /* Enable Interrupt For Mailbox 30 */ | ||
4171 | #define MBIM31 0x8000 /* Enable Interrupt For Mailbox 31 */ | ||
4172 | |||
4173 | /* CAN_GIM Masks */ | ||
4174 | #define EWTIM 0x0001 /* Enable TX Error Count Interrupt */ | ||
4175 | #define EWRIM 0x0002 /* Enable RX Error Count Interrupt */ | ||
4176 | #define EPIM 0x0004 /* Enable Error-Passive Mode Interrupt */ | ||
4177 | #define BOIM 0x0008 /* Enable Bus Off Interrupt */ | ||
4178 | #define WUIM 0x0010 /* Enable Wake-Up Interrupt */ | ||
4179 | #define UIAIM 0x0020 /* Enable Access To Unimplemented Address Interrupt */ | ||
4180 | #define AAIM 0x0040 /* Enable Abort Acknowledge Interrupt */ | ||
4181 | #define RMLIM 0x0080 /* Enable RX Message Lost Interrupt */ | ||
4182 | #define UCEIM 0x0100 /* Enable Universal Counter Overflow Interrupt */ | ||
4183 | #define EXTIM 0x0200 /* Enable External Trigger Output Interrupt */ | ||
4184 | #define ADIM 0x0400 /* Enable Access Denied Interrupt */ | ||
4185 | |||
4186 | /* CAN_GIS Masks */ | ||
4187 | #define EWTIS 0x0001 /* TX Error Count IRQ Status */ | ||
4188 | #define EWRIS 0x0002 /* RX Error Count IRQ Status */ | ||
4189 | #define EPIS 0x0004 /* Error-Passive Mode IRQ Status */ | ||
4190 | #define BOIS 0x0008 /* Bus Off IRQ Status */ | ||
4191 | #define WUIS 0x0010 /* Wake-Up IRQ Status */ | ||
4192 | #define UIAIS 0x0020 /* Access To Unimplemented Address IRQ Status */ | ||
4193 | #define AAIS 0x0040 /* Abort Acknowledge IRQ Status */ | ||
4194 | #define RMLIS 0x0080 /* RX Message Lost IRQ Status */ | ||
4195 | #define UCEIS 0x0100 /* Universal Counter Overflow IRQ Status */ | ||
4196 | #define EXTIS 0x0200 /* External Trigger Output IRQ Status */ | ||
4197 | #define ADIS 0x0400 /* Access Denied IRQ Status */ | ||
4198 | |||
4199 | /* CAN_GIF Masks */ | ||
4200 | #define EWTIF 0x0001 /* TX Error Count IRQ Flag */ | ||
4201 | #define EWRIF 0x0002 /* RX Error Count IRQ Flag */ | ||
4202 | #define EPIF 0x0004 /* Error-Passive Mode IRQ Flag */ | ||
4203 | #define BOIF 0x0008 /* Bus Off IRQ Flag */ | ||
4204 | #define WUIF 0x0010 /* Wake-Up IRQ Flag */ | ||
4205 | #define UIAIF 0x0020 /* Access To Unimplemented Address IRQ Flag */ | ||
4206 | #define AAIF 0x0040 /* Abort Acknowledge IRQ Flag */ | ||
4207 | #define RMLIF 0x0080 /* RX Message Lost IRQ Flag */ | ||
4208 | #define UCEIF 0x0100 /* Universal Counter Overflow IRQ Flag */ | ||
4209 | #define EXTIF 0x0200 /* External Trigger Output IRQ Flag */ | ||
4210 | #define ADIF 0x0400 /* Access Denied IRQ Flag */ | ||
4211 | |||
4212 | /* CAN_UCCNF Masks */ | ||
4213 | #define UCCNF 0x000F /* Universal Counter Mode */ | ||
4214 | #define UC_STAMP 0x0001 /* Timestamp Mode */ | ||
4215 | #define UC_WDOG 0x0002 /* Watchdog Mode */ | ||
4216 | #define UC_AUTOTX 0x0003 /* Auto-Transmit Mode */ | ||
4217 | #define UC_ERROR 0x0006 /* CAN Error Frame Count */ | ||
4218 | #define UC_OVER 0x0007 /* CAN Overload Frame Count */ | ||
4219 | #define UC_LOST 0x0008 /* Arbitration Lost During TX Count */ | ||
4220 | #define UC_AA 0x0009 /* TX Abort Count */ | ||
4221 | #define UC_TA 0x000A /* TX Successful Count */ | ||
4222 | #define UC_REJECT 0x000B /* RX Message Rejected Count */ | ||
4223 | #define UC_RML 0x000C /* RX Message Lost Count */ | ||
4224 | #define UC_RX 0x000D /* Total Successful RX Messages Count */ | ||
4225 | #define UC_RMP 0x000E /* Successful RX W/Matching ID Count */ | ||
4226 | #define UC_ALL 0x000F /* Correct Message On CAN Bus Line Count */ | ||
4227 | #define UCRC 0x0020 /* Universal Counter Reload/Clear */ | ||
4228 | #define UCCT 0x0040 /* Universal Counter CAN Trigger */ | ||
4229 | #define UCE 0x0080 /* Universal Counter Enable */ | ||
4230 | |||
4231 | /* CAN_ESR Masks */ | ||
4232 | #define ACKE 0x0004 /* Acknowledge Error */ | ||
4233 | #define SER 0x0008 /* Stuff Error */ | ||
4234 | #define CRCE 0x0010 /* CRC Error */ | ||
4235 | #define SA0 0x0020 /* Stuck At Dominant Error */ | ||
4236 | #define BEF 0x0040 /* Bit Error Flag */ | ||
4237 | #define FER 0x0080 /* Form Error Flag */ | ||
4238 | |||
4239 | /* CAN_EWR Masks */ | ||
4240 | #define EWLREC 0x00FF /* RX Error Count Limit (For EWRIS) */ | ||
4241 | #define EWLTEC 0xFF00 /* TX Error Count Limit (For EWTIS) */ | ||
4242 | |||
4243 | #endif /* _DEF_BF539_H */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/dma.h b/arch/blackfin/mach-bf538/include/mach/dma.h new file mode 100644 index 000000000000..eb05cacbf4d3 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/dma.h | |||
@@ -0,0 +1,41 @@ | |||
1 | /* mach/dma.h - arch-specific DMA defines | ||
2 | * | ||
3 | * Copyright 2004-2008 Analog Devices Inc. | ||
4 | * | ||
5 | * Licensed under the GPL-2 or later. | ||
6 | */ | ||
7 | |||
8 | #ifndef _MACH_DMA_H_ | ||
9 | #define _MACH_DMA_H_ | ||
10 | |||
11 | #define CH_PPI 0 | ||
12 | #define CH_SPORT0_RX 1 | ||
13 | #define CH_SPORT0_TX 2 | ||
14 | #define CH_SPORT1_RX 3 | ||
15 | #define CH_SPORT1_TX 4 | ||
16 | #define CH_SPI0 5 | ||
17 | #define CH_UART0_RX 6 | ||
18 | #define CH_UART0_TX 7 | ||
19 | #define CH_SPORT2_RX 8 | ||
20 | #define CH_SPORT2_TX 9 | ||
21 | #define CH_SPORT3_RX 10 | ||
22 | #define CH_SPORT3_TX 11 | ||
23 | #define CH_SPI1 14 | ||
24 | #define CH_SPI2 15 | ||
25 | #define CH_UART1_RX 16 | ||
26 | #define CH_UART1_TX 17 | ||
27 | #define CH_UART2_RX 18 | ||
28 | #define CH_UART2_TX 19 | ||
29 | |||
30 | #define CH_MEM_STREAM0_DEST 20 | ||
31 | #define CH_MEM_STREAM0_SRC 21 | ||
32 | #define CH_MEM_STREAM1_DEST 22 | ||
33 | #define CH_MEM_STREAM1_SRC 23 | ||
34 | #define CH_MEM_STREAM2_DEST 24 | ||
35 | #define CH_MEM_STREAM2_SRC 25 | ||
36 | #define CH_MEM_STREAM3_DEST 26 | ||
37 | #define CH_MEM_STREAM3_SRC 27 | ||
38 | |||
39 | #define MAX_DMA_CHANNELS 28 | ||
40 | |||
41 | #endif | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/gpio.h b/arch/blackfin/mach-bf538/include/mach/gpio.h new file mode 100644 index 000000000000..30f4f723f7cc --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/gpio.h | |||
@@ -0,0 +1,79 @@ | |||
1 | /* | ||
2 | * File: arch/blackfin/mach-bf538/include/mach/gpio.h | ||
3 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
4 | * | ||
5 | * Copyright (C) 2008 Analog Devices Inc. | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | ||
8 | |||
9 | |||
10 | #ifndef _MACH_GPIO_H_ | ||
11 | #define _MACH_GPIO_H_ | ||
12 | |||
13 | /* FIXME: | ||
14 | * For now only support PORTF GPIOs. | ||
15 | * PORT C,D and E are for peripheral usage only | ||
16 | */ | ||
17 | #define MAX_BLACKFIN_GPIOS 16 | ||
18 | |||
19 | #define GPIO_PF0 0 /* PF */ | ||
20 | #define GPIO_PF1 1 | ||
21 | #define GPIO_PF2 2 | ||
22 | #define GPIO_PF3 3 | ||
23 | #define GPIO_PF4 4 | ||
24 | #define GPIO_PF5 5 | ||
25 | #define GPIO_PF6 6 | ||
26 | #define GPIO_PF7 7 | ||
27 | #define GPIO_PF8 8 | ||
28 | #define GPIO_PF9 9 | ||
29 | #define GPIO_PF10 10 | ||
30 | #define GPIO_PF11 11 | ||
31 | #define GPIO_PF12 12 | ||
32 | #define GPIO_PF13 13 | ||
33 | #define GPIO_PF14 14 | ||
34 | #define GPIO_PF15 15 | ||
35 | #define GPIO_PC0 16 /* PC */ | ||
36 | #define GPIO_PC1 17 | ||
37 | #define GPIO_PC4 20 | ||
38 | #define GPIO_PC5 21 | ||
39 | #define GPIO_PC6 22 | ||
40 | #define GPIO_PC7 23 | ||
41 | #define GPIO_PC8 24 | ||
42 | #define GPIO_PC9 25 | ||
43 | #define GPIO_PD0 32 /* PD */ | ||
44 | #define GPIO_PD1 33 | ||
45 | #define GPIO_PD2 34 | ||
46 | #define GPIO_PD3 35 | ||
47 | #define GPIO_PD4 36 | ||
48 | #define GPIO_PD5 37 | ||
49 | #define GPIO_PD6 38 | ||
50 | #define GPIO_PD7 39 | ||
51 | #define GPIO_PD8 40 | ||
52 | #define GPIO_PD9 41 | ||
53 | #define GPIO_PD10 42 | ||
54 | #define GPIO_PD11 43 | ||
55 | #define GPIO_PD12 44 | ||
56 | #define GPIO_PD13 45 | ||
57 | #define GPIO_PE0 48 /* PE */ | ||
58 | #define GPIO_PE1 49 | ||
59 | #define GPIO_PE2 50 | ||
60 | #define GPIO_PE3 51 | ||
61 | #define GPIO_PE4 52 | ||
62 | #define GPIO_PE5 53 | ||
63 | #define GPIO_PE6 54 | ||
64 | #define GPIO_PE7 55 | ||
65 | #define GPIO_PE8 56 | ||
66 | #define GPIO_PE9 57 | ||
67 | #define GPIO_PE10 58 | ||
68 | #define GPIO_PE11 59 | ||
69 | #define GPIO_PE12 60 | ||
70 | #define GPIO_PE13 61 | ||
71 | #define GPIO_PE14 62 | ||
72 | #define GPIO_PE15 63 | ||
73 | |||
74 | #define PORT_F GPIO_PF0 | ||
75 | #define PORT_C GPIO_PC0 | ||
76 | #define PORT_D GPIO_PD0 | ||
77 | #define PORT_E GPIO_PE0 | ||
78 | |||
79 | #endif /* _MACH_GPIO_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/irq.h b/arch/blackfin/mach-bf538/include/mach/irq.h new file mode 100644 index 000000000000..fdc87fe2c174 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/irq.h | |||
@@ -0,0 +1,211 @@ | |||
1 | /* | ||
2 | * file: include/asm-blackfin/mach-bf538/irq.h | ||
3 | * based on: include/asm-blackfin/mach-bf537/irq.h | ||
4 | * author: Michael Hennerich (michael.hennerich@analog.com) | ||
5 | * | ||
6 | * created: | ||
7 | * description: | ||
8 | * system mmr register map | ||
9 | * rev: | ||
10 | * | ||
11 | * modified: | ||
12 | * | ||
13 | * | ||
14 | * bugs: enter bugs at http://blackfin.uclinux.org/ | ||
15 | * | ||
16 | * this program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the gnu general public license as published by | ||
18 | * the free software foundation; either version 2, or (at your option) | ||
19 | * any later version. | ||
20 | * | ||
21 | * this program is distributed in the hope that it will be useful, | ||
22 | * but without any warranty; without even the implied warranty of | ||
23 | * merchantability or fitness for a particular purpose. see the | ||
24 | * gnu general public license for more details. | ||
25 | * | ||
26 | * you should have received a copy of the gnu general public license | ||
27 | * along with this program; see the file copying. | ||
28 | * if not, write to the free software foundation, | ||
29 | * 59 temple place - suite 330, boston, ma 02111-1307, usa. | ||
30 | */ | ||
31 | |||
32 | #ifndef _BF538_IRQ_H_ | ||
33 | #define _BF538_IRQ_H_ | ||
34 | |||
35 | /* | ||
36 | * Interrupt source definitions | ||
37 | Event Source Core Event Name | ||
38 | Core Emulation ** | ||
39 | Events (highest priority) EMU 0 | ||
40 | Reset RST 1 | ||
41 | NMI NMI 2 | ||
42 | Exception EVX 3 | ||
43 | Reserved -- 4 | ||
44 | Hardware Error IVHW 5 | ||
45 | Core Timer IVTMR 6 * | ||
46 | |||
47 | ..... | ||
48 | |||
49 | Software Interrupt 1 IVG14 31 | ||
50 | Software Interrupt 2 -- | ||
51 | (lowest priority) IVG15 32 * | ||
52 | */ | ||
53 | |||
54 | #define NR_PERI_INTS (2 * 32) | ||
55 | |||
56 | /* The ABSTRACT IRQ definitions */ | ||
57 | /** the first seven of the following are fixed, the rest you change if you need to **/ | ||
58 | #define IRQ_EMU 0 /* Emulation */ | ||
59 | #define IRQ_RST 1 /* reset */ | ||
60 | #define IRQ_NMI 2 /* Non Maskable */ | ||
61 | #define IRQ_EVX 3 /* Exception */ | ||
62 | #define IRQ_UNUSED 4 /* - unused interrupt */ | ||
63 | #define IRQ_HWERR 5 /* Hardware Error */ | ||
64 | #define IRQ_CORETMR 6 /* Core timer */ | ||
65 | |||
66 | #define BFIN_IRQ(x) ((x) + 7) | ||
67 | |||
68 | #define IRQ_PLL_WAKEUP BFIN_IRQ(0) /* PLL Wakeup Interrupt */ | ||
69 | #define IRQ_DMA0_ERROR BFIN_IRQ(1) /* DMA Error 0 (generic) */ | ||
70 | #define IRQ_PPI_ERROR BFIN_IRQ(2) /* PPI Error */ | ||
71 | #define IRQ_SPORT0_ERROR BFIN_IRQ(3) /* SPORT0 Status */ | ||
72 | #define IRQ_SPORT1_ERROR BFIN_IRQ(4) /* SPORT1 Status */ | ||
73 | #define IRQ_SPI0_ERROR BFIN_IRQ(5) /* SPI0 Status */ | ||
74 | #define IRQ_UART0_ERROR BFIN_IRQ(6) /* UART0 Status */ | ||
75 | #define IRQ_RTC BFIN_IRQ(7) /* RTC */ | ||
76 | #define IRQ_PPI BFIN_IRQ(8) /* DMA Channel 0 (PPI) */ | ||
77 | #define IRQ_SPORT0_RX BFIN_IRQ(9) /* DMA 1 Channel (SPORT0 RX) */ | ||
78 | #define IRQ_SPORT0_TX BFIN_IRQ(10) /* DMA 2 Channel (SPORT0 TX) */ | ||
79 | #define IRQ_SPORT1_RX BFIN_IRQ(11) /* DMA 3 Channel (SPORT1 RX) */ | ||
80 | #define IRQ_SPORT1_TX BFIN_IRQ(12) /* DMA 4 Channel (SPORT1 TX) */ | ||
81 | #define IRQ_SPI0 BFIN_IRQ(13) /* DMA 5 Channel (SPI0) */ | ||
82 | #define IRQ_UART0_RX BFIN_IRQ(14) /* DMA 6 Channel (UART0 RX) */ | ||
83 | #define IRQ_UART0_TX BFIN_IRQ(15) /* DMA 7 Channel (UART0 TX) */ | ||
84 | #define IRQ_TIMER0 BFIN_IRQ(16) /* Timer 0 */ | ||
85 | #define IRQ_TIMER1 BFIN_IRQ(17) /* Timer 1 */ | ||
86 | #define IRQ_TIMER2 BFIN_IRQ(18) /* Timer 2 */ | ||
87 | #define IRQ_PORTF_INTA BFIN_IRQ(19) /* Port F Interrupt A */ | ||
88 | #define IRQ_PORTF_INTB BFIN_IRQ(20) /* Port F Interrupt B */ | ||
89 | #define IRQ_MEM0_DMA0 BFIN_IRQ(21) /* MDMA0 Stream 0 */ | ||
90 | #define IRQ_MEM0_DMA1 BFIN_IRQ(22) /* MDMA0 Stream 1 */ | ||
91 | #define IRQ_WATCH BFIN_IRQ(23) /* Software Watchdog Timer */ | ||
92 | #define IRQ_DMA1_ERROR BFIN_IRQ(24) /* DMA Error 1 (generic) */ | ||
93 | #define IRQ_SPORT2_ERROR BFIN_IRQ(25) /* SPORT2 Status */ | ||
94 | #define IRQ_SPORT3_ERROR BFIN_IRQ(26) /* SPORT3 Status */ | ||
95 | #define IRQ_SPI1_ERROR BFIN_IRQ(28) /* SPI1 Status */ | ||
96 | #define IRQ_SPI2_ERROR BFIN_IRQ(29) /* SPI2 Status */ | ||
97 | #define IRQ_UART1_ERROR BFIN_IRQ(30) /* UART1 Status */ | ||
98 | #define IRQ_UART2_ERROR BFIN_IRQ(31) /* UART2 Status */ | ||
99 | #define IRQ_CAN_ERROR BFIN_IRQ(32) /* CAN Status (Error) Interrupt */ | ||
100 | #define IRQ_SPORT2_RX BFIN_IRQ(33) /* DMA 8 Channel (SPORT2 RX) */ | ||
101 | #define IRQ_SPORT2_TX BFIN_IRQ(34) /* DMA 9 Channel (SPORT2 TX) */ | ||
102 | #define IRQ_SPORT3_RX BFIN_IRQ(35) /* DMA 10 Channel (SPORT3 RX) */ | ||
103 | #define IRQ_SPORT3_TX BFIN_IRQ(36) /* DMA 11 Channel (SPORT3 TX) */ | ||
104 | #define IRQ_SPI1 BFIN_IRQ(39) /* DMA 14 Channel (SPI1) */ | ||
105 | #define IRQ_SPI2 BFIN_IRQ(40) /* DMA 15 Channel (SPI2) */ | ||
106 | #define IRQ_UART1_RX BFIN_IRQ(41) /* DMA 16 Channel (UART1 RX) */ | ||
107 | #define IRQ_UART1_TX BFIN_IRQ(42) /* DMA 17 Channel (UART1 TX) */ | ||
108 | #define IRQ_UART2_RX BFIN_IRQ(43) /* DMA 18 Channel (UART2 RX) */ | ||
109 | #define IRQ_UART2_TX BFIN_IRQ(44) /* DMA 19 Channel (UART2 TX) */ | ||
110 | #define IRQ_TWI0 BFIN_IRQ(45) /* TWI0 */ | ||
111 | #define IRQ_TWI1 BFIN_IRQ(46) /* TWI1 */ | ||
112 | #define IRQ_CAN_RX BFIN_IRQ(47) /* CAN Receive Interrupt */ | ||
113 | #define IRQ_CAN_TX BFIN_IRQ(48) /* CAN Transmit Interrupt */ | ||
114 | #define IRQ_MEM1_DMA0 BFIN_IRQ(49) /* MDMA1 Stream 0 */ | ||
115 | #define IRQ_MEM1_DMA1 BFIN_IRQ(50) /* MDMA1 Stream 1 */ | ||
116 | |||
117 | #define SYS_IRQS BFIN_IRQ(63) /* 70 */ | ||
118 | |||
119 | #define IRQ_PF0 71 | ||
120 | #define IRQ_PF1 72 | ||
121 | #define IRQ_PF2 73 | ||
122 | #define IRQ_PF3 74 | ||
123 | #define IRQ_PF4 75 | ||
124 | #define IRQ_PF5 76 | ||
125 | #define IRQ_PF6 77 | ||
126 | #define IRQ_PF7 78 | ||
127 | #define IRQ_PF8 79 | ||
128 | #define IRQ_PF9 80 | ||
129 | #define IRQ_PF10 81 | ||
130 | #define IRQ_PF11 82 | ||
131 | #define IRQ_PF12 83 | ||
132 | #define IRQ_PF13 84 | ||
133 | #define IRQ_PF14 85 | ||
134 | #define IRQ_PF15 86 | ||
135 | |||
136 | #define GPIO_IRQ_BASE IRQ_PF0 | ||
137 | |||
138 | #define NR_IRQS (IRQ_PF15+1) | ||
139 | |||
140 | #define IVG7 7 | ||
141 | #define IVG8 8 | ||
142 | #define IVG9 9 | ||
143 | #define IVG10 10 | ||
144 | #define IVG11 11 | ||
145 | #define IVG12 12 | ||
146 | #define IVG13 13 | ||
147 | #define IVG14 14 | ||
148 | #define IVG15 15 | ||
149 | |||
150 | /* IAR0 BIT FIELDS */ | ||
151 | #define IRQ_PLL_WAKEUP_POS 0 | ||
152 | #define IRQ_DMA0_ERROR_POS 4 | ||
153 | #define IRQ_PPI_ERROR_POS 8 | ||
154 | #define IRQ_SPORT0_ERROR_POS 12 | ||
155 | #define IRQ_SPORT1_ERROR_POS 16 | ||
156 | #define IRQ_SPI0_ERROR_POS 20 | ||
157 | #define IRQ_UART0_ERROR_POS 24 | ||
158 | #define IRQ_RTC_POS 28 | ||
159 | |||
160 | /* IAR1 BIT FIELDS */ | ||
161 | #define IRQ_PPI_POS 0 | ||
162 | #define IRQ_SPORT0_RX_POS 4 | ||
163 | #define IRQ_SPORT0_TX_POS 8 | ||
164 | #define IRQ_SPORT1_RX_POS 12 | ||
165 | #define IRQ_SPORT1_TX_POS 16 | ||
166 | #define IRQ_SPI0_POS 20 | ||
167 | #define IRQ_UART0_RX_POS 24 | ||
168 | #define IRQ_UART0_TX_POS 28 | ||
169 | |||
170 | /* IAR2 BIT FIELDS */ | ||
171 | #define IRQ_TIMER0_POS 0 | ||
172 | #define IRQ_TIMER1_POS 4 | ||
173 | #define IRQ_TIMER2_POS 8 | ||
174 | #define IRQ_PORTF_INTA_POS 12 | ||
175 | #define IRQ_PORTF_INTB_POS 16 | ||
176 | #define IRQ_MEM0_DMA0_POS 20 | ||
177 | #define IRQ_MEM0_DMA1_POS 24 | ||
178 | #define IRQ_WATCH_POS 28 | ||
179 | |||
180 | /* IAR3 BIT FIELDS */ | ||
181 | #define IRQ_DMA1_ERROR_POS 0 | ||
182 | #define IRQ_SPORT2_ERROR_POS 4 | ||
183 | #define IRQ_SPORT3_ERROR_POS 8 | ||
184 | #define IRQ_SPI1_ERROR_POS 16 | ||
185 | #define IRQ_SPI2_ERROR_POS 20 | ||
186 | #define IRQ_UART1_ERROR_POS 24 | ||
187 | #define IRQ_UART2_ERROR_POS 28 | ||
188 | |||
189 | /* IAR4 BIT FIELDS */ | ||
190 | #define IRQ_CAN_ERROR_POS 0 | ||
191 | #define IRQ_SPORT2_RX_POS 4 | ||
192 | #define IRQ_SPORT2_TX_POS 8 | ||
193 | #define IRQ_SPORT3_RX_POS 12 | ||
194 | #define IRQ_SPORT3_TX_POS 16 | ||
195 | #define IRQ_SPI1_POS 28 | ||
196 | |||
197 | /* IAR5 BIT FIELDS */ | ||
198 | #define IRQ_SPI2_POS 0 | ||
199 | #define IRQ_UART1_RX_POS 4 | ||
200 | #define IRQ_UART1_TX_POS 8 | ||
201 | #define IRQ_UART2_RX_POS 12 | ||
202 | #define IRQ_UART2_TX_POS 16 | ||
203 | #define IRQ_TWI0_POS 20 | ||
204 | #define IRQ_TWI1_POS 24 | ||
205 | #define IRQ_CAN_RX_POS 28 | ||
206 | |||
207 | /* IAR6 BIT FIELDS */ | ||
208 | #define IRQ_CAN_TX_POS 0 | ||
209 | #define IRQ_MEM1_DMA0_POS 4 | ||
210 | #define IRQ_MEM1_DMA1_POS 8 | ||
211 | #endif /* _BF538_IRQ_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/mem_map.h b/arch/blackfin/mach-bf538/include/mach/mem_map.h new file mode 100644 index 000000000000..76811966690e --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/mem_map.h | |||
@@ -0,0 +1,113 @@ | |||
1 | /* | ||
2 | * File: include/asm-blackfin/mach-bf538/mem_map.h | ||
3 | * Based on: | ||
4 | * Author: | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: | ||
8 | * | ||
9 | * Rev: | ||
10 | * | ||
11 | * Modified: | ||
12 | * | ||
13 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2, or (at your option) | ||
18 | * any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | * | ||
25 | * You should have received a copy of the GNU General Public License | ||
26 | * along with this program; see the file COPYING. | ||
27 | * If not, write to the Free Software Foundation, | ||
28 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
29 | */ | ||
30 | |||
31 | #ifndef _MEM_MAP_538_H_ | ||
32 | #define _MEM_MAP_538_H_ | ||
33 | |||
34 | #define COREMMR_BASE 0xFFE00000 /* Core MMRs */ | ||
35 | #define SYSMMR_BASE 0xFFC00000 /* System MMRs */ | ||
36 | |||
37 | /* Async Memory Banks */ | ||
38 | #define ASYNC_BANK3_BASE 0x20300000 /* Async Bank 3 */ | ||
39 | #define ASYNC_BANK3_SIZE 0x00100000 /* 1M */ | ||
40 | #define ASYNC_BANK2_BASE 0x20200000 /* Async Bank 2 */ | ||
41 | #define ASYNC_BANK2_SIZE 0x00100000 /* 1M */ | ||
42 | #define ASYNC_BANK1_BASE 0x20100000 /* Async Bank 1 */ | ||
43 | #define ASYNC_BANK1_SIZE 0x00100000 /* 1M */ | ||
44 | #define ASYNC_BANK0_BASE 0x20000000 /* Async Bank 0 */ | ||
45 | #define ASYNC_BANK0_SIZE 0x00100000 /* 1M */ | ||
46 | |||
47 | /* Boot ROM Memory */ | ||
48 | |||
49 | #define BOOT_ROM_START 0xEF000000 | ||
50 | #define BOOT_ROM_LENGTH 0x400 | ||
51 | |||
52 | /* Level 1 Memory */ | ||
53 | |||
54 | #ifdef CONFIG_BFIN_ICACHE | ||
55 | #define BFIN_ICACHESIZE (16*1024) | ||
56 | #else | ||
57 | #define BFIN_ICACHESIZE (0*1024) | ||
58 | #endif | ||
59 | |||
60 | /* Memory Map for ADSP-BF538/9 processors */ | ||
61 | |||
62 | #define L1_CODE_START 0xFFA00000 | ||
63 | #define L1_DATA_A_START 0xFF800000 | ||
64 | #define L1_DATA_B_START 0xFF900000 | ||
65 | |||
66 | #ifdef CONFIG_BFIN_ICACHE | ||
67 | #define L1_CODE_LENGTH (0x14000 - 0x4000) | ||
68 | #else | ||
69 | #define L1_CODE_LENGTH 0x14000 | ||
70 | #endif | ||
71 | |||
72 | #ifdef CONFIG_BFIN_DCACHE | ||
73 | |||
74 | #ifdef CONFIG_BFIN_DCACHE_BANKA | ||
75 | #define DMEM_CNTR (ACACHE_BSRAM | ENDCPLB | PORT_PREF0) | ||
76 | #define L1_DATA_A_LENGTH (0x8000 - 0x4000) | ||
77 | #define L1_DATA_B_LENGTH 0x8000 | ||
78 | #define BFIN_DCACHESIZE (16*1024) | ||
79 | #define BFIN_DSUPBANKS 1 | ||
80 | #else | ||
81 | #define DMEM_CNTR (ACACHE_BCACHE | ENDCPLB | PORT_PREF0) | ||
82 | #define L1_DATA_A_LENGTH (0x8000 - 0x4000) | ||
83 | #define L1_DATA_B_LENGTH (0x8000 - 0x4000) | ||
84 | #define BFIN_DCACHESIZE (32*1024) | ||
85 | #define BFIN_DSUPBANKS 2 | ||
86 | #endif | ||
87 | |||
88 | #else | ||
89 | #define DMEM_CNTR (ASRAM_BSRAM | ENDCPLB | PORT_PREF0) | ||
90 | #define L1_DATA_A_LENGTH 0x8000 | ||
91 | #define L1_DATA_B_LENGTH 0x8000 | ||
92 | #define BFIN_DCACHESIZE (0*1024) | ||
93 | #define BFIN_DSUPBANKS 0 | ||
94 | #endif /*CONFIG_BFIN_DCACHE*/ | ||
95 | |||
96 | |||
97 | /* Level 2 Memory - none */ | ||
98 | |||
99 | #define L2_START 0 | ||
100 | #define L2_LENGTH 0 | ||
101 | |||
102 | /* Scratch Pad Memory */ | ||
103 | |||
104 | #define L1_SCRATCH_START 0xFFB00000 | ||
105 | #define L1_SCRATCH_LENGTH 0x1000 | ||
106 | |||
107 | #define GET_PDA_SAFE(preg) \ | ||
108 | preg.l = _cpu_pda; \ | ||
109 | preg.h = _cpu_pda; | ||
110 | |||
111 | #define GET_PDA(preg, dreg) GET_PDA_SAFE(preg) | ||
112 | |||
113 | #endif /* _MEM_MAP_538_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/include/mach/portmux.h b/arch/blackfin/mach-bf538/include/mach/portmux.h new file mode 100644 index 000000000000..1e031b588b47 --- /dev/null +++ b/arch/blackfin/mach-bf538/include/mach/portmux.h | |||
@@ -0,0 +1,106 @@ | |||
1 | #ifndef _MACH_PORTMUX_H_ | ||
2 | #define _MACH_PORTMUX_H_ | ||
3 | |||
4 | #define MAX_RESOURCES MAX_BLACKFIN_GPIOS | ||
5 | |||
6 | #define P_TMR2 (P_DONTCARE) | ||
7 | #define P_TMR1 (P_DONTCARE) | ||
8 | #define P_TMR0 (P_DONTCARE) | ||
9 | #define P_TMRCLK (P_DONTCARE) | ||
10 | #define P_PPI0_CLK (P_DONTCARE) | ||
11 | #define P_PPI0_FS1 (P_DONTCARE) | ||
12 | #define P_PPI0_FS2 (P_DONTCARE) | ||
13 | |||
14 | #define P_TWI0_SCL (P_DONTCARE) | ||
15 | #define P_TWI0_SDA (P_DONTCARE) | ||
16 | #define P_TWI1_SCL (P_DONTCARE) | ||
17 | #define P_TWI1_SDA (P_DONTCARE) | ||
18 | |||
19 | #define P_SPORT1_TSCLK (P_DONTCARE) | ||
20 | #define P_SPORT1_RSCLK (P_DONTCARE) | ||
21 | #define P_SPORT0_TSCLK (P_DONTCARE) | ||
22 | #define P_SPORT0_RSCLK (P_DONTCARE) | ||
23 | #define P_SPORT1_DRSEC (P_DONTCARE) | ||
24 | #define P_SPORT1_RFS (P_DONTCARE) | ||
25 | #define P_SPORT1_DTPRI (P_DONTCARE) | ||
26 | #define P_SPORT1_DTSEC (P_DONTCARE) | ||
27 | #define P_SPORT1_TFS (P_DONTCARE) | ||
28 | #define P_SPORT1_DRPRI (P_DONTCARE) | ||
29 | #define P_SPORT0_DRSEC (P_DONTCARE) | ||
30 | #define P_SPORT0_RFS (P_DONTCARE) | ||
31 | #define P_SPORT0_DTPRI (P_DONTCARE) | ||
32 | #define P_SPORT0_DTSEC (P_DONTCARE) | ||
33 | #define P_SPORT0_TFS (P_DONTCARE) | ||
34 | #define P_SPORT0_DRPRI (P_DONTCARE) | ||
35 | |||
36 | #define P_UART0_RX (P_DONTCARE) | ||
37 | #define P_UART0_TX (P_DONTCARE) | ||
38 | |||
39 | #define P_SPI0_MOSI (P_DONTCARE) | ||
40 | #define P_SPI0_MISO (P_DONTCARE) | ||
41 | #define P_SPI0_SCK (P_DONTCARE) | ||
42 | |||
43 | #define P_PPI0_D0 (P_DONTCARE) | ||
44 | #define P_PPI0_D1 (P_DONTCARE) | ||
45 | #define P_PPI0_D2 (P_DONTCARE) | ||
46 | #define P_PPI0_D3 (P_DONTCARE) | ||
47 | |||
48 | #define P_CAN0_TX (P_DEFINED | P_IDENT(GPIO_PC0)) | ||
49 | #define P_CAN0_RX (P_DEFINED | P_IDENT(GPIO_PC1)) | ||
50 | |||
51 | #define P_SPI1_MOSI (P_DEFINED | P_IDENT(GPIO_PD0)) | ||
52 | #define P_SPI1_MISO (P_DEFINED | P_IDENT(GPIO_PD1)) | ||
53 | #define P_SPI1_SCK (P_DEFINED | P_IDENT(GPIO_PD2)) | ||
54 | #define P_SPI1_SS (P_DEFINED | P_IDENT(GPIO_PD3)) | ||
55 | #define P_SPI1_SSEL1 (P_DEFINED | P_IDENT(GPIO_PD4)) | ||
56 | #define P_SPI2_MOSI (P_DEFINED | P_IDENT(GPIO_PD5)) | ||
57 | #define P_SPI2_MISO (P_DEFINED | P_IDENT(GPIO_PD6)) | ||
58 | #define P_SPI2_SCK (P_DEFINED | P_IDENT(GPIO_PD7)) | ||
59 | #define P_SPI2_SS (P_DEFINED | P_IDENT(GPIO_PD8)) | ||
60 | #define P_SPI2_SSEL1 (P_DEFINED | P_IDENT(GPIO_PD9)) | ||
61 | #define P_UART1_RX (P_DEFINED | P_IDENT(GPIO_PD10)) | ||
62 | #define P_UART1_TX (P_DEFINED | P_IDENT(GPIO_PD11)) | ||
63 | #define P_UART2_RX (P_DEFINED | P_IDENT(GPIO_PD12)) | ||
64 | #define P_UART2_TX (P_DEFINED | P_IDENT(GPIO_PD13)) | ||
65 | |||
66 | #define P_SPORT2_RSCLK (P_DEFINED | P_IDENT(GPIO_PE0)) | ||
67 | #define P_SPORT2_RFS (P_DEFINED | P_IDENT(GPIO_PE1)) | ||
68 | #define P_SPORT2_DRPRI (P_DEFINED | P_IDENT(GPIO_PE2)) | ||
69 | #define P_SPORT2_DRSEC (P_DEFINED | P_IDENT(GPIO_PE3)) | ||
70 | #define P_SPORT2_TSCLK (P_DEFINED | P_IDENT(GPIO_PE4)) | ||
71 | #define P_SPORT2_TFS (P_DEFINED | P_IDENT(GPIO_PE5)) | ||
72 | #define P_SPORT2_DTPRI (P_DEFINED | P_IDENT(GPIO_PE6)) | ||
73 | #define P_SPORT2_DTSEC (P_DEFINED | P_IDENT(GPIO_PE7)) | ||
74 | #define P_SPORT3_RSCLK (P_DEFINED | P_IDENT(GPIO_PE8)) | ||
75 | #define P_SPORT3_RFS (P_DEFINED | P_IDENT(GPIO_PE9)) | ||
76 | #define P_SPORT3_DRPRI (P_DEFINED | P_IDENT(GPIO_PE10)) | ||
77 | #define P_SPORT3_DRSEC (P_DEFINED | P_IDENT(GPIO_PE11)) | ||
78 | #define P_SPORT3_TSCLK (P_DEFINED | P_IDENT(GPIO_PE12)) | ||
79 | #define P_SPORT3_TFS (P_DEFINED | P_IDENT(GPIO_PE13)) | ||
80 | #define P_SPORT3_DTPRI (P_DEFINED | P_IDENT(GPIO_PE14)) | ||
81 | #define P_SPORT3_DTSEC (P_DEFINED | P_IDENT(GPIO_PE15)) | ||
82 | |||
83 | #define P_PPI0_FS3 (P_DEFINED | P_IDENT(GPIO_PF3)) | ||
84 | #define P_PPI0_D15 (P_DEFINED | P_IDENT(GPIO_PF4)) | ||
85 | #define P_PPI0_D14 (P_DEFINED | P_IDENT(GPIO_PF5)) | ||
86 | #define P_PPI0_D13 (P_DEFINED | P_IDENT(GPIO_PF6)) | ||
87 | #define P_PPI0_D12 (P_DEFINED | P_IDENT(GPIO_PF7)) | ||
88 | #define P_PPI0_D11 (P_DEFINED | P_IDENT(GPIO_PF8)) | ||
89 | #define P_PPI0_D10 (P_DEFINED | P_IDENT(GPIO_PF9)) | ||
90 | #define P_PPI0_D9 (P_DEFINED | P_IDENT(GPIO_PF10)) | ||
91 | #define P_PPI0_D8 (P_DEFINED | P_IDENT(GPIO_PF11)) | ||
92 | |||
93 | #define P_PPI0_D4 (P_DEFINED | P_IDENT(GPIO_PF15)) | ||
94 | #define P_PPI0_D5 (P_DEFINED | P_IDENT(GPIO_PF14)) | ||
95 | #define P_PPI0_D6 (P_DEFINED | P_IDENT(GPIO_PF13)) | ||
96 | #define P_PPI0_D7 (P_DEFINED | P_IDENT(GPIO_PF12)) | ||
97 | #define P_SPI0_SSEL7 (P_DEFINED | P_IDENT(GPIO_PF7)) | ||
98 | #define P_SPI0_SSEL6 (P_DEFINED | P_IDENT(GPIO_PF6)) | ||
99 | #define P_SPI0_SSEL5 (P_DEFINED | P_IDENT(GPIO_PF5)) | ||
100 | #define P_SPI0_SSEL4 (P_DEFINED | P_IDENT(GPIO_PF4)) | ||
101 | #define P_SPI0_SSEL3 (P_DEFINED | P_IDENT(GPIO_PF3)) | ||
102 | #define P_SPI0_SSEL2 (P_DEFINED | P_IDENT(GPIO_PF2)) | ||
103 | #define P_SPI0_SSEL1 (P_DEFINED | P_IDENT(GPIO_PF1)) | ||
104 | #define P_SPI0_SS (P_DEFINED | P_IDENT(GPIO_PF0)) | ||
105 | |||
106 | #endif /* _MACH_PORTMUX_H_ */ | ||
diff --git a/arch/blackfin/mach-bf538/ints-priority.c b/arch/blackfin/mach-bf538/ints-priority.c new file mode 100644 index 000000000000..70d17e550e05 --- /dev/null +++ b/arch/blackfin/mach-bf538/ints-priority.c | |||
@@ -0,0 +1,94 @@ | |||
1 | /* | ||
2 | * File: arch/blackfin/mach-bf538/ints-priority.c | ||
3 | * Based on: arch/blackfin/mach-bf533/ints-priority.c | ||
4 | * Author: Michael Hennerich | ||
5 | * | ||
6 | * Created: | ||
7 | * Description: Set up the interrupt priorities | ||
8 | * | ||
9 | * Modified: | ||
10 | * Copyright 2008 Analog Devices Inc. | ||
11 | * | ||
12 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, see the file COPYING, or write | ||
26 | * to the Free Software Foundation, Inc., | ||
27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
28 | */ | ||
29 | |||
30 | #include <linux/module.h> | ||
31 | #include <linux/irq.h> | ||
32 | #include <asm/blackfin.h> | ||
33 | |||
34 | void __init program_IAR(void) | ||
35 | { | ||
36 | |||
37 | /* Program the IAR0 Register with the configured priority */ | ||
38 | bfin_write_SIC_IAR0(((CONFIG_IRQ_PLL_WAKEUP - 7) << IRQ_PLL_WAKEUP_POS) | | ||
39 | ((CONFIG_IRQ_DMA0_ERROR - 7) << IRQ_DMA0_ERROR_POS) | | ||
40 | ((CONFIG_IRQ_PPI_ERROR - 7) << IRQ_PPI_ERROR_POS) | | ||
41 | ((CONFIG_IRQ_SPORT0_ERROR - 7) << IRQ_SPORT0_ERROR_POS) | | ||
42 | ((CONFIG_IRQ_SPORT1_ERROR - 7) << IRQ_SPORT1_ERROR_POS) | | ||
43 | ((CONFIG_IRQ_SPI0_ERROR - 7) << IRQ_SPI0_ERROR_POS) | | ||
44 | ((CONFIG_IRQ_UART0_ERROR - 7) << IRQ_UART0_ERROR_POS) | | ||
45 | ((CONFIG_IRQ_RTC - 7) << IRQ_RTC_POS)); | ||
46 | |||
47 | bfin_write_SIC_IAR1(((CONFIG_IRQ_PPI - 7) << IRQ_PPI_POS) | | ||
48 | ((CONFIG_IRQ_SPORT0_RX - 7) << IRQ_SPORT0_RX_POS) | | ||
49 | ((CONFIG_IRQ_SPORT0_TX - 7) << IRQ_SPORT0_TX_POS) | | ||
50 | ((CONFIG_IRQ_SPORT1_RX - 7) << IRQ_SPORT1_RX_POS) | | ||
51 | ((CONFIG_IRQ_SPORT1_TX - 7) << IRQ_SPORT1_TX_POS) | | ||
52 | ((CONFIG_IRQ_SPI0 - 7) << IRQ_SPI0_POS) | | ||
53 | ((CONFIG_IRQ_UART0_RX - 7) << IRQ_UART0_RX_POS) | | ||
54 | ((CONFIG_IRQ_UART0_TX - 7) << IRQ_UART0_TX_POS)); | ||
55 | |||
56 | bfin_write_SIC_IAR2(((CONFIG_IRQ_TIMER0 - 7) << IRQ_TIMER0_POS) | | ||
57 | ((CONFIG_IRQ_TIMER1 - 7) << IRQ_TIMER1_POS) | | ||
58 | ((CONFIG_IRQ_TIMER2 - 7) << IRQ_TIMER2_POS) | | ||
59 | ((CONFIG_IRQ_PORTF_INTA - 7) << IRQ_PORTF_INTA_POS) | | ||
60 | ((CONFIG_IRQ_PORTF_INTB - 7) << IRQ_PORTF_INTB_POS) | | ||
61 | ((CONFIG_IRQ_MEM0_DMA0 - 7) << IRQ_MEM0_DMA0_POS) | | ||
62 | ((CONFIG_IRQ_MEM0_DMA1 - 7) << IRQ_MEM0_DMA1_POS) | | ||
63 | ((CONFIG_IRQ_WATCH - 7) << IRQ_WATCH_POS)); | ||
64 | |||
65 | bfin_write_SIC_IAR3(((CONFIG_IRQ_DMA1_ERROR - 7) << IRQ_DMA1_ERROR_POS) | | ||
66 | ((CONFIG_IRQ_SPORT2_ERROR - 7) << IRQ_SPORT2_ERROR_POS) | | ||
67 | ((CONFIG_IRQ_SPORT3_ERROR - 7) << IRQ_SPORT3_ERROR_POS) | | ||
68 | ((CONFIG_IRQ_SPI1_ERROR - 7) << IRQ_SPI1_ERROR_POS) | | ||
69 | ((CONFIG_IRQ_SPI2_ERROR - 7) << IRQ_SPI2_ERROR_POS) | | ||
70 | ((CONFIG_IRQ_UART1_ERROR - 7) << IRQ_UART1_ERROR_POS) | | ||
71 | ((CONFIG_IRQ_UART2_ERROR - 7) << IRQ_UART2_ERROR_POS)); | ||
72 | |||
73 | bfin_write_SIC_IAR4(((CONFIG_IRQ_CAN_ERROR - 7) << IRQ_CAN_ERROR_POS) | | ||
74 | ((CONFIG_IRQ_SPORT2_RX - 7) << IRQ_SPORT2_RX_POS) | | ||
75 | ((CONFIG_IRQ_SPORT2_TX - 7) << IRQ_SPORT2_TX_POS) | | ||
76 | ((CONFIG_IRQ_SPORT3_RX - 7) << IRQ_SPORT3_RX_POS) | | ||
77 | ((CONFIG_IRQ_SPORT3_TX - 7) << IRQ_SPORT3_TX_POS) | | ||
78 | ((CONFIG_IRQ_SPI1 - 7) << IRQ_SPI1_POS)); | ||
79 | |||
80 | bfin_write_SIC_IAR5(((CONFIG_IRQ_SPI2 - 7) << IRQ_SPI2_POS) | | ||
81 | ((CONFIG_IRQ_UART1_RX - 7) << IRQ_UART1_RX_POS) | | ||
82 | ((CONFIG_IRQ_UART1_TX - 7) << IRQ_UART1_TX_POS) | | ||
83 | ((CONFIG_IRQ_UART2_RX - 7) << IRQ_UART2_RX_POS) | | ||
84 | ((CONFIG_IRQ_UART2_TX - 7) << IRQ_UART2_TX_POS) | | ||
85 | ((CONFIG_IRQ_TWI0 - 7) << IRQ_TWI0_POS) | | ||
86 | ((CONFIG_IRQ_TWI1 - 7) << IRQ_TWI1_POS) | | ||
87 | ((CONFIG_IRQ_CAN_RX - 7) << IRQ_CAN_RX_POS)); | ||
88 | |||
89 | bfin_write_SIC_IAR6(((CONFIG_IRQ_CAN_TX - 7) << IRQ_CAN_TX_POS) | | ||
90 | ((CONFIG_IRQ_MEM1_DMA0 - 7) << IRQ_MEM1_DMA0_POS) | | ||
91 | ((CONFIG_IRQ_MEM1_DMA1 - 7) << IRQ_MEM1_DMA1_POS)); | ||
92 | |||
93 | SSYNC(); | ||
94 | } | ||