Searched refs:UART_LSR_FE (Results 1 – 20 of 20) sorted by relevance
138 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro142 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
112 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()117 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()129 else if (*status & UART_LSR_FE) in receive_chars()150 else if (*status & UART_LSR_FE) in receive_chars()475 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()484 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
334 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()339 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()354 else if (*status & UART_LSR_FE) in receive_chars()375 else if (*status & UART_LSR_FE) in receive_chars()839 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()848 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
486 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()504 if (lsr & UART_LSR_FE) { in serial_omap_rlsi()856 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()865 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
47 UART_LSR_PE | UART_LSR_FE)453 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
996 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()1039 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
289 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()298 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()369 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()374 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()378 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()391 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
213 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()218 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()222 else if (status & UART_LSR_FE) in receive_chars()246 else if (status & UART_LSR_FE) in receive_chars()655 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()664 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
649 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()666 UART_LSR_FE; in mxser_change_speed()670 UART_LSR_FE; in mxser_change_speed()1534 } else if (status & UART_LSR_FE) { in mxser_receive_chars_old()
490 if (lsr & UART_LSR_FE) in ark3116_update_lsr()585 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
451 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
853 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
364 } else if (lsr & UART_LSR_FE) { in f81232_handle_lsr()
406 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
1208 } else if (lsr & UART_LSR_FE) { in f81534_process_per_serial_block()
419 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()428 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
621 else if (error & UART_LSR_FE) in jsm_input()
878 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
1750 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()1762 else if (lsr & UART_LSR_FE) in serial8250_read_char()1777 else if (lsr & UART_LSR_FE) in serial8250_read_char()2806 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()2815 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
399 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()408 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()