Searched refs:UART_LSR_BI (Results 1 – 13 of 13) sorted by relevance
111 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()116 if (*status & UART_LSR_BI) { in receive_chars()146 if (*status & UART_LSR_BI) { in receive_chars()454 up->port.read_status_mask |= UART_LSR_BI; in serial_pxa_set_termios()463 up->port.ignore_status_mask |= UART_LSR_BI; in serial_pxa_set_termios()567 if (status & UART_LSR_BI) in wait_for_xmitr()568 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
457 if (lsr & UART_LSR_BI) { in serial_omap_rlsi()829 up->port.read_status_mask |= UART_LSR_BI; in serial_omap_set_termios()838 up->port.ignore_status_mask |= UART_LSR_BI; in serial_omap_set_termios()1086 if (status & UART_LSR_BI) in wait_for_xmitr()1087 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
45 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \456 } else if (lsr & UART_LSR_BI) { in tegra_uart_decode_rx_error()463 if (tup->uport.ignore_status_mask & UART_LSR_BI) in tegra_uart_decode_rx_error()1388 tup->uport.ignore_status_mask |= UART_LSR_BI; in tegra_uart_set_termios()
558 i < rx_size && lsr & (UART_LSR_DR | UART_LSR_BI); in pch_uart_hal_read()562 if (lsr & UART_LSR_BI) { in pch_uart_hal_read()
143 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
347 if (lsr & (UART_LSR_DR | UART_LSR_BI)) { in aspeed_vuart_handle_irq()367 } while (lsr & (UART_LSR_DR | UART_LSR_BI)); in aspeed_vuart_handle_irq()
300 if (!(status & (UART_LSR_DR | UART_LSR_BI))) in dw8250_handle_irq()312 if (status & (UART_LSR_DR | UART_LSR_BI)) { in dw8250_handle_irq()
491 if (lsr & UART_LSR_BI) in ark3116_update_lsr()584 if (lsr & UART_LSR_BI) in ark3116_process_read_urb()
813 if ((lsr & UART_LSR_BI) == UART_LSR_BI) in f81534_check_port_hw_disabled()1203 if (lsr & UART_LSR_BI) { in f81534_process_per_serial_block()
441 if (lsr & UART_LSR_BI) { in ssu100_update_lsr()
356 if (lsr & UART_LSR_BI) { in f81232_handle_lsr()
401 if (lsr_event & UART_LSR_BI) { in mxuport_lsr_event()
618 if (error & UART_LSR_BI) in jsm_input()