2 * Copyright (C) 2008-2009 Analog Devices Inc.
3 * Licensed under the GPL-2 or later.
10 #define MAX_BLACKFIN_GPIOS 16
11 #define BFIN_SPECIAL_GPIO_BANKS 3
13 #define GPIO_PF0 0 /* PF */
29 #define GPIO_PC0 16 /* PC */
37 #define GPIO_PD0 32 /* PD */
51 #define GPIO_PE0 48 /* PE */
68 #define PORT_F GPIO_PF0
69 #define PORT_C GPIO_PC0
70 #define PORT_D GPIO_PD0
71 #define PORT_E GPIO_PE0
73 #endif /* _MACH_GPIO_H_ */