staging: erofs: integrate decompression inplace
[linux/fpc-iii.git] / drivers / tty / serial / amba-pl011.h
blob077eb12a34723235259dba1bc996820547ceb560
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef AMBA_PL011_H
3 #define AMBA_PL011_H
5 enum {
6 REG_DR,
7 REG_ST_DMAWM,
8 REG_ST_TIMEOUT,
9 REG_FR,
10 REG_LCRH_RX,
11 REG_LCRH_TX,
12 REG_IBRD,
13 REG_FBRD,
14 REG_CR,
15 REG_IFLS,
16 REG_IMSC,
17 REG_RIS,
18 REG_MIS,
19 REG_ICR,
20 REG_DMACR,
21 REG_ST_XFCR,
22 REG_ST_XON1,
23 REG_ST_XON2,
24 REG_ST_XOFF1,
25 REG_ST_XOFF2,
26 REG_ST_ITCR,
27 REG_ST_ITIP,
28 REG_ST_ABCR,
29 REG_ST_ABIMSC,
31 /* The size of the array - must be last */
32 REG_ARRAY_SIZE,
35 #endif