/linux-4.1.27/drivers/tty/serial/ |
D | pxa.c | 120 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 125 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 137 else if (*status & UART_LSR_FE) in receive_chars() 158 else if (*status & UART_LSR_FE) in receive_chars() 497 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios() 506 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
|
D | vr41xx_siu.c | 331 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars() 334 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 341 if (lsr & UART_LSR_FE) in receive_chars() 351 if (lsr & UART_LSR_FE) in receive_chars() 561 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios() 567 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
|
D | m32r_sio_reg.h | 128 #define UART_LSR_FE 0x80 /* Frame error indicator */ macro
|
D | m32r_sio.c | 321 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 326 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 338 else if (*status & UART_LSR_FE) in receive_chars() 359 else if (*status & UART_LSR_FE) in receive_chars() 750 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios() 759 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
|
D | sunsu.c | 336 UART_LSR_FE | UART_LSR_OE))) { in receive_chars() 341 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 356 else if (*status & UART_LSR_FE) in receive_chars() 377 else if (*status & UART_LSR_FE) in receive_chars() 847 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed() 856 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
|
D | omap-serial.c | 525 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi() 543 if (lsr & UART_LSR_FE) { in serial_omap_rlsi() 927 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios() 936 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
|
D | serial-tegra.c | 58 UART_LSR_PE | UART_LSR_FE) 330 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
|
D | pch_uart.c | 1077 if (lsr & UART_LSR_FE) { in pch_uart_err_ir() 1120 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
|
/linux-4.1.27/drivers/mmc/card/ |
D | sdio_uart.c | 308 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed() 317 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed() 388 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars() 393 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars() 397 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars() 410 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-io-serial.c | 137 } else if (st & (UART_LSR_FE | UART_LSR_OE | UART_LSR_PE)) { in gdbstub_io_rx_char()
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-io.c | 172 else if (st & (UART_LSR_FE|UART_LSR_OE|UART_LSR_PE)) { in gdbstub_rx_char()
|
/linux-4.1.27/include/uapi/linux/ |
D | serial_reg.h | 136 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
|
/linux-4.1.27/drivers/tty/ |
D | amiserial.c | 286 UART_LSR_FE | UART_LSR_OE)) { in receive_chars() 291 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars() 295 else if (status & UART_LSR_FE) in receive_chars() 319 else if (status & UART_LSR_FE) in receive_chars() 752 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed() 761 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
|
D | mxser.c | 763 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed() 780 UART_LSR_FE; in mxser_change_speed() 784 UART_LSR_FE; in mxser_change_speed() 2123 } else if (*status & UART_LSR_FE) { in mxser_receive_chars() 2273 if (status & UART_LSR_FE) in mxser_interrupt()
|
/linux-4.1.27/drivers/usb/serial/ |
D | ark3116.c | 549 if (lsr & UART_LSR_FE) in ark3116_update_lsr() 645 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
|
D | ssu100.c | 488 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
|
D | f81232.c | 315 } else if (lsr & UART_LSR_FE) { in f81232_process_read_urb()
|
D | quatech2.c | 927 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
|
D | mxuport.c | 417 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
|
/linux-4.1.27/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 432 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue() 441 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
|
D | jsm_tty.c | 632 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
|
D | jsm_neo.c | 887 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_cls.c | 882 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue() 891 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
|
D | dgnc_neo.c | 553 if (linestatus & UART_LSR_FE) in neo_parse_lsr()
|
D | dgnc_tty.c | 630 else if (*(ch->ch_equeue + tail + i) & UART_LSR_FE) in dgnc_input()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_omap.c | 352 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios() 361 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
|
D | 8250_core.c | 1503 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars() 1515 else if (lsr & UART_LSR_FE) in serial8250_rx_chars() 1530 else if (lsr & UART_LSR_FE) in serial8250_rx_chars() 2618 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios() 2627 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | elsa_ser.c | 324 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()
|