Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ports-i.h
Go to the documentation of this file.
1 /*
2  * Port I Masks
3  */
4 
5 #ifndef __BFIN_PERIPHERAL_PORT_I__
6 #define __BFIN_PERIPHERAL_PORT_I__
7 
8 #define PI0 (1 << 0)
9 #define PI1 (1 << 1)
10 #define PI2 (1 << 2)
11 #define PI3 (1 << 3)
12 #define PI4 (1 << 4)
13 #define PI5 (1 << 5)
14 #define PI6 (1 << 6)
15 #define PI7 (1 << 7)
16 #define PI8 (1 << 8)
17 #define PI9 (1 << 9)
18 #define PI10 (1 << 10)
19 #define PI11 (1 << 11)
20 #define PI12 (1 << 12)
21 #define PI13 (1 << 13)
22 #define PI14 (1 << 14)
23 #define PI15 (1 << 15)
24 
25 #endif