Searched refs:UART_LSR_BRK_ERROR_BITS (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ark3116.c | 515 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 D | ssu100.c | 469 if (lsr & UART_LSR_BRK_ERROR_BITS) { in ssu100_update_lsr()
|
| H A D | quatech2.c | 873 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
|
| H A D | f81232.c | 379 if (!(lsr & UART_LSR_BRK_ERROR_BITS)) in f81232_handle_lsr()
|
| H A D | f81534.c | 1221 if (lsr & UART_LSR_BRK_ERROR_BITS) { in f81534_process_per_serial_block()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | serial_8250.h | 123 #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 D | serial_reg.h | 141 #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 D | serial_reg.h | 141 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_reg.h | 143 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | serial_reg.h | 133 #define UART_LSR_BRK_ERROR_BITS 0x1E /* BI, FE, PE, OE bits */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_tegra.c | 31 if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) in tegra_uart_handle_break()
|
| H A D | 8250_port.c | 1734 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()
|