Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dns16550.c19 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */ macro
150 serial_out(UART_LCR_BKSE | UART_LCRVAL, &com_port->lcr); in NS16550_setbrg()
153 serial_out(UART_LCRVAL, &com_port->lcr); in NS16550_setbrg()
261 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
264 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
296 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
299 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()