/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_fsl.c | 42 if (unlikely(up->lsr_saved_flags & UART_LSR_BI)) { in fsl8250_handle_irq() 43 up->lsr_saved_flags &= ~UART_LSR_BI; in fsl8250_handle_irq() 51 if (lsr & (UART_LSR_DR | UART_LSR_BI)) in fsl8250_handle_irq()
|
D | 8250_port.c | 1424 if (lsr & UART_LSR_BI) { in serial8250_rx_chars() 1447 if (lsr & UART_LSR_BI) { in serial8250_rx_chars() 1462 } while ((lsr & (UART_LSR_DR | UART_LSR_BI)) && (--max_count > 0)); in serial8250_rx_chars() 1565 if (status & (UART_LSR_DR | UART_LSR_BI)) { in serial8250_handle_irq() 2301 port->read_status_mask |= UART_LSR_BI; in serial8250_do_set_termios() 2310 port->ignore_status_mask |= UART_LSR_BI; in serial8250_do_set_termios()
|
D | 8250_omap.c | 376 up->port.read_status_mask |= UART_LSR_BI; in omap_8250_set_termios() 385 up->port.ignore_status_mask |= UART_LSR_BI; in omap_8250_set_termios() 1023 if (status & (UART_LSR_DR | UART_LSR_BI)) { in omap_8250_dma_handle_irq()
|
/linux-4.4.14/drivers/tty/serial/ |
D | vr41xx_siu.c | 331 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars() 333 if (lsr & UART_LSR_BI) { in receive_chars() 349 if (lsr & UART_LSR_BI) in receive_chars() 563 port->read_status_mask |= UART_LSR_BI; in siu_set_termios() 569 port->ignore_status_mask |= UART_LSR_BI; in siu_set_termios() 745 if (lsr & UART_LSR_BI) in wait_for_xmitr() 746 lsr_break_flag[port->line] = UART_LSR_BI; in wait_for_xmitr()
|
D | pxa.c | 119 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 124 if (*status & UART_LSR_BI) { in receive_chars() 154 if (*status & UART_LSR_BI) { in receive_chars() 499 up->port.read_status_mask |= UART_LSR_BI; in serial_pxa_set_termios() 508 up->port.ignore_status_mask |= UART_LSR_BI; in serial_pxa_set_termios() 614 if (status & UART_LSR_BI) in wait_for_xmitr() 615 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
|
D | sunsu.c | 335 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 340 if (*status & UART_LSR_BI) { in receive_chars() 373 if (*status & UART_LSR_BI) { in receive_chars() 541 if ((status & UART_LSR_DR) || (status & UART_LSR_BI)) in sunsu_kbd_ms_interrupt() 542 receive_kbd_ms_chars(up, (status & UART_LSR_BI) != 0); in sunsu_kbd_ms_interrupt() 849 up->port.read_status_mask |= UART_LSR_BI; in sunsu_change_speed() 858 up->port.ignore_status_mask |= UART_LSR_BI; in sunsu_change_speed() 1273 if (status & UART_LSR_BI) in wait_for_xmitr() 1274 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
|
D | m32r_sio_reg.h | 127 #define UART_LSR_BI 0x00 /* Break interrupt indicator */ macro
|
D | m32r_sio.c | 320 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 325 if (*status & UART_LSR_BI) { in receive_chars() 354 if (*status & UART_LSR_BI) { in receive_chars() 752 up->port.read_status_mask |= UART_LSR_BI; in m32r_sio_set_termios() 761 up->port.ignore_status_mask |= UART_LSR_BI; in m32r_sio_set_termios()
|
D | omap-serial.c | 508 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()
|
D | serial-tegra.c | 57 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \ 351 } else if (lsr & UART_LSR_BI) { in tegra_uart_decode_rx_error()
|
D | pch_uart.c | 597 i < rx_size && lsr & (UART_LSR_DR | UART_LSR_BI); in pch_uart_hal_read() 601 if (lsr & UART_LSR_BI) { in pch_uart_hal_read()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-io-serial.c | 134 if (st & UART_LSR_BI) { in gdbstub_io_rx_char()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 310 port->read_status_mask |= UART_LSR_BI; in sdio_uart_change_speed() 319 port->ignore_status_mask |= UART_LSR_BI; in sdio_uart_change_speed() 387 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in sdio_uart_receive_chars() 392 if (*status & UART_LSR_BI) { in sdio_uart_receive_chars() 406 if (*status & UART_LSR_BI) in sdio_uart_receive_chars()
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-io.c | 168 if (st & UART_LSR_BI) { in gdbstub_rx_char()
|
/linux-4.4.14/include/uapi/linux/ |
D | serial_reg.h | 135 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
|
/linux-4.4.14/drivers/tty/ |
D | amiserial.c | 267 status |= UART_LSR_BI; in receive_chars() 285 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars() 290 if (status & UART_LSR_BI) { in receive_chars() 310 if (status & (UART_LSR_BI)) { in receive_chars() 754 info->read_status_mask |= UART_LSR_BI; in change_speed() 763 info->ignore_status_mask |= UART_LSR_BI; in change_speed()
|
D | mxser.c | 765 info->read_status_mask |= UART_LSR_BI; in mxser_change_speed() 770 info->ignore_status_mask |= UART_LSR_BI; in mxser_change_speed() 771 info->read_status_mask |= UART_LSR_BI; in mxser_change_speed() 2114 if (*status & UART_LSR_BI) { in mxser_receive_chars() 2278 if (status & UART_LSR_BI) in mxser_interrupt()
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 391 error_mask |= UART_LSR_BI; in cls_copy_data_from_uart_to_queue() 431 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue() 439 if (ch->ch_equeue[head] & UART_LSR_BI) in cls_copy_data_from_uart_to_queue()
|
D | jsm_neo.c | 397 error_mask |= UART_LSR_BI; in neo_copy_data_from_uart_to_queue() 893 if (linestatus & UART_LSR_BI) { in neo_parse_lsr()
|
D | jsm_tty.c | 628 if (*(ch->ch_equeue +tail +i) & UART_LSR_BI) in jsm_input()
|
/linux-4.4.14/drivers/usb/serial/ |
D | quatech2.c | 907 if (newLSR & UART_LSR_BI) in qt2_update_lsr() 908 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr() 918 if (newLSR & UART_LSR_BI) in qt2_update_lsr()
|
D | ark3116.c | 547 if (lsr & UART_LSR_BI) in ark3116_update_lsr() 641 if (lsr & UART_LSR_BI) in ark3116_process_read_urb()
|
D | ssu100.c | 478 if (lsr & UART_LSR_BI) { in ssu100_update_lsr()
|
D | f81232.c | 308 if (lsr & UART_LSR_BI) { in f81232_process_read_urb()
|
D | mxuport.c | 412 if (lsr_event & UART_LSR_BI) { in mxuport_lsr_event()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_cls.c | 835 error_mask |= UART_LSR_BI; in cls_copy_data_from_uart_to_queue() 867 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue() 875 if (ch->ch_equeue[head] & UART_LSR_BI) in cls_copy_data_from_uart_to_queue()
|
D | dgnc_neo.c | 540 if (linestatus & UART_LSR_BI) in neo_parse_lsr() 1196 error_mask |= UART_LSR_BI; in neo_copy_data_from_uart_to_queue()
|
D | dgnc_tty.c | 627 if (*(ch->ch_equeue + tail + i) & UART_LSR_BI) in dgnc_input()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 376 if (delta & (UART_LSR_BI << 24)) { in fwtty_update_port_status() 377 if (status & (UART_LSR_BI << 24)) { in fwtty_update_port_status() 413 status |= UART_LSR_BI << 24; in __fwtty_port_line_status() 535 if (port->mstatus & (UART_LSR_BI << 24)) in fwtty_emit_breaks() 555 lsr = (port->mstatus >> 24) & ~UART_LSR_BI; in fwtty_rx() 968 port->status_mask |= UART_LSR_BI; in set_termios() 972 port->ignore_mask |= UART_LSR_BI; in set_termios()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | elsa_ser.c | 323 if (*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
|