diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-19 15:25:23 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-19 15:25:23 -0800 |
commit | 8ee3f402676bf59caa454b7171ae09c8ac136627 (patch) | |
tree | 268723b53609e44e9e508546f60aa137ef956b8b /include/asm-arm | |
parent | 3b762d321a5e73d3a892a13f0c84dc1d3d50e928 (diff) | |
parent | 832f4ede791ae0a96dcbb231ccb181ad7a54bfc2 (diff) |
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/hardware/amba_serial.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/hardware/amba_serial.h b/include/asm-arm/hardware/amba_serial.h index 71770aa6389..dc726ffcceb 100644 --- a/include/asm-arm/hardware/amba_serial.h +++ b/include/asm-arm/hardware/amba_serial.h @@ -50,6 +50,11 @@ #define UART011_ICR 0x44 /* Interrupt clear register. */ #define UART011_DMACR 0x48 /* DMA control register. */ +#define UART011_DR_OE (1 << 11) +#define UART011_DR_BE (1 << 10) +#define UART011_DR_PE (1 << 9) +#define UART011_DR_FE (1 << 8) + #define UART01x_RSR_OE 0x08 #define UART01x_RSR_BE 0x04 #define UART01x_RSR_PE 0x02 |