Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dark3116.c515 if (lsr&UART_LSR_BRK_ERROR_BITS) { in ark3116_update_lsr()
602 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; in ark3116_process_read_urb()
608 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ark3116_process_read_urb()
H A Dssu100.c469 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
H A Df81232.c379 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
H A Dquatech2.c873 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
H A Df81534.c1221 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dark3116.c490 if (lsr&UART_LSR_BRK_ERROR_BITS) { in ark3116_update_lsr()
577 priv->lsr &= ~UART_LSR_BRK_ERROR_BITS; in ark3116_process_read_urb()
583 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ark3116_process_read_urb()
H A Dssu100.c438 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
H A Df81232.c354 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
H A Dquatech2.c838 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
H A Df81534.c1202 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
/kernel/linux/linux-5.10/include/linux/
H A Dserial_8250.h123 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_tegra.c31 if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) in tegra_uart_handle_break()
H A D8250_port.c1723 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_read_char()
1911 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
/kernel/linux/linux-6.6/include/linux/
H A Dserial_8250.h150 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_tegra.c32 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
H A D8250_port.c1727 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_read_char()
1927 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_reg.h142 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_reg.h147 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_reg.h102 #define UART_LSR_BRK_ERROR_BITS 0x1E macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_reg.h90 #define UART_LSR_BRK_ERROR_BITS 0x1E macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_reg.h102 #define UART_LSR_BRK_ERROR_BITS 0x1E macro
/kernel/linux/linux-6.6/drivers/tty/
H 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 34 milliseconds