OSDN Git Service

80230b8b66cdcf01c6ca5f1fd0db2a9f3f8f55ee
[openbsd-octeon/openbsd-octeon.git] / src / sys / arch / octeon / dev / octeonreg.h
1 /*      $OpenBSD: octeonreg.h,v 1.15 2009/10/26 18:00:06 miod Exp $     */
2
3 /*
4  * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.com).
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions
8  * are met:
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  *    notice, this list of conditions and the following disclaimer in the
13  *    documentation and/or other materials provided with the distribution.
14  *
15  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
16  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
19  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25  * SUCH DAMAGE.
26  *
27  */
28
29 #define OCTEON_UART0_BASE       0x1180000000800ULL
30 #define OCTEON_UART1_BASE       0x1180000000C00ULL
31 #define OCTEON_CIU_BASE         0x1070000000000ULL
32 #define OCTEON_CIU_SIZE         0xC10
33
34 #define CIU_INT_WORKQ0          0
35 #define CIU_INT_WORKQ1          1
36 #define CIU_INT_WORKQ2          2
37 #define CIU_INT_WORKQ3          3
38 #define CIU_INT_WORKQ4          4
39 #define CIU_INT_WORKQ5          5
40 #define CIU_INT_WORKQ6          6
41 #define CIU_INT_WORKQ7          7
42 #define CIU_INT_WORKQ8          8
43 #define CIU_INT_WORKQ9          9
44 #define CIU_INT_WORKQ10         10
45 #define CIU_INT_WORKQ11         11
46 #define CIU_INT_WORKQ12         12
47 #define CIU_INT_WORKQ13         13
48 #define CIU_INT_WORKQ14         14
49 #define CIU_INT_WORKQ15         15
50 #define CIU_INT_GPIO0           16
51 #define CIU_INT_GPIO1           17
52 #define CIU_INT_GPIO2           18
53 #define CIU_INT_GPIO3           19
54 #define CIU_INT_GPIO4           20
55 #define CIU_INT_GPIO5           21
56 #define CIU_INT_GPIO6           22
57 #define CIU_INT_GPIO7           23
58 #define CIU_INT_GPIO8           24
59 #define CIU_INT_GPIO9           25
60 #define CIU_INT_GPIO10          26
61 #define CIU_INT_GPIO11          27
62 #define CIU_INT_GPIO12          28
63 #define CIU_INT_GPIO13          29
64 #define CIU_INT_GPIO14          30
65 #define CIU_INT_GPIO15          31
66 #define CIU_INT_MBOX0           32
67 #define CIU_INT_MBOX1           33
68 #define CIU_INT_MBOX(x)         (CIU_INT_MBOX0+(x))
69 #define CIU_INT_UART0           34
70 #define CIU_INT_UART1           35
71 #define CIU_INT_PCI_INTA        36
72 #define CIU_INT_PCI_INTB        37
73 #define CIU_INT_PCI_INTC        38
74 #define CIU_INT_PCI_INTD        39
75 #define CIU_INT_PCI_MSIA        40
76 #define CIU_INT_PCI_MSIB        41
77 #define CIU_INT_PCI_MSIC        42
78 #define CIU_INT_PCI_MSID        43
79 #define CIU_INT_44              44
80 #define CIU_INT_TWSI            45
81 #define CIU_INT_RML             46
82 #define CIU_INT_TRACE           47
83 #define CIU_INT_GMX_DRP0        48
84 #define CIU_INT_GMX_DRP1        49
85 #define CIU_INT_IPD_DRP         50
86 #define CIU_INT_KEY_ZERO        51
87 #define CIU_INT_TIMER0          52
88 #define CIU_INT_TIMER1          53
89 #define CIU_INT_TIMER2          54
90 #define CIU_INT_TIMER3          55
91 #define CIU_INT_USB             56
92 #define CIU_INT_PCM             57
93 #define CIU_INT_MPI             58
94 #define CIU_INT_TWSI2           59
95 #define CIU_INT_POWIQ           60
96 #define CIU_INT_IPDPPTHR        61
97 #define CIU_INT_MII0            62
98 #define CIU_INT_BOOTDMA         63
99
100 #define CIU_INT0_SUM0           0x00000000
101 #define CIU_INT1_SUM0           0x00000008
102 #define CIU_INT2_SUM0           0x00000010
103 #define CIU_INT3_SUM0           0x00000018
104 #define CIU_INT_SUM0(x)         (CIU_INT0_SUM0+((x)*8))
105 #define CIU_INT32_SUM0          0x00000100
106 #define CIU_INT32_SUM1          0x00000108
107 #define CIU_INT0_EN0            0x00000200
108 #define CIU_INT1_EN0            0x00000210
109 #define CIU_INT2_EN0            0x00000220
110 #define CIU_INT3_EN0            0x00000230
111 #define CIU_INT_EN0(x)          (CIU_INT0_EN0+((x)*8))
112 #define CIU_INT32_EN0           0x00000400
113 #define CIU_INT0_EN1            0x00000208
114 #define CIU_INT1_EN1            0x00000218
115 #define CIU_INT2_EN1            0x00000228
116 #define CIU_INT3_EN1            0x00000238
117 #define CIU_INT32_EN1           0x00000408
118 #define CIU_TIM0                0x00000480
119 #define CIU_TIM1                0x00000488
120 #define CIU_TIM2                0x00000490
121 #define CIU_TIM3                0x00000498
122 #define CIU_WDOG0               0x00000500
123 #define CIU_WDOG1               0x00000508
124 #define CIU_PP_POKE0            0x00000580
125 #define CIU_PP_POKE1            0x00000588
126 #define CIU_MBOX_SET0           0x00000600
127 #define CIU_MBOX_SET1           0x00000608
128 #define CIU_MBOX_SET(x)         (CIU_MBOX_SET0+((x)*8))
129 #define CIU_MBOX_CLR0           0x00000680
130 #define CIU_MBOX_CLR1           0x00000688
131 #define CIU_MBOX_CLR(x)         (CIU_MBOX_CLR0+((x)*8))
132 #define CIU_PP_RST              0x00000700
133 #define CIU_PP_DBG              0x00000708
134 #define CIU_GSTOP               0x00000710
135 #define CIU_NMI                 0x00000718
136 #define CIU_DINT                0x00000720
137 #define CIU_FUSE                0x00000728
138 #define CIU_BIST                0x00000730
139 #define CIU_SOFT_BIST           0x00000738
140 #define CIU_SOFT_RST            0x00000740
141 #define CIU_SOFT_PRST           0x00000748
142 #define CIU_PCI_INTA            0x00000750
143 #define CIU_INT0_SUM4           0x00000C00
144 #define CIU_INT1_SUM4           0x00000C08
145 #define CIU_INT0_EN4_0          0x00000C80
146 #define CIU_INT1_EN4_0          0x00000C90
147 #define CIU_INT0_EN4_1          0x00000C88
148 #define CIU_INT1_EN4_1          0x00000C98