Lines Matching refs:lcr
159 int lcr = serial_in(up, UART_LCR);
177 serial_out(up, UART_LCR, lcr);
242 int lcr = serial_in(up, UART_LCR);
249 serial_out(up, UART_LCR, lcr);
250 lcr = serial_in(up, UART_LCR);
259 serial_out(up, UART_LCR, lcr);
275 serial_out(up, UART_LCR, lcr);
292 serial_out(up, UART_LCR, lcr);
378 /* set DLAB we have cval saved in up->lcr from the call to the core */
379 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
383 serial_port_out(port, UART_LCR, up->lcr);