diff options
Diffstat (limited to 'drivers/tty/serial/mrst_max3110.h')
| -rw-r--r-- | drivers/tty/serial/mrst_max3110.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/mrst_max3110.h b/drivers/tty/serial/mrst_max3110.h index c37ea48c825a..35af0739513b 100644 --- a/drivers/tty/serial/mrst_max3110.h +++ b/drivers/tty/serial/mrst_max3110.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | /* status bits for all 4 MAX3110 operate modes */ | 7 | /* status bits for all 4 MAX3110 operate modes */ |
| 8 | #define MAX3110_READ_DATA_AVAILABLE (1 << 15) | 8 | #define MAX3110_READ_DATA_AVAILABLE (1 << 15) |
| 9 | #define MAX3110_WRITE_BUF_EMPTY (1 << 14) | 9 | #define MAX3110_WRITE_BUF_EMPTY (1 << 14) |
| 10 | #define MAX3110_BREAK (1 << 10) | ||
| 10 | 11 | ||
| 11 | #define WC_TAG (3 << 14) | 12 | #define WC_TAG (3 << 14) |
| 12 | #define RC_TAG (1 << 14) | 13 | #define RC_TAG (1 << 14) |
