Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dvr41xx_siu.c332 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()
Dpxa.c118 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
124 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
134 } else if (*status & UART_LSR_PE) in receive_chars()
155 } else if (*status & UART_LSR_PE) in receive_chars()
496 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
505 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
Dm32r_sio.c271 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
277 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
287 } else if (*status & UART_LSR_PE) in receive_chars()
302 } else if (*status & UART_LSR_PE) in receive_chars()
695 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()
704 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
Dm32r_sio_reg.h129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
Dsunsu.c335 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
341 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
354 } else if (*status & UART_LSR_PE) in receive_chars()
375 } else if (*status & UART_LSR_PE) in receive_chars()
847 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()
856 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
Domap-serial.c510 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
523 if (lsr & UART_LSR_PE) { in serial_omap_rlsi()
909 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
918 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
Dserial-tegra.c58 UART_LSR_PE | UART_LSR_FE)
340 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
Dpch_uart.c1084 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()
1123 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
/drivers/mmc/card/
Dsdio_uart.c308 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()
/drivers/tty/
Damiserial.c284 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
290 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
292 } else if (status & UART_LSR_PE) in receive_chars()
316 } else if (status & UART_LSR_PE) in receive_chars()
746 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()
755 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
Dmxser.c759 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()
775 UART_LSR_PE | in mxser_change_speed()
779 UART_LSR_PE | in mxser_change_speed()
2112 } else if (*status & UART_LSR_PE) { in mxser_receive_chars()
2261 if (status & UART_LSR_PE) in mxser_interrupt()
/drivers/usb/serial/
Dark3116.c571 if (lsr & UART_LSR_PE) in ark3116_update_lsr()
663 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
Dssu100.c500 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
Df81232.c312 } else if (lsr & UART_LSR_PE) { in f81232_process_read_urb()
Dquatech2.c922 if (newLSR & UART_LSR_PE) in qt2_update_lsr()
Dmxuport.c422 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()
/drivers/tty/serial/jsm/
Djsm_cls.c431 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()
437 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()
Djsm_tty.c627 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/staging/dgnc/
Ddgnc_cls.c370 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()
376 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()
Ddgnc_neo.c544 if (linestatus & UART_LSR_PE) in neo_parse_lsr()
Ddgnc_tty.c592 else if (ch & UART_LSR_PE) in dgnc_input()
/drivers/tty/serial/8250/
D8250_port.c1660 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()
1670 } else if (lsr & UART_LSR_PE) in serial8250_read_char()
1685 } else if (lsr & UART_LSR_PE) in serial8250_read_char()
2600 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2609 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
D8250_omap.c379 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
388 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
/drivers/isdn/hisax/
Delsa_ser.c323 if (*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()