Searched refs:UART_LSR_FE (Results 1 – 16 of 16) sorted by relevance
144 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
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()
310 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()315 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()330 else if (*status & UART_LSR_FE) in receive_chars()351 else if (*status & UART_LSR_FE) in receive_chars()815 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()824 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
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()
46 UART_LSR_PE | UART_LSR_FE)452 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
979 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()1021 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
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()653 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()662 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
647 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()664 UART_LSR_FE; in mxser_change_speed()668 UART_LSR_FE; in mxser_change_speed()1532 } else if (status & UART_LSR_FE) { in mxser_receive_chars_old()
493 if (lsr & UART_LSR_FE) in ark3116_update_lsr()588 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
451 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
364 } else if (lsr & UART_LSR_FE) { in f81232_handle_lsr()
406 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
1617 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()1629 else if (lsr & UART_LSR_FE) in serial8250_read_char()1644 else if (lsr & UART_LSR_FE) in serial8250_read_char()2702 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_set_errors_and_ignores()2709 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_set_errors_and_ignores()
424 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()433 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
622 else if (error & UART_LSR_FE) in jsm_input()
866 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()