Home
last modified time | relevance | path

Searched refs:UART_LSR_OE (Results 1 – 11 of 11) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h146 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
/linux/drivers/tty/serial/
H A Dpxa.c112 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
131 if (*status & UART_LSR_OE) in receive_chars()
157 uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag); in receive_chars()
450 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_pxa_set_termios()
469 up->port.ignore_status_mask |= UART_LSR_OE; in serial_pxa_set_termios()
H A Domap-serial.c482 if (lsr & UART_LSR_OE) in serial_omap_rlsi()
491 uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag); in serial_omap_rlsi()
514 uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, TTY_NORMAL); in serial_omap_rdi()
825 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_omap_set_termios()
844 up->port.ignore_status_mask |= UART_LSR_OE; in serial_omap_set_termios()
H A Dserial-tegra.c45 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \
442 if (lsr & UART_LSR_OE) { in tegra_uart_decode_rx_error()
469 uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag); in tegra_uart_decode_rx_error()
H A Dpch_uart.c989 if (lsr & UART_LSR_OE) { in pch_uart_err_ir()
1022 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
/linux/drivers/usb/serial/
H A Dark3116.c497 if (lsr & UART_LSR_OE) in ark3116_update_lsr()
592 if (lsr & UART_LSR_OE) in ark3116_process_read_urb()
H A Dssu100.c456 if (lsr & UART_LSR_OE) { in ssu100_update_lsr()
H A Df81232.c368 if (lsr & UART_LSR_OE) { in f81232_handle_lsr()
H A Dmxuport.c416 if (lsr_event & UART_LSR_OE) { in mxuport_lsr_event()
H A Df81534.c1215 if (lsr & UART_LSR_OE) { in f81534_process_per_serial_block()
/linux/samples/vfio-mdev/
H A Dmtty.c634 lsr |= UART_LSR_OE; in handle_bar_read()