repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110426
[linux-2.6/next.git]
/
arch
/
blackfin
/
include
/
mach-common
/
ports-j.h
blob
924123ecec5a4024f215baaca5e3948f181427bf
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