aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-19 15:25:23 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-19 15:25:23 -0800
commit8ee3f402676bf59caa454b7171ae09c8ac136627 (patch)
tree268723b53609e44e9e508546f60aa137ef956b8b /include
parent3b762d321a5e73d3a892a13f0c84dc1d3d50e928 (diff)
parent832f4ede791ae0a96dcbb231ccb181ad7a54bfc2 (diff)
downloadlinux-8ee3f402676bf59caa454b7171ae09c8ac136627.tar.gz
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/hardware/amba_serial.h5
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 71770aa6389fe..dc726ffccebd8 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