Searched refs:UART_LSR_PE (Results 1 – 17 of 17) sorted by relevance
120 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()126 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()136 } else if (*status & UART_LSR_PE) in receive_chars()157 } else if (*status & UART_LSR_PE) in receive_chars()520 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()529 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
334 UART_LSR_PE | UART_LSR_OE))) { in receive_chars()336 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()345 if (lsr & UART_LSR_PE) in receive_chars()355 if (lsr & UART_LSR_PE) in receive_chars()563 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()569 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
331 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()337 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()347 } else if (*status & UART_LSR_PE) in receive_chars()368 } else if (*status & UART_LSR_PE) in receive_chars()754 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()763 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
474 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()481 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()491 } else if (*status & UART_LSR_PE) in receive_chars()511 } else if (*status & UART_LSR_PE) in receive_chars()600 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE | in port_irq()973 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_hsu_set_termios()980 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
325 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()331 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()344 } else if (*status & UART_LSR_PE) in receive_chars()365 } 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()
202 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()212 } else if (lsr & UART_LSR_PE) { in receive_chars()234 else if (lsr & UART_LSR_PE) in receive_chars()770 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()779 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
1054 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()1086 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
324 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()333 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()404 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in sdio_uart_receive_chars()410 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()412 } else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()425 else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()
286 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()292 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()294 } else if (status & UART_LSR_PE) in receive_chars()318 } else if (status & UART_LSR_PE) in receive_chars()758 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()767 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()2109 } else if (*status & UART_LSR_PE) { in mxser_receive_chars()2260 if (status & UART_LSR_PE) in mxser_interrupt()
606 if (lsr & UART_LSR_PE) in ark3116_update_lsr()702 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
589 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
1393 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars()1410 } else if (lsr & UART_LSR_PE) in serial8250_rx_chars()1425 } else if (lsr & UART_LSR_PE) in serial8250_rx_chars()2317 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()2326 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
632 else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE) in jsm_input()
881 if (linestatus & UART_LSR_PE) { in neo_parse_lsr()
323 if (*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()