| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pxa.c | 111 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 116 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 128 else if (*status & UART_LSR_FE) in receive_chars() 149 else if (*status & UART_LSR_FE) in receive_chars() 488 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios() 497 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
|
| H A D | vr41xx_siu.c | 314 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars() 317 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 324 if (lsr & UART_LSR_FE) in receive_chars() 334 if (lsr & UART_LSR_FE) in receive_chars() 544 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios() 550 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
|
| H A D | sunsu.c | 333 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 338 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 353 else if (*status & UART_LSR_FE) in receive_chars() 374 else if (*status & UART_LSR_FE) in receive_chars() 844 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed() 853 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
|
| H A D | omap-serial.c | 505 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi() 523 if (lsr & UART_LSR_FE) { in serial_omap_rlsi() 909 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios() 918 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
|
| H A D | serial-tegra.c | 47 UART_LSR_PE | UART_LSR_FE) 448 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
|
| H A D | pch_uart.c | 1039 if (lsr & UART_LSR_FE) { in pch_uart_err_ir() 1082 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_uart.c | 302 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed() 311 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed() 382 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars() 387 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars() 391 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars() 404 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | amiserial.c | 248 UART_LSR_FE | UART_LSR_OE)) { in receive_chars() 253 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 257 else if (status & UART_LSR_FE) in receive_chars() 281 else if (status & UART_LSR_FE) in receive_chars() 697 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed() 706 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
|
| H A D | mxser.c | 759 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed() 776 UART_LSR_FE; in mxser_change_speed() 780 UART_LSR_FE; in mxser_change_speed() 2123 } else if (*status & UART_LSR_FE) { in mxser_receive_chars() 2271 if (status & UART_LSR_FE) in mxser_interrupt()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 167 #define UART_LSR_FE 0x08 /* Framing error */ 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 | 137 #define UART_LSR_FE 0x08 /* Frame 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 | 137 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_reg.h | 139 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | serial_reg.h | 129 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ark3116.c | 518 if (lsr & UART_LSR_FE) in ark3116_update_lsr() 613 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
|
| H A D | ssu100.c | 482 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
|
| H A D | quatech2.c | 884 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
|
| H A D | f81232.c | 389 } else if (lsr & UART_LSR_FE) { in f81232_handle_lsr()
|
| H A D | mxuport.c | 413 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm_cls.c | 423 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue() 432 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
|
| H A D | jsm_tty.c | 617 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
|
| H A D | jsm_neo.c | 877 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 1736 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char() 1748 else if (lsr & UART_LSR_FE) in serial8250_read_char() 1763 else if (lsr & UART_LSR_FE) in serial8250_read_char() 1969 if (status & UART_LSR_FE) in serial8250_handle_irq() 2834 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios() 2843 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
|
| H A D | 8250_omap.c | 413 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios() 422 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/ |
| H A D | au1x00.h | 678 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
|