Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / drivers / tty / serial / amba-pl011.h
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