/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_uart.c | 300 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sdio_uart_change_speed() 319 port->ignore_status_mask |= UART_LSR_OE; in sdio_uart_change_speed() 382 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars() 393 if (*status & UART_LSR_OE) in sdio_uart_receive_chars() 408 if ((*status & port->ignore_status_mask & ~UART_LSR_OE) == 0) in sdio_uart_receive_chars() 415 if (*status & ~port->ignore_status_mask & UART_LSR_OE) in sdio_uart_receive_chars()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A 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()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | serial_reg.h | 145 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro 147 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pxa.c | 111 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 130 if (*status & UART_LSR_OE) in receive_chars() 156 uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag); in receive_chars() 486 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_pxa_set_termios() 505 up->port.ignore_status_mask |= UART_LSR_OE; in serial_pxa_set_termios()
|
H A D | vr41xx_siu.c | 315 UART_LSR_PE | UART_LSR_OE))) { in receive_chars() 328 if (lsr & UART_LSR_OE) in receive_chars() 343 uart_insert_char(port, lsr, UART_LSR_OE, ch, flag); in receive_chars() 542 port->read_status_mask = UART_LSR_THRE | UART_LSR_OE | UART_LSR_DR; in siu_set_termios() 554 port->ignore_status_mask |= UART_LSR_OE; in siu_set_termios()
|
H A D | sunsu.c | 333 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 355 if (*status & UART_LSR_OE) in receive_chars() 381 if (*status & UART_LSR_OE) in receive_chars() 842 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sunsu_change_speed() 861 up->port.ignore_status_mask |= UART_LSR_OE; in sunsu_change_speed()
|
H A D | omap-serial.c | 528 if (lsr & UART_LSR_OE) in serial_omap_rlsi() 537 uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag); in serial_omap_rlsi() 562 uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, flag); in serial_omap_rdi() 907 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_omap_set_termios() 926 up->port.ignore_status_mask |= UART_LSR_OE; in serial_omap_set_termios()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A 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() 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 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() 836 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sunsu_change_speed() 855 up->port.ignore_status_mask |= UART_LSR_OE; in sunsu_change_speed()
|
H A D | omap-serial.c | 482 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()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | amiserial.c | 231 status |= UART_LSR_OE; in receive_chars() 248 UART_LSR_FE | UART_LSR_OE)) { in receive_chars() 259 if (status & UART_LSR_OE) in receive_chars() 283 if (status & UART_LSR_OE) { in receive_chars() 695 info->read_status_mask = UART_LSR_OE | UART_LSR_DR; in change_speed() 714 info->ignore_status_mask |= UART_LSR_OE; in change_speed()
|
H A D | mxser.c | 757 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in mxser_change_speed() 774 UART_LSR_OE | in mxser_change_speed() 778 UART_LSR_OE | in mxser_change_speed() 2105 if (port->board->chip_flag && (*status & UART_LSR_OE)) in mxser_receive_chars() 2126 } else if (*status & UART_LSR_OE) { in mxser_receive_chars() 2273 if (status & UART_LSR_OE) in mxser_interrupt()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A 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()
|
H A D | mxser.c | 648 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in mxser_change_speed() 665 UART_LSR_OE | in mxser_change_speed() 669 UART_LSR_OE | in mxser_change_speed() 1516 if (hwid && (status & UART_LSR_OE)) in mxser_receive_chars_old() 1538 } else if (status & UART_LSR_OE) { in mxser_receive_chars_old()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_fsl.c | 62 if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) { in fsl8250_handle_irq()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_fsl.c | 70 if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) { in fsl8250_handle_irq()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ark3116.c | 522 if (lsr & UART_LSR_OE) in ark3116_update_lsr() 617 if (lsr & UART_LSR_OE) in ark3116_process_read_urb()
|
H A D | quatech2.c | 865 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr() 878 if (newLSR & UART_LSR_OE) in qt2_update_lsr()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | ark3116.c | 497 if (lsr & UART_LSR_OE) in ark3116_update_lsr() 592 if (lsr & UART_LSR_OE) in ark3116_process_read_urb()
|
H A D | quatech2.c | 830 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr() 843 if (newLSR & UART_LSR_OE) in qt2_update_lsr()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | serial_reg.h | 140 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | serial_reg.h | 100 #define UART_LSR_OE 0x02 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | serial_reg.h | 88 #define UART_LSR_OE 0x02 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | serial_reg.h | 100 #define UART_LSR_OE 0x02 macro
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | fwserial.c | 546 lsr |= UART_LSR_OE; in fwtty_rx() 548 if (lsr & UART_LSR_OE) in fwtty_rx() 552 if (lsr & ~port->ignore_mask & UART_LSR_OE) { in fwtty_rx() 560 if (lsr & port->ignore_mask & ~UART_LSR_OE) { in fwtty_rx() 952 port->status_mask = UART_LSR_OE; in set_termios() 960 port->ignore_mask |= UART_LSR_OE; in set_termios()
|