2 * Copyright 2007-2009 Analog Devices Inc.
3 * Licensed under the GPL-2 or later.
9 #define MAX_BLACKFIN_GPIOS 112
117 #define GPIO_PG10 106
118 #define GPIO_PG11 107
119 #define GPIO_PG12 108
120 #define GPIO_PG13 109
121 #define GPIO_PG14 110
122 #define GPIO_PG15 111
125 #define BFIN_GPIO_PINT 1
126 #define NR_PINT_SYS_IRQS 6
133 unsigned long port_fer
;
134 unsigned long port_fer_set
;
135 unsigned long port_fer_clear
;
137 unsigned long data_set
;
138 unsigned long data_clear
;
140 unsigned long dir_set
;
141 unsigned long dir_clear
;
143 unsigned long inen_set
;
144 unsigned long inen_clear
;
145 unsigned long port_mux
;
146 unsigned long toggle
;
148 unsigned long polar_set
;
149 unsigned long polar_clear
;
157 #include <mach-common/ports-a.h>
158 #include <mach-common/ports-b.h>
159 #include <mach-common/ports-c.h>
160 #include <mach-common/ports-d.h>
161 #include <mach-common/ports-e.h>
162 #include <mach-common/ports-f.h>
163 #include <mach-common/ports-g.h>
165 #endif /* _MACH_GPIO_H_ */