Add linux-next specific files for 20110426
[linux-2.6/next.git] / arch / blackfin / include / mach-common / ports-d.h
blob868c6a01f1b29aebb31d69661dbcefb40731feff
1 /*
2 * Port D Masks
3 */
5 #ifndef __BFIN_PERIPHERAL_PORT_D__
6 #define __BFIN_PERIPHERAL_PORT_D__
8 #define PD0 (1 << 0)
9 #define PD1 (1 << 1)
10 #define PD2 (1 << 2)
11 #define PD3 (1 << 3)
12 #define PD4 (1 << 4)
13 #define PD5 (1 << 5)
14 #define PD6 (1 << 6)
15 #define PD7 (1 << 7)
16 #define PD8 (1 << 8)
17 #define PD9 (1 << 9)
18 #define PD10 (1 << 10)
19 #define PD11 (1 << 11)
20 #define PD12 (1 << 12)
21 #define PD13 (1 << 13)
22 #define PD14 (1 << 14)
23 #define PD15 (1 << 15)
25 #endif