Searched refs:UART_LSR_FE (Results 1 – 25 of 25) sorted by relevance
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()
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()
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()
128 #define UART_LSR_FE 0x80 /* Frame error indicator */ macro
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()
510 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()528 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()
58 UART_LSR_PE | UART_LSR_FE)347 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
1080 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()1123 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
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()
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()
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()
569 if (lsr & UART_LSR_FE) in ark3116_update_lsr()665 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
505 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
315 } else if (lsr & UART_LSR_FE) { in f81232_process_read_urb()
931 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
417 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
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()
635 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
889 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
1432 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars()1444 else if (lsr & UART_LSR_FE) in serial8250_rx_chars()1459 else if (lsr & UART_LSR_FE) in serial8250_rx_chars()2312 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()2321 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
369 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()378 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
868 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()877 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
537 if (linestatus & UART_LSR_FE) in neo_parse_lsr()
637 UART_LSR_FE) in dgnc_input()
324 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()