Searched refs:UART_LSR_PE (Results 1 – 11 of 11) sorted by relevance
145 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
111 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()117 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()127 } else if (*status & UART_LSR_PE) in receive_chars()148 } else if (*status & UART_LSR_PE) 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()
459 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()472 if (lsr & UART_LSR_PE) { 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)447 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
984 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()1022 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
495 if (lsr & UART_LSR_PE) in ark3116_update_lsr()586 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
446 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
360 } else if (lsr & UART_LSR_PE) { in f81232_handle_lsr()
411 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()
1207 } else if (lsr & UART_LSR_PE) { in f81534_process_per_serial_block()
620 else if (error & UART_LSR_PE) in jsm_input()