Searched refs:UART_LSR_BRK_ERROR_BITS (Results 1 – 10 of 10) sorted by relevance
501 if (lsr&UART_LSR_BRK_ERROR_BITS) { in ark3116_update_lsr()588 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; in ark3116_process_read_urb()594 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ark3116_process_read_urb()
452 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
357 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
856 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
1212 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
142 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
123 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
31 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
1734 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_read_char()1920 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
1542 if (status & (UART_LSR_BRK_ERROR_BITS | MOXA_MUST_LSR_RERR)) in mxser_receive_chars_new()1584 if (status & UART_LSR_BRK_ERROR_BITS) { in mxser_receive_chars_old()
Completed in 44 milliseconds