Symbol: UART_LSR_PE
drivers/mmc/core/sdio_uart.c
287
port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/mmc/core/sdio_uart.c
296
port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/mmc/core/sdio_uart.c
364
if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
drivers/mmc/core/sdio_uart.c
370
*status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/mmc/core/sdio_uart.c
372
} else if (*status & UART_LSR_PE)
drivers/mmc/core/sdio_uart.c
385
else if (*status & UART_LSR_PE)
drivers/tty/amiserial.c
212
if (status & (UART_LSR_BI | UART_LSR_PE |
drivers/tty/amiserial.c
218
status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/amiserial.c
220
} else if (status & UART_LSR_PE)
drivers/tty/amiserial.c
244
} else if (status & UART_LSR_PE)
drivers/tty/amiserial.c
653
info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/amiserial.c
662
info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/tty/mxser.c
1481
} else if (status & UART_LSR_PE) {
drivers/tty/mxser.c
642
info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/mxser.c
658
UART_LSR_PE |
drivers/tty/mxser.c
662
UART_LSR_PE |
drivers/tty/serial/8250/8250_omap.c
1252
if (status & (UART_LSR_FE | UART_LSR_PE | UART_LSR_BI))
drivers/tty/serial/8250/8250_omap.c
403
port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/serial/8250/8250_omap.c
412
port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/tty/serial/8250/8250_port.c
1610
lsr &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/8250/8250_port.c
1620
} else if (lsr & UART_LSR_PE)
drivers/tty/serial/8250/8250_port.c
1635
} else if (lsr & UART_LSR_PE)
drivers/tty/serial/8250/8250_port.c
2668
port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/serial/8250/8250_port.c
2675
port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/tty/serial/jsm/jsm_cls.c
417
ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE
drivers/tty/serial/jsm/jsm_cls.c
423
if (ch->ch_equeue[head] & UART_LSR_PE)
drivers/tty/serial/jsm/jsm_neo.c
860
if (linestatus & UART_LSR_PE) {
drivers/tty/serial/jsm/jsm_tty.c
620
else if (error & UART_LSR_PE)
drivers/tty/serial/omap-serial.c
459
lsr &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/omap-serial.c
472
if (lsr & UART_LSR_PE) {
drivers/tty/serial/omap-serial.c
827
up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/serial/omap-serial.c
836
up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/tty/serial/pch_uart.c
1022
UART_LSR_PE | UART_LSR_OE)) {
drivers/tty/serial/pch_uart.c
984
if (lsr & UART_LSR_PE) {
drivers/tty/serial/pxa.c
111
if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
drivers/tty/serial/pxa.c
117
*status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/pxa.c
127
} else if (*status & UART_LSR_PE)
drivers/tty/serial/pxa.c
148
} else if (*status & UART_LSR_PE)
drivers/tty/serial/pxa.c
452
up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/serial/pxa.c
461
up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/tty/serial/serial-tegra.c
447
} else if (lsr & UART_LSR_PE) {
drivers/tty/serial/serial-tegra.c
46
UART_LSR_PE | UART_LSR_FE)
drivers/tty/serial/sunsu.c
309
if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
drivers/tty/serial/sunsu.c
315
*status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/sunsu.c
328
} else if (*status & UART_LSR_PE)
drivers/tty/serial/sunsu.c
349
} else if (*status & UART_LSR_PE)
drivers/tty/serial/sunsu.c
815
up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/serial/sunsu.c
824
up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/usb/serial/ark3116.c
495
if (lsr & UART_LSR_PE)
drivers/usb/serial/ark3116.c
586
else if (lsr & UART_LSR_PE)
drivers/usb/serial/f81232.c
360
} else if (lsr & UART_LSR_PE) {
drivers/usb/serial/f81534.c
1207
} else if (lsr & UART_LSR_PE) {
drivers/usb/serial/mxuport.c
411
if (lsr_event & UART_LSR_PE) {
drivers/usb/serial/quatech2.c
846
if (newLSR & UART_LSR_PE)
drivers/usb/serial/ssu100.c
446
if (lsr & UART_LSR_PE) {
include/uapi/linux/serial_reg.h
148
#define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)