summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/serial/sc16is752-regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/dev/serial/sc16is752-regs.h')
-rw-r--r--cpukit/dev/serial/sc16is752-regs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/dev/serial/sc16is752-regs.h b/cpukit/dev/serial/sc16is752-regs.h
index b07e489a3e..b74f5aa84a 100644
--- a/cpukit/dev/serial/sc16is752-regs.h
+++ b/cpukit/dev/serial/sc16is752-regs.h
@@ -68,6 +68,8 @@ extern "C" {
#define SC16IS752_EFCR_RS485_ENABLE (1u << 0)
#define SC16IS752_EFCR_RX_DISABLE (1u << 1)
#define SC16IS752_EFCR_TX_DISABLE (1u << 2)
+#define SC16IS752_EFCR_RTSCON (1u << 4)
+#define SC16IS752_EFCR_RTSINVER (1u << 5)
/* IER */
#define SC16IS752_IER_RHR (1u << 0)
@@ -91,6 +93,7 @@ extern "C" {
#define SC16IS752_LCR_2_STOP_BIT (1u << 2)
#define SC16IS752_LCR_SET_PARITY (1u << 3)
#define SC16IS752_LCR_EVEN_PARITY (1u << 4)
+#define SC16IS752_LCR_BREAK (1u << 5)
#define SC16IS752_LCR_ENABLE_DIVISOR (1u << 7)
/* LSR */