]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/blackfin/include/asm/mach-common/bits/ports-d.h
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
[people/ms/u-boot.git] / arch / blackfin / include / asm / mach-common / bits / ports-d.h
1 /*
2 * Port D Masks
3 */
4
5 #ifndef __BFIN_PERIPHERAL_PORT_D__
6 #define __BFIN_PERIPHERAL_PORT_D__
7
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)
24
25 #endif