Home
last modified time | relevance | path

Searched refs:UART_LCR_8N1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2ser.c55 com_port->lcr = UART_LCR_BKSE | UART_LCR_8N1; in ps2ser_init()
58 com_port->lcr = UART_LCR_8N1; in ps2ser_init()
/OK3568_Linux_fs/u-boot/include/
H A Dns16550.h202 #define UART_LCR_8N1 0x03 macro
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dns16550.c19 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */