Home
last modified time | relevance | path

Searched refs:UART_LCRVAL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_omap.c27 #define UART_LCRVAL UART_LCR_8N1 macro
77 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
80 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
H A Dns16550.c20 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */ macro
188 serial_out(UART_LCRVAL, &com_port->lcr); in NS16550_init()
269 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
272 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
279 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in NS16550_read_baud_divisor()
282 serial_dout(&com_port->lcr, UART_LCRVAL); in NS16550_read_baud_divisor()