Searched refs:UART_LCR_8N1 (Results 1 – 3 of 3) sorted by relevance
55 com_port->lcr = UART_LCR_BKSE | UART_LCR_8N1; in ps2ser_init()58 com_port->lcr = UART_LCR_8N1; in ps2ser_init()
202 #define UART_LCR_8N1 0x03 macro
19 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */