Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ports-j.h
Go to the documentation of this file.
1 /*
2  * Port J Masks
3  */
4 
5 #ifndef __BFIN_PERIPHERAL_PORT_J__
6 #define __BFIN_PERIPHERAL_PORT_J__
7 
8 #define PJ0 (1 << 0)
9 #define PJ1 (1 << 1)
10 #define PJ2 (1 << 2)
11 #define PJ3 (1 << 3)
12 #define PJ4 (1 << 4)
13 #define PJ5 (1 << 5)
14 #define PJ6 (1 << 6)
15 #define PJ7 (1 << 7)
16 #define PJ8 (1 << 8)
17 #define PJ9 (1 << 9)
18 #define PJ10 (1 << 10)
19 #define PJ11 (1 << 11)
20 #define PJ12 (1 << 12)
21 #define PJ13 (1 << 13)
22 #define PJ14 (1 << 14)
23 #define PJ15 (1 << 15)
24 
25 #endif