Go to the documentation of this file.
15 #include <asm/serial-regs.h>
43 #define UART_LCR_DLAB 0x80
44 #define UART_LCR_SBC 0x40
45 #define UART_LCR_SPAR 0x20
46 #define UART_LCR_EPAR 0x10
47 #define UART_LCR_PARITY 0x08
48 #define UART_LCR_STOP 0x04
49 #define UART_LCR_WLEN5 0x00
50 #define UART_LCR_WLEN6 0x01
51 #define UART_LCR_WLEN7 0x02
52 #define UART_LCR_WLEN8 0x03