Home
last modified time | relevance | path

Searched refs:UART_LSR_OE (Results 1 – 15 of 15) 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 Dsunsu.c310 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
332 if (*status & UART_LSR_OE) in receive_chars()
358 if (*status & UART_LSR_OE) in receive_chars()
813 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sunsu_change_speed()
832 up->port.ignore_status_mask |= UART_LSR_OE; in sunsu_change_speed()
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/mmc/core/
H A Dsdio_uart.c285 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sdio_uart_change_speed()
304 port->ignore_status_mask |= UART_LSR_OE; in sdio_uart_change_speed()
365 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()
376 if (*status & UART_LSR_OE) in sdio_uart_receive_chars()
391 if ((*status & port->ignore_status_mask & ~UART_LSR_OE) == 0) in sdio_uart_receive_chars()
398 if (*status & ~port->ignore_status_mask & UART_LSR_OE) in sdio_uart_receive_chars()
/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 Dquatech2.c830 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr()
843 if (newLSR & UART_LSR_OE) in qt2_update_lsr()
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/drivers/tty/serial/8250/
H A D8250_port.c1624 if (lsr & UART_LSR_OE) in serial8250_read_char()
1643 uart_insert_char(port, lsr, UART_LSR_OE, ch, flag); in serial8250_read_char()
2666 port->read_status_mask = UART_LSR_OE | UART_LSR_DR; in serial8250_set_errors_and_ignores()
2683 port->ignore_status_mask |= UART_LSR_OE; in serial8250_set_errors_and_ignores()
/linux/samples/vfio-mdev/
H A Dmtty.c637 lsr |= UART_LSR_OE; in handle_bar_read()