| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | serial_reg.h | 143 #define UART_LSR_FE 0x08 /* Frame 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-6.6/drivers/tty/serial/ |
| D | pxa.c | 112 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 117 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 129 else if (*status & UART_LSR_FE) in receive_chars() 150 else if (*status & UART_LSR_FE) in receive_chars() 452 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios() 461 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
|
| D | sunsu.c | 334 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 339 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 354 else if (*status & UART_LSR_FE) in receive_chars() 375 else if (*status & UART_LSR_FE) in receive_chars() 838 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed() 847 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
|
| D | omap-serial.c | 459 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi() 477 if (lsr & UART_LSR_FE) { in serial_omap_rlsi() 827 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios() 836 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/mmc/core/ |
| D | sdio_uart.c | 289 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed() 298 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed() 369 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars() 374 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars() 378 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars() 391 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
|
| /kernel/linux/linux-6.6/drivers/tty/ |
| D | amiserial.c | 213 UART_LSR_FE | UART_LSR_OE)) { in receive_chars() 218 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 222 else if (status & UART_LSR_FE) in receive_chars() 246 else if (status & UART_LSR_FE) in receive_chars() 655 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed() 664 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
|
| D | mxser.c | 650 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed() 667 UART_LSR_FE; in mxser_change_speed() 671 UART_LSR_FE; in mxser_change_speed() 1535 } else if (status & UART_LSR_FE) { in mxser_receive_chars_old()
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| 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()
|
| 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()
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | serial_reg.h | 98 #define UART_LSR_FE 0x08 macro
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | serial_reg.h | 138 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | serial_reg.h | 86 #define UART_LSR_FE 0x08 macro
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | serial_reg.h | 98 #define UART_LSR_FE 0x08 macro
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | ark3116.c | 493 if (lsr & UART_LSR_FE) in ark3116_update_lsr() 588 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
|
| D | ssu100.c | 451 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/tty/serial/jsm/ |
| D | jsm_cls.c | 419 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue() 428 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
| D | 8250_port.c | 1735 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char() 1747 else if (lsr & UART_LSR_FE) in serial8250_read_char() 1762 else if (lsr & UART_LSR_FE) in serial8250_read_char() 2830 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios() 2839 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_port.c | 1725 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char() 1737 else if (lsr & UART_LSR_FE) in serial8250_read_char() 1752 else if (lsr & UART_LSR_FE) in serial8250_read_char() 2771 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios() 2780 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
|