Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dserial_8250.h113 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
/linux-4.1.27/drivers/usb/serial/
Dark3116.c546 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()
Dssu100.c475 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
Df81232.c307 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81232_process_read_urb()
Dquatech2.c916 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
/linux-4.1.27/include/uapi/linux/
Dserial_reg.h140 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/linux-4.1.27/drivers/tty/serial/
Dof_serial.c39 if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) in tegra_serial_handle_break()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c1501 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_rx_chars()