Searched refs:UART_LSR_OE (Results 1 – 6 of 6) sorted by relevance
146 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
285 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sdio_uart_change_speed()304 port->ignore_status_mask |= UART_LSR_OE; in sdio_uart_change_speed()365 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()376 if (*status & UART_LSR_OE) in sdio_uart_receive_chars()391 if ((*status & port->ignore_status_mask & ~UART_LSR_OE) == 0) in sdio_uart_receive_chars()398 if (*status & ~port->ignore_status_mask & UART_LSR_OE) in sdio_uart_receive_chars()
401 port->read_status_mask = UART_LSR_OE | UART_LSR_DR; in omap_8250_set_termios_atomic()420 port->ignore_status_mask |= UART_LSR_OE; in omap_8250_set_termios_atomic()681 if ((lsr & UART_LSR_OE) && up->overrun_backoff_time_ms > 0) { in omap8250_irq()1248 if (status & UART_LSR_OE) { in am654_8250_handle_uart_errors()1270 (up->ier & UART_IER_RDI) && !(status & UART_LSR_OE)) { in am654_8250_handle_rx_dma()
45 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \442 if (lsr & UART_LSR_OE) { in tegra_uart_decode_rx_error()469 uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag); in tegra_uart_decode_rx_error()
414 if (lsr_event & UART_LSR_OE) { in mxuport_lsr_event()
637 lsr |= UART_LSR_OE; in handle_bar_read()