Searched refs:UART_LSR_PE (Results 1 – 23 of 23) sorted by relevance
332 UART_LSR_PE | UART_LSR_OE))) { in receive_chars()334 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()343 if (lsr & UART_LSR_PE) in receive_chars()353 if (lsr & UART_LSR_PE) in receive_chars()561 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()567 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
119 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()125 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()135 } else if (*status & UART_LSR_PE) in receive_chars()156 } else if (*status & UART_LSR_PE) in receive_chars()494 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()503 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
315 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()321 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()331 } else if (*status & UART_LSR_PE) in receive_chars()352 } else if (*status & UART_LSR_PE) in receive_chars()741 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()750 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
477 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()484 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()494 } else if (*status & UART_LSR_PE) in receive_chars()514 } else if (*status & UART_LSR_PE) in receive_chars()606 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE | in port_irq()979 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_hsu_set_termios()986 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_hsu_set_termios()
129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
331 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()337 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()350 } else if (*status & UART_LSR_PE) in receive_chars()371 } else if (*status & UART_LSR_PE) in receive_chars()836 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()845 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
524 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()537 if (lsr & UART_LSR_PE) { in serial_omap_rlsi()917 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()926 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
58 UART_LSR_PE | UART_LSR_FE)325 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
1082 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()1121 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
308 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()317 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()387 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in sdio_uart_receive_chars()393 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()395 } else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()408 else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()
285 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()291 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()293 } else if (status & UART_LSR_PE) in receive_chars()317 } else if (status & UART_LSR_PE) in receive_chars()752 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()761 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
763 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()779 UART_LSR_PE | in mxser_change_speed()783 UART_LSR_PE | in mxser_change_speed()2120 } else if (*status & UART_LSR_PE) { in mxser_receive_chars()2271 if (status & UART_LSR_PE) in mxser_interrupt()
564 if (lsr & UART_LSR_PE) in ark3116_update_lsr()656 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
500 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
926 if (newLSR & UART_LSR_PE) in qt2_update_lsr()
422 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()
928 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()936 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()
565 if (linestatus & UART_LSR_PE) in neo_parse_lsr()
773 else if (*(ch->ch_equeue + tail + i) & UART_LSR_PE) in dgnc_input()
1443 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars()1453 } else if (lsr & UART_LSR_PE) in serial8250_rx_chars()1468 } else if (lsr & UART_LSR_PE) in serial8250_rx_chars()2468 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()2477 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
623 else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE) in jsm_input()
886 if (linestatus & UART_LSR_PE) { in neo_parse_lsr()
323 if (*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()