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-g.h
blob
09355d333c0e139688ad332ffa2e995a676cb60d
1
/*
2
* Port G Masks
3
*/
4
5
#ifndef __BFIN_PERIPHERAL_PORT_G__
6
#define __BFIN_PERIPHERAL_PORT_G__
7
8
#define PG0 (1 << 0)
9
#define PG1 (1 << 1)
10
#define PG2 (1 << 2)
11
#define PG3 (1 << 3)
12
#define PG4 (1 << 4)
13
#define PG5 (1 << 5)
14
#define PG6 (1 << 6)
15
#define PG7 (1 << 7)
16
#define PG8 (1 << 8)
17
#define PG9 (1 << 9)
18
#define PG10 (1 << 10)
19
#define PG11 (1 << 11)
20
#define PG12 (1 << 12)
21
#define PG13 (1 << 13)
22
#define PG14 (1 << 14)
23
#define PG15 (1 << 15)
24
25
#endif