Searched refs:UART_LSR_BRK_ERROR_BITS (Results 1 – 9 of 9) sorted by relevance
490 if (lsr&UART_LSR_BRK_ERROR_BITS) { in ark3116_update_lsr()577 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; in ark3116_process_read_urb()583 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ark3116_process_read_urb()
438 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
838 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
353 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
1202 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE) macro
32 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
1608 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_read_char()1808 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq_locked()
150 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS