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-i.h
blob
f176f08af6246056b55ba4036aabdb8cffd35ff1
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