Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dpxa.c119 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()
497 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
506 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
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()
Dm32r_sio_reg.h129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
Dm32r_sio.c320 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
326 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
336 } else if (*status & UART_LSR_PE) in receive_chars()
357 } else if (*status & UART_LSR_PE) in receive_chars()
750 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()
759 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
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.c525 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
538 if (lsr & UART_LSR_PE) { in serial_omap_rlsi()
927 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
936 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)
325 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
Dpch_uart.c1082 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()
1121 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
/linux-4.1.27/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()
/linux-4.1.27/arch/mn10300/kernel/
Dgdb-io-serial.c137 } else if (st & (UART_LSR_FE | UART_LSR_OE | UART_LSR_PE)) { in gdbstub_io_rx_char()
/linux-4.1.27/arch/frv/kernel/
Dgdb-io.c172 else if (st & (UART_LSR_FE|UART_LSR_OE|UART_LSR_PE)) { in gdbstub_rx_char()
/linux-4.1.27/include/uapi/linux/
Dserial_reg.h137 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/linux-4.1.27/drivers/tty/
Damiserial.c285 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()
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()
2120 } else if (*status & UART_LSR_PE) { in mxser_receive_chars()
2271 if (status & UART_LSR_PE) in mxser_interrupt()
/linux-4.1.27/drivers/usb/serial/
Dark3116.c551 if (lsr & UART_LSR_PE) in ark3116_update_lsr()
643 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
Dssu100.c483 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
Df81232.c312 } else if (lsr & UART_LSR_PE) { in f81232_process_read_urb()
Dquatech2.c924 if (newLSR & UART_LSR_PE) in qt2_update_lsr()
Dmxuport.c422 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()
/linux-4.1.27/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.c630 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()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c881 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()
887 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()
Ddgnc_neo.c550 if (linestatus & UART_LSR_PE) in neo_parse_lsr()
Ddgnc_tty.c628 else if (*(ch->ch_equeue + tail + i) & UART_LSR_PE) in dgnc_input()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c352 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
361 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
D8250_core.c1503 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars()
1513 } else if (lsr & UART_LSR_PE) in serial8250_rx_chars()
1528 } else if (lsr & UART_LSR_PE) in serial8250_rx_chars()
2618 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2627 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
/linux-4.1.27/drivers/isdn/hisax/
Delsa_ser.c323 if (*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()