Lines Matching refs:lcr
570 unsigned char lcr = 0, efr = 0; in serial8250_set_sleep() local
587 lcr = serial_in(p, UART_LCR); in serial8250_set_sleep()
597 serial_out(p, UART_LCR, lcr); in serial8250_set_sleep()
1700 up->lcr |= UART_LCR_SBC; in serial8250_break_ctl()
1702 up->lcr &= ~UART_LCR_SBC; in serial8250_break_ctl()
1703 serial_port_out(port, UART_LCR, up->lcr); in serial8250_break_ctl()
2221 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in serial8250_set_divisor()
2268 up->lcr = cval; /* Save computed LCR */ in serial8250_do_set_termios()
2365 serial_port_out(port, UART_LCR, up->lcr); /* reset DLAB */ in serial8250_do_set_termios()
2824 serial_port_out(port, UART_LCR, up->lcr); in serial8250_console_restore()
2895 unsigned char lcr, dll, dlm; in probe_baud() local
2898 lcr = serial_port_in(port, UART_LCR); in probe_baud()
2899 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB); in probe_baud()
2902 serial_port_out(port, UART_LCR, lcr); in probe_baud()