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