Home
last modified time | relevance | path

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

/u-boot/drivers/serial/
A Dserial_omap.c29 #define UART_LCRVAL UART_LCR_8N1 macro
79 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
82 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
A Dns16550.c24 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */ macro
262 serial_out(UART_LCRVAL, &com_port->lcr); in ns16550_init()
343 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
346 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
353 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in NS16550_read_baud_divisor()
356 serial_dout(&com_port->lcr, UART_LCRVAL); in NS16550_read_baud_divisor()

Completed in 4 milliseconds