aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/irq.h')
-rw-r--r--include/asm-sh/irq.h648
1 files changed, 40 insertions, 608 deletions
diff --git a/include/asm-sh/irq.h b/include/asm-sh/irq.h
index 28996f9c58cc..bff965ef4b95 100644
--- a/include/asm-sh/irq.h
+++ b/include/asm-sh/irq.h
@@ -1,252 +1,9 @@
1#ifndef __ASM_SH_IRQ_H 1#ifndef __ASM_SH_IRQ_H
2#define __ASM_SH_IRQ_H 2#define __ASM_SH_IRQ_H
3 3
4/*
5 *
6 * linux/include/asm-sh/irq.h
7 *
8 * Copyright (C) 1999 Niibe Yutaka & Takeshi Yaegashi
9 * Copyright (C) 2000 Kazumoto Kojima
10 * Copyright (C) 2003 Paul Mundt
11 *
12 */
13
14#include <asm/machvec.h> 4#include <asm/machvec.h>
15#include <asm/ptrace.h> /* for pt_regs */ 5#include <asm/ptrace.h> /* for pt_regs */
16 6
17#if defined(CONFIG_SH_HP6XX) || \
18 defined(CONFIG_SH_RTS7751R2D) || \
19 defined(CONFIG_SH_HS7751RVOIP) || \
20 defined(CONFIG_SH_HS7751RVOIP) || \
21 defined(CONFIG_SH_SH03) || \
22 defined(CONFIG_SH_R7780RP) || \
23 defined(CONFIG_SH_LANDISK)
24#include <asm/mach/ide.h>
25#endif
26
27#ifndef CONFIG_CPU_SUBTYPE_SH7780
28
29#define INTC_DMAC0_MSK 0
30
31#if defined(CONFIG_CPU_SH3)
32#define INTC_IPRA 0xfffffee2UL
33#define INTC_IPRB 0xfffffee4UL
34#elif defined(CONFIG_CPU_SH4)
35#define INTC_IPRA 0xffd00004UL
36#define INTC_IPRB 0xffd00008UL
37#define INTC_IPRC 0xffd0000cUL
38#define INTC_IPRD 0xffd00010UL
39#endif
40
41#ifdef CONFIG_IDE
42# ifndef IRQ_CFCARD
43# define IRQ_CFCARD 14
44# endif
45# ifndef IRQ_PCMCIA
46# define IRQ_PCMCIA 15
47# endif
48#endif
49
50#define TIMER_IRQ 16
51#define TIMER_IPR_ADDR INTC_IPRA
52#define TIMER_IPR_POS 3
53#define TIMER_PRIORITY 2
54
55#define TIMER1_IRQ 17
56#define TIMER1_IPR_ADDR INTC_IPRA
57#define TIMER1_IPR_POS 2
58#define TIMER1_PRIORITY 4
59
60#define RTC_IRQ 22
61#define RTC_IPR_ADDR INTC_IPRA
62#define RTC_IPR_POS 0
63#define RTC_PRIORITY TIMER_PRIORITY
64
65#if defined(CONFIG_CPU_SH3)
66#define DMTE0_IRQ 48
67#define DMTE1_IRQ 49
68#define DMTE2_IRQ 50
69#define DMTE3_IRQ 51
70#define DMA_IPR_ADDR INTC_IPRE
71#define DMA_IPR_POS 3
72#define DMA_PRIORITY 7
73#if defined(CONFIG_CPU_SUBTYPE_SH7300)
74/* TMU2 */
75#define TIMER2_IRQ 18
76#define TIMER2_IPR_ADDR INTC_IPRA
77#define TIMER2_IPR_POS 1
78#define TIMER2_PRIORITY 2
79
80/* WDT */
81#define WDT_IRQ 27
82#define WDT_IPR_ADDR INTC_IPRB
83#define WDT_IPR_POS 3
84#define WDT_PRIORITY 2
85
86/* SIM (SIM Card Module) */
87#define SIM_ERI_IRQ 23
88#define SIM_RXI_IRQ 24
89#define SIM_TXI_IRQ 25
90#define SIM_TEND_IRQ 26
91#define SIM_IPR_ADDR INTC_IPRB
92#define SIM_IPR_POS 1
93#define SIM_PRIORITY 2
94
95/* VIO (Video I/O) */
96#define VIO_IRQ 52
97#define VIO_IPR_ADDR INTC_IPRE
98#define VIO_IPR_POS 2
99#define VIO_PRIORITY 2
100
101/* MFI (Multi Functional Interface) */
102#define MFI_IRQ 56
103#define MFI_IPR_ADDR INTC_IPRE
104#define MFI_IPR_POS 1
105#define MFI_PRIORITY 2
106
107/* VPU (Video Processing Unit) */
108#define VPU_IRQ 60
109#define VPU_IPR_ADDR INTC_IPRE
110#define VPU_IPR_POS 0
111#define VPU_PRIORITY 2
112
113/* KEY (Key Scan Interface) */
114#define KEY_IRQ 79
115#define KEY_IPR_ADDR INTC_IPRF
116#define KEY_IPR_POS 3
117#define KEY_PRIORITY 2
118
119/* CMT (Compare Match Timer) */
120#define CMT_IRQ 104
121#define CMT_IPR_ADDR INTC_IPRF
122#define CMT_IPR_POS 0
123#define CMT_PRIORITY 2
124
125/* DMAC(1) */
126#define DMTE0_IRQ 48
127#define DMTE1_IRQ 49
128#define DMTE2_IRQ 50
129#define DMTE3_IRQ 51
130#define DMA1_IPR_ADDR INTC_IPRE
131#define DMA1_IPR_POS 3
132#define DMA1_PRIORITY 7
133
134/* DMAC(2) */
135#define DMTE4_IRQ 76
136#define DMTE5_IRQ 77
137#define DMA2_IPR_ADDR INTC_IPRF
138#define DMA2_IPR_POS 2
139#define DMA2_PRIORITY 7
140
141/* SIOF0 */
142#define SIOF0_IRQ 84
143#define SIOF0_IPR_ADDR INTC_IPRH
144#define SIOF0_IPR_POS 3
145#define SIOF0_PRIORITY 3
146
147/* FLCTL (Flash Memory Controller) */
148#define FLSTE_IRQ 92
149#define FLTEND_IRQ 93
150#define FLTRQ0_IRQ 94
151#define FLTRQ1_IRQ 95
152#define FLCTL_IPR_ADDR INTC_IPRH
153#define FLCTL_IPR_POS 1
154#define FLCTL_PRIORITY 3
155
156/* IIC (IIC Bus Interface) */
157#define IIC_ALI_IRQ 96
158#define IIC_TACKI_IRQ 97
159#define IIC_WAITI_IRQ 98
160#define IIC_DTEI_IRQ 99
161#define IIC_IPR_ADDR INTC_IPRH
162#define IIC_IPR_POS 0
163#define IIC_PRIORITY 3
164
165/* SIO0 */
166#define SIO0_IRQ 88
167#define SIO0_IPR_ADDR INTC_IPRI
168#define SIO0_IPR_POS 3
169#define SIO0_PRIORITY 3
170
171/* SIU (Sound Interface Unit) */
172#define SIU_IRQ 108
173#define SIU_IPR_ADDR INTC_IPRJ
174#define SIU_IPR_POS 1
175#define SIU_PRIORITY 3
176
177#endif
178#elif defined(CONFIG_CPU_SH4)
179#define DMTE0_IRQ 34
180#define DMTE1_IRQ 35
181#define DMTE2_IRQ 36
182#define DMTE3_IRQ 37
183#define DMTE4_IRQ 44 /* 7751R only */
184#define DMTE5_IRQ 45 /* 7751R only */
185#define DMTE6_IRQ 46 /* 7751R only */
186#define DMTE7_IRQ 47 /* 7751R only */
187#define DMAE_IRQ 38
188#define DMA_IPR_ADDR INTC_IPRC
189#define DMA_IPR_POS 2
190#define DMA_PRIORITY 7
191#endif
192
193#if defined (CONFIG_CPU_SUBTYPE_SH7707) || defined (CONFIG_CPU_SUBTYPE_SH7708) || \
194 defined (CONFIG_CPU_SUBTYPE_SH7709) || defined (CONFIG_CPU_SUBTYPE_SH7750) || \
195 defined (CONFIG_CPU_SUBTYPE_SH7751) || defined (CONFIG_CPU_SUBTYPE_SH7706)
196#define SCI_ERI_IRQ 23
197#define SCI_RXI_IRQ 24
198#define SCI_TXI_IRQ 25
199#define SCI_IPR_ADDR INTC_IPRB
200#define SCI_IPR_POS 1
201#define SCI_PRIORITY 3
202#endif
203
204#if defined(CONFIG_CPU_SUBTYPE_SH7300)
205#define SCIF0_IRQ 80
206#define SCIF0_IPR_ADDR INTC_IPRG
207#define SCIF0_IPR_POS 3
208#define SCIF0_PRIORITY 3
209#elif defined(CONFIG_CPU_SUBTYPE_SH7705) || \
210 defined(CONFIG_CPU_SUBTYPE_SH7706) || \
211 defined(CONFIG_CPU_SUBTYPE_SH7707) || \
212 defined(CONFIG_CPU_SUBTYPE_SH7709)
213#define SCIF_ERI_IRQ 56
214#define SCIF_RXI_IRQ 57
215#define SCIF_BRI_IRQ 58
216#define SCIF_TXI_IRQ 59
217#define SCIF_IPR_ADDR INTC_IPRE
218#define SCIF_IPR_POS 1
219#define SCIF_PRIORITY 3
220
221#define IRDA_ERI_IRQ 52
222#define IRDA_RXI_IRQ 53
223#define IRDA_BRI_IRQ 54
224#define IRDA_TXI_IRQ 55
225#define IRDA_IPR_ADDR INTC_IPRE
226#define IRDA_IPR_POS 2
227#define IRDA_PRIORITY 3
228#elif defined(CONFIG_CPU_SUBTYPE_SH7750) || defined(CONFIG_CPU_SUBTYPE_SH7751) || \
229 defined(CONFIG_CPU_SUBTYPE_ST40STB1) || defined(CONFIG_CPU_SUBTYPE_SH4_202)
230#define SCIF_ERI_IRQ 40
231#define SCIF_RXI_IRQ 41
232#define SCIF_BRI_IRQ 42
233#define SCIF_TXI_IRQ 43
234#define SCIF_IPR_ADDR INTC_IPRC
235#define SCIF_IPR_POS 1
236#define SCIF_PRIORITY 3
237#if defined(CONFIG_CPU_SUBTYPE_ST40STB1)
238#define SCIF1_ERI_IRQ 23
239#define SCIF1_RXI_IRQ 24
240#define SCIF1_BRI_IRQ 25
241#define SCIF1_TXI_IRQ 26
242#define SCIF1_IPR_ADDR INTC_IPRB
243#define SCIF1_IPR_POS 1
244#define SCIF1_PRIORITY 3
245#endif /* ST40STB1 */
246
247#endif /* 775x / SH4-202 / ST40STB1 */
248#endif /* 7780 */
249
250/* NR_IRQS is made from three components: 7/* NR_IRQS is made from three components:
251 * 1. ONCHIP_NR_IRQS - number of IRLS + on-chip peripherial modules 8 * 1. ONCHIP_NR_IRQS - number of IRLS + on-chip peripherial modules
252 * 2. PINT_NR_IRQS - number of PINT interrupts 9 * 2. PINT_NR_IRQS - number of PINT interrupts
@@ -280,10 +37,15 @@
280# define ONCHIP_NR_IRQS 144 37# define ONCHIP_NR_IRQS 144
281#elif defined(CONFIG_CPU_SUBTYPE_SH7300) || \ 38#elif defined(CONFIG_CPU_SUBTYPE_SH7300) || \
282 defined(CONFIG_CPU_SUBTYPE_SH73180) || \ 39 defined(CONFIG_CPU_SUBTYPE_SH73180) || \
283 defined(CONFIG_CPU_SUBTYPE_SH7343) 40 defined(CONFIG_CPU_SUBTYPE_SH7343) || \
41 defined(CONFIG_CPU_SUBTYPE_SH7722)
284# define ONCHIP_NR_IRQS 109 42# define ONCHIP_NR_IRQS 109
285#elif defined(CONFIG_CPU_SUBTYPE_SH7780) 43#elif defined(CONFIG_CPU_SUBTYPE_SH7780)
286# define ONCHIP_NR_IRQS 111 44# define ONCHIP_NR_IRQS 111
45#elif defined(CONFIG_CPU_SUBTYPE_SH7206)
46# define ONCHIP_NR_IRQS 256
47#elif defined(CONFIG_CPU_SUBTYPE_SH7619)
48# define ONCHIP_NR_IRQS 128
287#elif defined(CONFIG_SH_UNKNOWN) /* Most be last */ 49#elif defined(CONFIG_SH_UNKNOWN) /* Most be last */
288# define ONCHIP_NR_IRQS 144 50# define ONCHIP_NR_IRQS 144
289#endif 51#endif
@@ -318,6 +80,8 @@
318# define OFFCHIP_NR_IRQS 16 80# define OFFCHIP_NR_IRQS 16
319#elif defined(CONFIG_SH_7343_SOLUTION_ENGINE) 81#elif defined(CONFIG_SH_7343_SOLUTION_ENGINE)
320# define OFFCHIP_NR_IRQS 12 82# define OFFCHIP_NR_IRQS 12
83#elif defined(CONFIG_SH_7722_SOLUTION_ENGINE)
84# define OFFCHIP_NR_IRQS 14
321#elif defined(CONFIG_SH_UNKNOWN) 85#elif defined(CONFIG_SH_UNKNOWN)
322# define OFFCHIP_NR_IRQS 16 /* Must also be last */ 86# define OFFCHIP_NR_IRQS 16 /* Must also be last */
323#else 87#else
@@ -331,9 +95,11 @@
331/* NR_IRQS. 1+2+3 */ 95/* NR_IRQS. 1+2+3 */
332#define NR_IRQS (ONCHIP_NR_IRQS + PINT_NR_IRQS + OFFCHIP_NR_IRQS) 96#define NR_IRQS (ONCHIP_NR_IRQS + PINT_NR_IRQS + OFFCHIP_NR_IRQS)
333 97
334extern void disable_irq(unsigned int); 98/*
335extern void disable_irq_nosync(unsigned int); 99 * Convert back and forth between INTEVT and IRQ values.
336extern void enable_irq(unsigned int); 100 */
101#define evt2irq(evt) (((evt) >> 5) - 16)
102#define irq2evt(irq) (((irq) + 16) << 5)
337 103
338/* 104/*
339 * Simple Mask Register Support 105 * Simple Mask Register Support
@@ -347,355 +113,35 @@ extern unsigned short *irq_mask_register;
347void init_IRQ_pint(void); 113void init_IRQ_pint(void);
348 114
349/* 115/*
350 * Function for "on chip support modules". 116 * The shift value is now the number of bits to shift, not the number of
117 * bits/4. This is to make it easier to read the value directly from the
118 * datasheets. The IPR address, addr, will be set from ipr_idx via the
119 * map_ipridx_to_addr function.
351 */ 120 */
352extern void make_ipr_irq(unsigned int irq, unsigned int addr, 121struct ipr_data {
353 int pos, int priority); 122 unsigned int irq;
354extern void make_imask_irq(unsigned int irq); 123 int ipr_idx; /* Index for the IPR registered */
355 124 int shift; /* Number of bits to shift the data */
356#if defined(CONFIG_CPU_SUBTYPE_SH7300) 125 int priority; /* The priority */
357#undef INTC_IPRA 126 unsigned int addr; /* Address of Interrupt Priority Register */
358#undef INTC_IPRB 127};
359#define INTC_IPRA 0xA414FEE2UL
360#define INTC_IPRB 0xA414FEE4UL
361#define INTC_IPRC 0xA4140016UL
362#define INTC_IPRD 0xA4140018UL
363#define INTC_IPRE 0xA414001AUL
364#define INTC_IPRF 0xA4080000UL
365#define INTC_IPRG 0xA4080002UL
366#define INTC_IPRH 0xA4080004UL
367#define INTC_IPRI 0xA4080006UL
368#define INTC_IPRJ 0xA4080008UL
369
370#define INTC_IMR0 0xA4080040UL
371#define INTC_IMR1 0xA4080042UL
372#define INTC_IMR2 0xA4080044UL
373#define INTC_IMR3 0xA4080046UL
374#define INTC_IMR4 0xA4080048UL
375#define INTC_IMR5 0xA408004AUL
376#define INTC_IMR6 0xA408004CUL
377#define INTC_IMR7 0xA408004EUL
378#define INTC_IMR8 0xA4080050UL
379#define INTC_IMR9 0xA4080052UL
380#define INTC_IMR10 0xA4080054UL
381
382#define INTC_IMCR0 0xA4080060UL
383#define INTC_IMCR1 0xA4080062UL
384#define INTC_IMCR2 0xA4080064UL
385#define INTC_IMCR3 0xA4080066UL
386#define INTC_IMCR4 0xA4080068UL
387#define INTC_IMCR5 0xA408006AUL
388#define INTC_IMCR6 0xA408006CUL
389#define INTC_IMCR7 0xA408006EUL
390#define INTC_IMCR8 0xA4080070UL
391#define INTC_IMCR9 0xA4080072UL
392#define INTC_IMCR10 0xA4080074UL
393
394#define INTC_ICR0 0xA414FEE0UL
395#define INTC_ICR1 0xA4140010UL
396
397#define INTC_IRR0 0xA4140004UL
398
399#define PORT_PACR 0xA4050100UL
400#define PORT_PBCR 0xA4050102UL
401#define PORT_PCCR 0xA4050104UL
402#define PORT_PDCR 0xA4050106UL
403#define PORT_PECR 0xA4050108UL
404#define PORT_PFCR 0xA405010AUL
405#define PORT_PGCR 0xA405010CUL
406#define PORT_PHCR 0xA405010EUL
407#define PORT_PJCR 0xA4050110UL
408#define PORT_PKCR 0xA4050112UL
409#define PORT_PLCR 0xA4050114UL
410#define PORT_SCPCR 0xA4050116UL
411#define PORT_PMCR 0xA4050118UL
412#define PORT_PNCR 0xA405011AUL
413#define PORT_PQCR 0xA405011CUL
414
415#define PORT_PSELA 0xA4050140UL
416#define PORT_PSELB 0xA4050142UL
417#define PORT_PSELC 0xA4050144UL
418
419#define PORT_HIZCRA 0xA4050146UL
420#define PORT_HIZCRB 0xA4050148UL
421#define PORT_DRVCR 0xA4050150UL
422
423#define PORT_PADR 0xA4050120UL
424#define PORT_PBDR 0xA4050122UL
425#define PORT_PCDR 0xA4050124UL
426#define PORT_PDDR 0xA4050126UL
427#define PORT_PEDR 0xA4050128UL
428#define PORT_PFDR 0xA405012AUL
429#define PORT_PGDR 0xA405012CUL
430#define PORT_PHDR 0xA405012EUL
431#define PORT_PJDR 0xA4050130UL
432#define PORT_PKDR 0xA4050132UL
433#define PORT_PLDR 0xA4050134UL
434#define PORT_SCPDR 0xA4050136UL
435#define PORT_PMDR 0xA4050138UL
436#define PORT_PNDR 0xA405013AUL
437#define PORT_PQDR 0xA405013CUL
438
439#define IRQ0_IRQ 32
440#define IRQ1_IRQ 33
441#define IRQ2_IRQ 34
442#define IRQ3_IRQ 35
443#define IRQ4_IRQ 36
444#define IRQ5_IRQ 37
445
446#define IRQ0_IPR_ADDR INTC_IPRC
447#define IRQ1_IPR_ADDR INTC_IPRC
448#define IRQ2_IPR_ADDR INTC_IPRC
449#define IRQ3_IPR_ADDR INTC_IPRC
450#define IRQ4_IPR_ADDR INTC_IPRD
451#define IRQ5_IPR_ADDR INTC_IPRD
452
453#define IRQ0_IPR_POS 0
454#define IRQ1_IPR_POS 1
455#define IRQ2_IPR_POS 2
456#define IRQ3_IPR_POS 3
457#define IRQ4_IPR_POS 0
458#define IRQ5_IPR_POS 1
459
460#define IRQ0_PRIORITY 1
461#define IRQ1_PRIORITY 1
462#define IRQ2_PRIORITY 1
463#define IRQ3_PRIORITY 1
464#define IRQ4_PRIORITY 1
465#define IRQ5_PRIORITY 1
466
467extern int ipr_irq_demux(int irq);
468#define __irq_demux(irq) ipr_irq_demux(irq)
469
470#elif defined(CONFIG_CPU_SUBTYPE_SH7604)
471#define INTC_IPRA 0xfffffee2UL
472#define INTC_IPRB 0xfffffe60UL
473
474#define INTC_VCRA 0xfffffe62UL
475#define INTC_VCRB 0xfffffe64UL
476#define INTC_VCRC 0xfffffe66UL
477#define INTC_VCRD 0xfffffe68UL
478
479#define INTC_VCRWDT 0xfffffee4UL
480#define INTC_VCRDIV 0xffffff0cUL
481#define INTC_VCRDMA0 0xffffffa0UL
482#define INTC_VCRDMA1 0xffffffa8UL
483
484#define INTC_ICR 0xfffffee0UL
485#elif defined(CONFIG_CPU_SUBTYPE_SH7705) || \
486 defined(CONFIG_CPU_SUBTYPE_SH7706) || \
487 defined(CONFIG_CPU_SUBTYPE_SH7707) || \
488 defined(CONFIG_CPU_SUBTYPE_SH7709) || \
489 defined(CONFIG_CPU_SUBTYPE_SH7710)
490#define INTC_IRR0 0xa4000004UL
491#define INTC_IRR1 0xa4000006UL
492#define INTC_IRR2 0xa4000008UL
493
494#define INTC_ICR0 0xfffffee0UL
495#define INTC_ICR1 0xa4000010UL
496#define INTC_ICR2 0xa4000012UL
497#define INTC_INTER 0xa4000014UL
498
499#define INTC_IPRC 0xa4000016UL
500#define INTC_IPRD 0xa4000018UL
501#define INTC_IPRE 0xa400001aUL
502#if defined(CONFIG_CPU_SUBTYPE_SH7707)
503#define INTC_IPRF 0xa400001cUL
504#elif defined(CONFIG_CPU_SUBTYPE_SH7705)
505#define INTC_IPRF 0xa4080000UL
506#define INTC_IPRG 0xa4080002UL
507#define INTC_IPRH 0xa4080004UL
508#elif defined(CONFIG_CPU_SUBTYPE_SH7710)
509/* Interrupt Controller Registers */
510#undef INTC_IPRA
511#undef INTC_IPRB
512#define INTC_IPRA 0xA414FEE2UL
513#define INTC_IPRB 0xA414FEE4UL
514#define INTC_IPRF 0xA4080000UL
515#define INTC_IPRG 0xA4080002UL
516#define INTC_IPRH 0xA4080004UL
517#define INTC_IPRI 0xA4080006UL
518
519#undef INTC_ICR0
520#undef INTC_ICR1
521#define INTC_ICR0 0xA414FEE0UL
522#define INTC_ICR1 0xA4140010UL
523
524#define INTC_IRR0 0xa4000004UL
525#define INTC_IRR1 0xa4000006UL
526#define INTC_IRR2 0xa4000008UL
527#define INTC_IRR3 0xa400000AUL
528#define INTC_IRR4 0xa400000CUL
529#define INTC_IRR5 0xa4080020UL
530#define INTC_IRR7 0xa4080024UL
531#define INTC_IRR8 0xa4080026UL
532
533/* Interrupt numbers */
534#define TIMER2_IRQ 18
535#define TIMER2_IPR_ADDR INTC_IPRA
536#define TIMER2_IPR_POS 1
537#define TIMER2_PRIORITY 2
538
539/* WDT */
540#define WDT_IRQ 27
541#define WDT_IPR_ADDR INTC_IPRB
542#define WDT_IPR_POS 3
543#define WDT_PRIORITY 2
544
545#define SCIF0_ERI_IRQ 52
546#define SCIF0_RXI_IRQ 53
547#define SCIF0_BRI_IRQ 54
548#define SCIF0_TXI_IRQ 55
549#define SCIF0_IPR_ADDR INTC_IPRE
550#define SCIF0_IPR_POS 2
551#define SCIF0_PRIORITY 3
552
553#define DMTE4_IRQ 76
554#define DMTE5_IRQ 77
555#define DMA2_IPR_ADDR INTC_IPRF
556#define DMA2_IPR_POS 2
557#define DMA2_PRIORITY 7
558
559#define IPSEC_IRQ 79
560#define IPSEC_IPR_ADDR INTC_IPRF
561#define IPSEC_IPR_POS 3
562#define IPSEC_PRIORITY 3
563
564/* EDMAC */
565#define EDMAC0_IRQ 80
566#define EDMAC0_IPR_ADDR INTC_IPRG
567#define EDMAC0_IPR_POS 3
568#define EDMAC0_PRIORITY 3
569
570#define EDMAC1_IRQ 81
571#define EDMAC1_IPR_ADDR INTC_IPRG
572#define EDMAC1_IPR_POS 2
573#define EDMAC1_PRIORITY 3
574
575#define EDMAC2_IRQ 82
576#define EDMAC2_IPR_ADDR INTC_IPRG
577#define EDMAC2_IPR_POS 1
578#define EDMAC2_PRIORITY 3
579
580/* SIOF */
581#define SIOF0_ERI_IRQ 96
582#define SIOF0_TXI_IRQ 97
583#define SIOF0_RXI_IRQ 98
584#define SIOF0_CCI_IRQ 99
585#define SIOF0_IPR_ADDR INTC_IPRH
586#define SIOF0_IPR_POS 0
587#define SIOF0_PRIORITY 7
588
589#define SIOF1_ERI_IRQ 100
590#define SIOF1_TXI_IRQ 101
591#define SIOF1_RXI_IRQ 102
592#define SIOF1_CCI_IRQ 103
593#define SIOF1_IPR_ADDR INTC_IPRI
594#define SIOF1_IPR_POS 1
595#define SIOF1_PRIORITY 7
596#endif /* CONFIG_CPU_SUBTYPE_SH7710 */
597
598#if defined(CONFIG_CPU_SUBTYPE_SH7710)
599#define PORT_PACR 0xa4050100UL
600#define PORT_PBCR 0xa4050102UL
601#define PORT_PCCR 0xa4050104UL
602#define PORT_PETCR 0xa4050106UL
603#define PORT_PADR 0xa4050120UL
604#define PORT_PBDR 0xa4050122UL
605#define PORT_PCDR 0xa4050124UL
606#else
607#define PORT_PACR 0xa4000100UL
608#define PORT_PBCR 0xa4000102UL
609#define PORT_PCCR 0xa4000104UL
610#define PORT_PFCR 0xa400010aUL
611#define PORT_PADR 0xa4000120UL
612#define PORT_PBDR 0xa4000122UL
613#define PORT_PCDR 0xa4000124UL
614#define PORT_PFDR 0xa400012aUL
615#endif
616
617#define IRQ0_IRQ 32
618#define IRQ1_IRQ 33
619#define IRQ2_IRQ 34
620#define IRQ3_IRQ 35
621#define IRQ4_IRQ 36
622#define IRQ5_IRQ 37
623
624#define IRQ0_IPR_ADDR INTC_IPRC
625#define IRQ1_IPR_ADDR INTC_IPRC
626#define IRQ2_IPR_ADDR INTC_IPRC
627#define IRQ3_IPR_ADDR INTC_IPRC
628#define IRQ4_IPR_ADDR INTC_IPRD
629#define IRQ5_IPR_ADDR INTC_IPRD
630
631#define IRQ0_IPR_POS 0
632#define IRQ1_IPR_POS 1
633#define IRQ2_IPR_POS 2
634#define IRQ3_IPR_POS 3
635#define IRQ4_IPR_POS 0
636#define IRQ5_IPR_POS 1
637
638#define IRQ0_PRIORITY 1
639#define IRQ1_PRIORITY 1
640#define IRQ2_PRIORITY 1
641#define IRQ3_PRIORITY 1
642#define IRQ4_PRIORITY 1
643#define IRQ5_PRIORITY 1
644
645#define PINT0_IRQ 40
646#define PINT8_IRQ 41
647
648#define PINT0_IPR_ADDR INTC_IPRD
649#define PINT8_IPR_ADDR INTC_IPRD
650
651#define PINT0_IPR_POS 3
652#define PINT8_IPR_POS 2
653#define PINT0_PRIORITY 2
654#define PINT8_PRIORITY 2
655
656extern int ipr_irq_demux(int irq);
657#define __irq_demux(irq) ipr_irq_demux(irq)
658#endif /* CONFIG_CPU_SUBTYPE_SH7707 || CONFIG_CPU_SUBTYPE_SH7709 */
659
660#if defined(CONFIG_CPU_SUBTYPE_SH7750) || defined(CONFIG_CPU_SUBTYPE_SH7751) || \
661 defined(CONFIG_CPU_SUBTYPE_ST40STB1) || defined(CONFIG_CPU_SUBTYPE_SH4_202)
662#define INTC_ICR 0xffd00000
663#define INTC_ICR_NMIL (1<<15)
664#define INTC_ICR_MAI (1<<14)
665#define INTC_ICR_NMIB (1<<9)
666#define INTC_ICR_NMIE (1<<8)
667#define INTC_ICR_IRLM (1<<7)
668#endif
669 128
670#ifdef CONFIG_CPU_SUBTYPE_SH7780 129/*
671#include <asm/irq-sh7780.h> 130 * Given an IPR IDX, map the value to an IPR register address.
672#endif 131 */
132unsigned int map_ipridx_to_addr(int idx);
673 133
674/* SH with INTC2-style interrupts */ 134/*
675#ifdef CONFIG_CPU_HAS_INTC2_IRQ 135 * Enable individual interrupt mode for external IPR IRQs.
676#if defined(CONFIG_CPU_SUBTYPE_ST40STB1) 136 */
677#define INTC2_BASE 0xfe080000 137void ipr_irq_enable_irlm(void);
678#define INTC2_FIRST_IRQ 64
679#define INTC2_INTREQ_OFFSET 0x20
680#define INTC2_INTMSK_OFFSET 0x40
681#define INTC2_INTMSKCLR_OFFSET 0x60
682#define NR_INTC2_IRQS 25
683#elif defined(CONFIG_CPU_SUBTYPE_SH7760)
684#define INTC2_BASE 0xfe080000
685#define INTC2_FIRST_IRQ 48 /* INTEVT 0x800 */
686#define INTC2_INTREQ_OFFSET 0x20
687#define INTC2_INTMSK_OFFSET 0x40
688#define INTC2_INTMSKCLR_OFFSET 0x60
689#define NR_INTC2_IRQS 64
690#elif defined(CONFIG_CPU_SUBTYPE_SH7780)
691#define INTC2_BASE 0xffd40000
692#define INTC2_FIRST_IRQ 21
693#define INTC2_INTMSK_OFFSET (0x38)
694#define INTC2_INTMSKCLR_OFFSET (0x3c)
695#define NR_INTC2_IRQS 60
696#endif
697 138
698#define INTC2_INTPRI_OFFSET 0x00 139/*
140 * Function for "on chip support modules".
141 */
142void make_ipr_irq(struct ipr_data *table, unsigned int nr_irqs);
143void make_imask_irq(unsigned int irq);
144void init_IRQ_ipr(void);
699 145
700struct intc2_data { 146struct intc2_data {
701 unsigned short irq; 147 unsigned short irq;
@@ -704,22 +150,16 @@ struct intc2_data {
704 unsigned char priority; 150 unsigned char priority;
705}; 151};
706 152
707void make_intc2_irq(struct intc2_data *); 153void make_intc2_irq(struct intc2_data *, unsigned int nr_irqs);
708void init_IRQ_intc2(void); 154void init_IRQ_intc2(void);
709#endif
710
711extern int shmse_irq_demux(int irq);
712 155
713static inline int generic_irq_demux(int irq) 156static inline int generic_irq_demux(int irq)
714{ 157{
715 return irq; 158 return irq;
716} 159}
717 160
718#ifndef __irq_demux
719#define __irq_demux(irq) (irq)
720#endif
721#define irq_canonicalize(irq) (irq) 161#define irq_canonicalize(irq) (irq)
722#define irq_demux(irq) __irq_demux(sh_mv.mv_irq_demux(irq)) 162#define irq_demux(irq) sh_mv.mv_irq_demux(irq)
723 163
724#ifdef CONFIG_4KSTACKS 164#ifdef CONFIG_4KSTACKS
725extern void irq_ctx_init(int cpu); 165extern void irq_ctx_init(int cpu);
@@ -730,12 +170,4 @@ extern void irq_ctx_exit(int cpu);
730# define irq_ctx_exit(cpu) do { } while (0) 170# define irq_ctx_exit(cpu) do { } while (0)
731#endif 171#endif
732 172
733#if defined(CONFIG_CPU_SUBTYPE_SH73180)
734#include <asm/irq-sh73180.h>
735#endif
736
737#if defined(CONFIG_CPU_SUBTYPE_SH7343)
738#include <asm/irq-sh7343.h>
739#endif
740
741#endif /* __ASM_SH_IRQ_H */ 173#endif /* __ASM_SH_IRQ_H */