repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
drivers
/
tty
/
serial
/
amba-pl011.h
blob
411c60e1f9a4c0cce1632176003b08c354efdbcc
1
#ifndef AMBA_PL011_H
2
#define AMBA_PL011_H
3
4
enum
{
5
REG_DR
,
6
REG_ST_DMAWM
,
7
REG_ST_TIMEOUT
,
8
REG_FR
,
9
REG_LCRH_RX
,
10
REG_LCRH_TX
,
11
REG_IBRD
,
12
REG_FBRD
,
13
REG_CR
,
14
REG_IFLS
,
15
REG_IMSC
,
16
REG_RIS
,
17
REG_MIS
,
18
REG_ICR
,
19
REG_DMACR
,
20
REG_ST_XFCR
,
21
REG_ST_XON1
,
22
REG_ST_XON2
,
23
REG_ST_XOFF1
,
24
REG_ST_XOFF2
,
25
REG_ST_ITCR
,
26
REG_ST_ITIP
,
27
REG_ST_ABCR
,
28
REG_ST_ABIMSC
,
29
30
/* The size of the array - must be last */
31
REG_ARRAY_SIZE
,
32
};
33
34
#endif