Lines Matching refs:lcr
159 int lcr = serial_in(up, UART_LCR);
177 serial_out(up, UART_LCR, lcr);
236 int lcr = serial_in(up, UART_LCR);
240 serial_out(up, UART_LCR, lcr);
241 lcr = serial_in(up, UART_LCR);
250 serial_out(up, UART_LCR, lcr);
266 serial_out(up, UART_LCR, lcr);
283 serial_out(up, UART_LCR, lcr);
369 /* set DLAB we have cval saved in up->lcr from the call to the core */
370 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
374 serial_port_out(port, UART_LCR, up->lcr);