Searched refs:UART_LCRVAL (Results 1 – 2 of 2) sorted by relevance
29 #define UART_LCRVAL UART_LCR_8N1 macro79 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()
24 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */ macro262 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