/linux-6.1.9/include/uapi/linux/ |
D | serial_reg.h | 140 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro 142 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
|
/linux-6.1.9/drivers/mmc/core/ |
D | sdio_uart.c | 287 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sdio_uart_change_speed() 306 port->ignore_status_mask |= UART_LSR_OE; in sdio_uart_change_speed() 369 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars() 380 if (*status & UART_LSR_OE) in sdio_uart_receive_chars() 395 if ((*status & port->ignore_status_mask & ~UART_LSR_OE) == 0) in sdio_uart_receive_chars() 402 if (*status & ~port->ignore_status_mask & UART_LSR_OE) in sdio_uart_receive_chars()
|
/linux-6.1.9/drivers/tty/serial/ |
D | pxa.c | 112 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() 473 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_pxa_set_termios() 492 up->port.ignore_status_mask |= UART_LSR_OE; in serial_pxa_set_termios()
|
D | sunsu.c | 334 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 356 if (*status & UART_LSR_OE) in receive_chars() 382 if (*status & UART_LSR_OE) in receive_chars() 837 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sunsu_change_speed() 856 up->port.ignore_status_mask |= UART_LSR_OE; in sunsu_change_speed()
|
D | omap-serial.c | 509 if (lsr & UART_LSR_OE) in serial_omap_rlsi() 518 uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag); in serial_omap_rlsi() 543 uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, flag); in serial_omap_rdi() 854 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_omap_set_termios() 873 up->port.ignore_status_mask |= UART_LSR_OE; in serial_omap_set_termios()
|
D | serial-tegra.c | 46 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \ 443 if (lsr & UART_LSR_OE) { in tegra_uart_decode_rx_error() 470 uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag); in tegra_uart_decode_rx_error()
|
D | pch_uart.c | 1006 if (lsr & UART_LSR_OE) { in pch_uart_err_ir() 1040 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
|
/linux-6.1.9/drivers/tty/ |
D | amiserial.c | 196 status |= UART_LSR_OE; in receive_chars() 213 UART_LSR_FE | UART_LSR_OE)) { in receive_chars() 224 if (status & UART_LSR_OE) in receive_chars() 248 if (status & UART_LSR_OE) { in receive_chars() 653 info->read_status_mask = UART_LSR_OE | UART_LSR_DR; in change_speed() 672 info->ignore_status_mask |= UART_LSR_OE; in change_speed()
|
D | mxser.c | 647 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in mxser_change_speed() 664 UART_LSR_OE | in mxser_change_speed() 668 UART_LSR_OE | in mxser_change_speed() 1515 if (hwid && (status & UART_LSR_OE)) in mxser_receive_chars_old() 1537 } else if (status & UART_LSR_OE) { in mxser_receive_chars_old()
|
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_fsl.c | 58 if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) { in fsl8250_handle_irq()
|
D | 8250_omap.c | 397 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in omap_8250_set_termios() 416 up->port.ignore_status_mask |= UART_LSR_OE; in omap_8250_set_termios() 639 if ((lsr & UART_LSR_OE) && up->overrun_backoff_time_ms > 0) { in omap8250_irq()
|
D | 8250_port.c | 1764 if (lsr & UART_LSR_OE) in serial8250_read_char() 1783 uart_insert_char(port, lsr, UART_LSR_OE, ch, flag); in serial8250_read_char() 2804 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial8250_do_set_termios() 2823 port->ignore_status_mask |= UART_LSR_OE; in serial8250_do_set_termios()
|
/linux-6.1.9/drivers/usb/serial/ |
D | ark3116.c | 494 if (lsr & UART_LSR_OE) in ark3116_update_lsr() 589 if (lsr & UART_LSR_OE) in ark3116_process_read_urb()
|
D | quatech2.c | 834 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr() 847 if (newLSR & UART_LSR_OE) in qt2_update_lsr()
|
D | ssu100.c | 456 if (lsr & UART_LSR_OE) { in ssu100_update_lsr()
|
D | f81232.c | 369 if (lsr & UART_LSR_OE) { in f81232_handle_lsr()
|
D | mxuport.c | 416 if (lsr_event & UART_LSR_OE) { in mxuport_lsr_event()
|
D | f81534.c | 1213 if (lsr & UART_LSR_OE) { in f81534_process_per_serial_block()
|
/linux-6.1.9/sound/drivers/ |
D | serial-u16550.c | 226 if (status & UART_LSR_OE) in snd_uart16550_io_loop()
|
/linux-6.1.9/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 891 if (linestatus & UART_LSR_OE) { in neo_parse_lsr()
|
/linux-6.1.9/samples/vfio-mdev/ |
D | mtty.c | 577 lsr |= UART_LSR_OE; in handle_bar_read()
|