Searched refs:UART_LSR_PE (Results 1 – 6 of 6) 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)
287 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()296 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()364 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in sdio_uart_receive_chars()370 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()372 } else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()385 else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()
403 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios_atomic()412 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios_atomic()1253 if (status & (UART_LSR_FE | UART_LSR_PE | UART_LSR_BI)) in am654_8250_handle_uart_errors()
620 else if (error & UART_LSR_PE) in jsm_input()
46 UART_LSR_PE | UART_LSR_FE)447 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
409 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()