Searched refs:UART_LSR_BRK_ERROR_BITS (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
H A Dserial_8250.h113 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
/linux-4.1.27/drivers/usb/serial/
H A Dark3116.c546 if (lsr&UART_LSR_BRK_ERROR_BITS) { ark3116_update_lsr()
634 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; ark3116_process_read_urb()
640 if (lsr & UART_LSR_BRK_ERROR_BITS) { ark3116_process_read_urb()
H A Dssu100.c475 if (lsr & UART_LSR_BRK_ERROR_BITS) { ssu100_update_lsr()
H A Df81232.c307 if (lsr & UART_LSR_BRK_ERROR_BITS) { f81232_process_read_urb()
H A Dquatech2.c916 if (newLSR & UART_LSR_BRK_ERROR_BITS) { qt2_update_lsr()
/linux-4.1.27/drivers/tty/serial/
H A Dof_serial.c39 if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) tegra_serial_handle_break()
/linux-4.1.27/include/uapi/linux/
H A Dserial_reg.h140 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_core.c1501 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { serial8250_rx_chars()

Completed in 199 milliseconds