| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_fsl.c | 46 if (unlikely(up->lsr_saved_flags & UART_LSR_BI)) { in fsl8250_handle_irq() 47 up->lsr_saved_flags &= ~UART_LSR_BI; in fsl8250_handle_irq() 56 if ((lsr & (UART_LSR_DR | UART_LSR_BI)) && in fsl8250_handle_irq()
|
| H A D | 8250_aspeed_vuart.c | 312 if (lsr & (UART_LSR_DR | UART_LSR_BI)) { in aspeed_vuart_handle_irq() 334 } while (lsr & (UART_LSR_DR | UART_LSR_BI)); in aspeed_vuart_handle_irq()
|
| H A D | 8250_port.c | 1735 if (lsr & UART_LSR_BI) { in serial8250_read_char() 1758 if (lsr & UART_LSR_BI) { in serial8250_read_char() 1788 } while (lsr & (UART_LSR_DR | UART_LSR_BI)); in serial8250_rx_chars() 1923 if (status & (UART_LSR_DR | UART_LSR_BI)) { in serial8250_handle_irq() 1946 if (status & (UART_LSR_DR | UART_LSR_BI) && !skip_rx) { in serial8250_handle_irq() 1971 if (status & UART_LSR_BI) in serial8250_handle_irq() 2836 port->read_status_mask |= UART_LSR_BI; in serial8250_do_set_termios() 2845 port->ignore_status_mask |= UART_LSR_BI; in serial8250_do_set_termios()
|
| H A D | 8250_omap.c | 415 up->port.read_status_mask |= UART_LSR_BI; in omap_8250_set_termios() 424 up->port.ignore_status_mask |= UART_LSR_BI; in omap_8250_set_termios() 1140 if ((status & (UART_LSR_DR | UART_LSR_BI)) && in omap_8250_handle_rx_dma() 1157 if ((status & (UART_LSR_DR | UART_LSR_BI)) && in am654_8250_handle_rx_dma()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pxa.c | 110 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 115 if (*status & UART_LSR_BI) { in receive_chars() 145 if (*status & UART_LSR_BI) { in receive_chars() 490 up->port.read_status_mask |= UART_LSR_BI; in serial_pxa_set_termios() 499 up->port.ignore_status_mask |= UART_LSR_BI; in serial_pxa_set_termios() 605 if (status & UART_LSR_BI) in wait_for_xmitr() 606 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
|
| H A D | vr41xx_siu.c | 314 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars() 316 if (lsr & UART_LSR_BI) { in receive_chars() 332 if (lsr & UART_LSR_BI) in receive_chars() 546 port->read_status_mask |= UART_LSR_BI; in siu_set_termios() 552 port->ignore_status_mask |= UART_LSR_BI; in siu_set_termios() 728 if (lsr & UART_LSR_BI) in wait_for_xmitr() 729 lsr_break_flag[port->line] = UART_LSR_BI; in wait_for_xmitr()
|
| H A D | sunsu.c | 332 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 337 if (*status & UART_LSR_BI) { in receive_chars() 370 if (*status & UART_LSR_BI) { in receive_chars() 538 if ((status & UART_LSR_DR) || (status & UART_LSR_BI)) in sunsu_kbd_ms_interrupt() 539 receive_kbd_ms_chars(up, (status & UART_LSR_BI) != 0); in sunsu_kbd_ms_interrupt() 846 up->port.read_status_mask |= UART_LSR_BI; in sunsu_change_speed() 855 up->port.ignore_status_mask |= UART_LSR_BI; in sunsu_change_speed() 1270 if (status & UART_LSR_BI) in wait_for_xmitr() 1271 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
|
| H A D | omap-serial.c | 503 if (lsr & UART_LSR_BI) { in serial_omap_rlsi() 911 up->port.read_status_mask |= UART_LSR_BI; in serial_omap_set_termios() 920 up->port.ignore_status_mask |= UART_LSR_BI; in serial_omap_set_termios() 1176 if (status & UART_LSR_BI) in wait_for_xmitr() 1177 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
|
| H A D | serial-tegra.c | 46 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \ 452 } else if (lsr & UART_LSR_BI) { in tegra_uart_decode_rx_error() 459 if (tup->uport.ignore_status_mask & UART_LSR_BI) in tegra_uart_decode_rx_error() 1389 tup->uport.ignore_status_mask |= UART_LSR_BI; in tegra_uart_set_termios()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_uart.c | 304 port->read_status_mask |= UART_LSR_BI; in sdio_uart_change_speed() 313 port->ignore_status_mask |= UART_LSR_BI; in sdio_uart_change_speed() 381 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in sdio_uart_receive_chars() 386 if (*status & UART_LSR_BI) { in sdio_uart_receive_chars() 400 if (*status & UART_LSR_BI) in sdio_uart_receive_chars()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | amiserial.c | 229 status |= UART_LSR_BI; in receive_chars() 247 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 252 if (status & UART_LSR_BI) { in receive_chars() 272 if (status & (UART_LSR_BI)) { in receive_chars() 699 info->read_status_mask |= UART_LSR_BI; in change_speed() 708 info->ignore_status_mask |= UART_LSR_BI; in change_speed()
|
| H A D | mxser.c | 761 info->read_status_mask |= UART_LSR_BI; in mxser_change_speed() 766 info->ignore_status_mask |= UART_LSR_BI; in mxser_change_speed() 767 info->read_status_mask |= UART_LSR_BI; in mxser_change_speed() 2114 if (*status & UART_LSR_BI) { in mxser_receive_chars() 2276 if (status & UART_LSR_BI) in mxser_interrupt()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 168 #define UART_LSR_BI 0x10 /* Break */ macro
|
| /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 | 136 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ 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 | 136 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial_reg.h | 138 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | serial_reg.h | 128 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm_cls.c | 382 error_mask |= UART_LSR_BI; in cls_copy_data_from_uart_to_queue() 422 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue() 430 if (ch->ch_equeue[head] & UART_LSR_BI) in cls_copy_data_from_uart_to_queue()
|
| H A D | jsm_neo.c | 385 error_mask |= UART_LSR_BI; in neo_copy_data_from_uart_to_queue() 883 if (linestatus & UART_LSR_BI) { in neo_parse_lsr()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | quatech2.c | 864 if (newLSR & UART_LSR_BI) in qt2_update_lsr() 865 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr() 875 if (newLSR & UART_LSR_BI) in qt2_update_lsr()
|
| H A D | ark3116.c | 516 if (lsr & UART_LSR_BI) in ark3116_update_lsr() 609 if (lsr & UART_LSR_BI) in ark3116_process_read_urb()
|
| H A D | f81534.c | 813 if ((lsr & UART_LSR_BI) == UART_LSR_BI) in f81534_check_port_hw_disabled() 1222 if (lsr & UART_LSR_BI) { in f81534_process_per_serial_block()
|
| H A D | ssu100.c | 472 if (lsr & UART_LSR_BI) { in ssu100_update_lsr()
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.c | 364 if (delta & (UART_LSR_BI << 24)) { in fwtty_update_port_status() 365 if (status & (UART_LSR_BI << 24)) { in fwtty_update_port_status() 401 status |= UART_LSR_BI << 24; in __fwtty_port_line_status() 523 if (port->mstatus & (UART_LSR_BI << 24)) in fwtty_emit_breaks() 543 lsr = (port->mstatus >> 24) & ~UART_LSR_BI; in fwtty_rx() 954 port->status_mask |= UART_LSR_BI; in set_termios() 958 port->ignore_mask |= UART_LSR_BI; in set_termios()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | rk_fiq_debugger.c | 92 if (lsr & UART_LSR_BI) in rk_fiq_read_lsr() 176 if (!(lsr & (UART_LSR_DR | UART_LSR_BI)) && !(usr & 0x1) && (rfl == 0)) in debug_getc()
|