]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/asm-blackfin/mach-bf533/ports.h
Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev
[karo-tx-uboot.git] / include / asm-blackfin / mach-bf533 / ports.h
1 /*
2  * Port Masks
3  */
4
5 #ifndef __BFIN_PERIPHERAL_PORT__
6 #define __BFIN_PERIPHERAL_PORT__
7
8 /* Port F Masks */
9 #define PF0                     0x0001
10 #define PF1                     0x0002
11 #define PF2                     0x0004
12 #define PF3                     0x0008
13 #define PF4                     0x0010
14 #define PF5                     0x0020
15 #define PF6                     0x0040
16 #define PF7                     0x0080
17 #define PF8                     0x0100
18 #define PF9                     0x0200
19 #define PF10                    0x0400
20 #define PF11                    0x0800
21 #define PF12                    0x1000
22 #define PF13                    0x2000
23 #define PF14                    0x4000
24 #define PF15                    0x8000
25
26 #endif