2 * Copyright 2007-2009 Analog Devices Inc.
3 * Licensed under the GPL-2 or later.
41 #define GPIO_PB15 31 /* N/A */
56 #define GPIO_PC14 46 /* N/A */
57 #define GPIO_PC15 47 /* N/A */
116 #define GPIO_PG10 106
117 #define GPIO_PG11 107
118 #define GPIO_PG12 108
119 #define GPIO_PG13 109
120 #define GPIO_PG14 110
121 #define GPIO_PG15 111
132 #define GPIO_PH10 122
133 #define GPIO_PH11 123
134 #define GPIO_PH12 124
135 #define GPIO_PH13 125
136 #define GPIO_PH14 126 /* N/A */
137 #define GPIO_PH15 127 /* N/A */
148 #define GPIO_PI10 138
149 #define GPIO_PI11 139
150 #define GPIO_PI12 140
151 #define GPIO_PI13 141
152 #define GPIO_PI14 142
153 #define GPIO_PI15 143
164 #define GPIO_PJ10 154
165 #define GPIO_PJ11 155
166 #define GPIO_PJ12 156
167 #define GPIO_PJ13 157
168 #define GPIO_PJ14 158 /* N/A */
169 #define GPIO_PJ15 159 /* N/A */
171 #define MAX_BLACKFIN_GPIOS 160
173 #define BFIN_GPIO_PINT 1
174 #define NR_PINT_SYS_IRQS 4
180 unsigned short port_fer
;
181 unsigned short dummy1
;
183 unsigned short dummy2
;
184 unsigned short data_set
;
185 unsigned short dummy3
;
186 unsigned short data_clear
;
187 unsigned short dummy4
;
188 unsigned short dir_set
;
189 unsigned short dummy5
;
190 unsigned short dir_clear
;
191 unsigned short dummy6
;
193 unsigned short dummy7
;
194 unsigned int port_mux
;
199 #include <mach-common/ports-a.h>
200 #include <mach-common/ports-b.h>
201 #include <mach-common/ports-c.h>
202 #include <mach-common/ports-d.h>
203 #include <mach-common/ports-e.h>
204 #include <mach-common/ports-f.h>
205 #include <mach-common/ports-g.h>
206 #include <mach-common/ports-h.h>
207 #include <mach-common/ports-i.h>
208 #include <mach-common/ports-j.h>
210 #endif /* _MACH_GPIO_H_ */