Searched refs:UART_LSR_BRK_ERROR_BITS (Results 1 – 8 of 8) sorted by relevance
113 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
546 if (lsr&UART_LSR_BRK_ERROR_BITS) { in ark3116_update_lsr()634 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; in ark3116_process_read_urb()640 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ark3116_process_read_urb()
475 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
307 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81232_process_read_urb()
916 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
140 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
39 if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) in tegra_serial_handle_break()
1501 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_rx_chars()