Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dquatech2.c873 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
H A Df81232.c379 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
H A Df81534.c1221 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_8250.h123 #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_reg.h141 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_reg.h141 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h143 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h133 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
/OK3568_Linux_fs/kernel/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.c1734 if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) { in serial8250_read_char()
1941 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
1963 if (status & UART_LSR_BRK_ERROR_BITS) { in serial8250_handle_irq()