Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/serial/
A Dark3116.c487 if (lsr&UART_LSR_BRK_ERROR_BITS) { in ark3116_update_lsr()
574 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; in ark3116_process_read_urb()
580 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ark3116_process_read_urb()
A Dssu100.c438 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
A Df81232.c354 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
A Dquatech2.c842 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
A Df81534.c1200 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
/linux-6.3-rc2/include/linux/
A Dserial_8250.h122 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
/linux-6.3-rc2/include/uapi/linux/
A Dserial_reg.h147 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE) macro
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_tegra.c31 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
A D8250_port.c1755 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_read_char()
1943 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
/linux-6.3-rc2/drivers/tty/
A Dmxser.c1487 if (status & (UART_LSR_BRK_ERROR_BITS | MOXA_MUST_LSR_RERR)) in mxser_receive_chars_new()
1525 if (status & UART_LSR_BRK_ERROR_BITS) { in mxser_receive_chars_old()

Completed in 28 milliseconds