Home
last modified time | relevance | path

Searched refs:UART_LSR_PE (Results 1 – 17 of 17) sorted by relevance

/drivers/tty/serial/
Dpxa.c120 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()
Dvr41xx_siu.c334 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()
Dm32r_sio.c331 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()
Dmfd.c474 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()
Dm32r_sio_reg.h129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
Dsunsu.c325 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()
Domap-serial.c202 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()
Dpch_uart.c1054 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()
1086 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
/drivers/mmc/card/
Dsdio_uart.c324 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()
/drivers/tty/
Damiserial.c286 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()
Dmxser.c763 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()
/drivers/usb/serial/
Dark3116.c606 if (lsr & UART_LSR_PE) in ark3116_update_lsr()
702 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
Dssu100.c589 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
/drivers/tty/serial/8250/
D8250.c1393 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()
/drivers/tty/serial/jsm/
Djsm_tty.c632 else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE) in jsm_input()
Djsm_neo.c881 if (linestatus & UART_LSR_PE) { in neo_parse_lsr()
/drivers/isdn/hisax/
Delsa_ser.c323 if (*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()