| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | serial-tegra.c | 46 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \ 438 if (lsr & UART_LSR_OE) { in tegra_uart_decode_rx_error() 465 uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag); in tegra_uart_decode_rx_error()
|
| H A D | pch_uart.c | 1049 if (lsr & UART_LSR_OE) { in pch_uart_err_ir() 1083 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 165 #define UART_LSR_OE 0x02 /* Overrun */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | serial_reg.h | 139 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | serial_reg.h | 139 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_reg.h | 141 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | serial_reg.h | 131 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | 8250_omap.c | 411 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in omap_8250_set_termios() 430 up->port.ignore_status_mask |= UART_LSR_OE; in omap_8250_set_termios() 653 if ((lsr & UART_LSR_OE) && up->overrun_backoff_time_ms > 0) { in omap8250_irq()
|
| H A D | 8250_port.c | 1750 if (lsr & UART_LSR_OE) in serial8250_read_char() 1769 uart_insert_char(port, lsr, UART_LSR_OE, ch, flag); in serial8250_read_char() 1965 if (status & UART_LSR_OE) in serial8250_handle_irq() 2832 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial8250_do_set_termios() 2851 port->ignore_status_mask |= UART_LSR_OE; in serial8250_do_set_termios()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | ssu100.c | 487 if (lsr & UART_LSR_OE) { in ssu100_update_lsr()
|
| H A D | f81232.c | 394 if (lsr & UART_LSR_OE) { in f81232_handle_lsr()
|
| H A D | mxuport.c | 423 if (lsr_event & UART_LSR_OE) { in mxuport_lsr_event()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/ |
| H A D | au1x00.h | 680 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | serial-u16550.c | 228 if (status & UART_LSR_OE) in snd_uart16550_io_loop()
|