/[gxemul]/upstream/0.4.4/src/include/sh4_intcreg.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.4.4/src/include/sh4_intcreg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations)
Mon Oct 8 16:21:26 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 4360 byte(s)
0.4.4
1 /* GXemul: $Id: sh4_intcreg.h,v 1.1 2006/10/27 13:12:21 debug Exp $ */
2 /* $NetBSD: intcreg.h,v 1.10 2005/12/11 12:18:58 christos Exp $ */
3
4 #ifndef _SH3_INTCREG_H_
5 #define _SH3_INTCREG_H_
6
7 /*-
8 * Copyright (C) 1999 SAITOH Masanobu. All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. The name of the author may not be used to endorse or promote products
19 * derived from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33 /* #include <sh3/devreg.h> */
34
35 /*
36 * INTC
37 */
38 /* SH3 SH7708*, SH7709* common */
39 #define SH3_ICR0 0xfffffee0 /* 16bit */
40 #define SH3_IPRA 0xfffffee2 /* 16bit */
41 #define SH3_IPRB 0xfffffee4 /* 16bit */
42
43 /* SH7709, SH7709A only */
44 #define SH7709_ICR1 0xa4000010 /* 16bit */
45 #define SH7709_ICR2 0xa4000012 /* 16bit */
46 #define SH7709_PINTER 0xa4000014 /* 16bit */
47 #define SH7709_IPRC 0xa4000016 /* 16bit */
48 #define SH7709_IPRD 0xa4000018 /* 16bit */
49 #define SH7709_IPRE 0xa400001a /* 16bit */
50 #define SH7709_IRR0 0xa4000004 /* 8bit */
51 #define SH7709_IRR1 0xa4000006 /* 8bit */
52 #define SH7709_IRR2 0xa4000008 /* 8bit */
53
54 #define IPRC_IRQ3_MASK 0xf000
55 #define IPRC_IRQ2_MASK 0x0f00
56 #define IPRC_IRQ1_MASK 0x00f0
57 #define IPRC_IRQ0_MASK 0x000f
58
59 #define IPRD_PINT07_MASK 0xf000
60 #define IPRD_PINT8F_MASK 0x0f00
61 #define IPRD_IRQ5_MASK 0x00f0
62 #define IPRD_IRQ4_MASK 0x000f
63
64 #define IPRE_DMAC_MASK 0xf000
65 #define IPRE_IRDA_MASK 0x0f00
66 #define IPRE_SCIF_MASK 0x00f0
67 #define IPRE_ADC_MASK 0x000f
68
69 #define IRR0_PINT8F 0x80
70 #define IRR0_PINT07 0x40
71 #define IRR0_IRQ5 0x20
72 #define IRR0_IRQ4 0x10
73 #define IRR0_IRQ3 0x08
74 #define IRR0_IRQ2 0x04
75 #define IRR0_IRQ1 0x02
76 #define IRR0_IRQ0 0x01
77
78
79 /* SH4 */
80 #define SH4_ICR 0xffd00000 /* 16bit */
81 #define SH4_IPRA 0xffd00004 /* 16bit */
82 #define SH4_IPRB 0xffd00008 /* 16bit */
83 #define SH4_IPRC 0xffd0000c /* 16bit */
84 #define SH4_IPRD 0xffd00010 /* 16bit */
85 #define SH4_INTPRI00 0xfe080000 /* 32bit */
86 #define SH4_INTREQ00 0xfe080020 /* 32bit */
87 #define SH4_INTMSK00 0xfe080040 /* 32bit */
88 #define SH4_INTMSKCLR00 0xfe080060 /* 32bit */
89
90 #define IPRC_GPIO_MASK 0xf000
91 #define IPRC_DMAC_MASK 0x0f00
92 #define IPRC_SCIF_MASK 0x00f0
93 #define IPRC_HUDI_MASK 0x000f
94
95 #define IPRD_IRL0_MASK 0xf000
96 #define IPRD_IRL1_MASK 0x0f00
97 #define IPRD_IRL2_MASK 0x00f0
98 #define IPRD_IRL3_MASK 0x000f
99
100 #define IPRA_TMU0_MASK 0xf000
101 #define IPRA_TMU1_MASK 0x0f00
102 #define IPRA_TMU2_MASK 0x00f0
103 #define IPRA_RTC_MASK 0x000f
104
105 #define IPRB_WDT_MASK 0xf000
106 #define IPRB_REF_MASK 0x0f00
107 #define IPRB_SCI_MASK 0x00f0
108
109 #define INTPRI00_PCI0_MASK 0x0000000f
110 #define INTPRI00_PCI1_MASK 0x000000f0
111 #define INTPRI00_TMU3_MASK 0x00000f00
112 #define INTPRI00_TMU4_MASK 0x0000f000
113
114 /* INTREQ/INTMSK/INTMSKCLR */
115 #define INTREQ00_PCISERR 0x00000001
116 #define INTREQ00_PCIDMA3 0x00000002
117 #define INTREQ00_PCIDMA2 0x00000004
118 #define INTREQ00_PCIDMA1 0x00000008
119 #define INTREQ00_PCIDMA0 0x00000010
120 #define INTREQ00_PCIPWON 0x00000020
121 #define INTREQ00_PCIPWDWN 0x00000040
122 #define INTREQ00_PCIERR 0x00000080
123 #define INTREQ00_TUNI3 0x00000100
124 #define INTREQ00_TUNI4 0x00000200
125
126 #define INTMSK00_MASK_ALL 0x000003ff
127
128 #endif /* !_SH3_INTCREG_H_ */

  ViewVC Help
Powered by ViewVC 1.1.26