Symbol: UART_LSR_FE
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
365
UART_LSR_FE | UART_LSR_OE))) {
drivers/mmc/core/sdio_uart.c
370
*status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/mmc/core/sdio_uart.c
374
else if (*status & UART_LSR_FE)
drivers/mmc/core/sdio_uart.c
387
else if (*status & UART_LSR_FE)
drivers/tty/amiserial.c
213
UART_LSR_FE | UART_LSR_OE)) {
drivers/tty/amiserial.c
218
status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/amiserial.c
222
else if (status & UART_LSR_FE)
drivers/tty/amiserial.c
246
else if (status & UART_LSR_FE)
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
1484
} else if (status & UART_LSR_FE) {
drivers/tty/mxser.c
642
info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/mxser.c
659
UART_LSR_FE;
drivers/tty/mxser.c
663
UART_LSR_FE;
drivers/tty/serial/8250/8250_omap.c
1253
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
1612
lsr &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/8250/8250_port.c
1624
else if (lsr & UART_LSR_FE)
drivers/tty/serial/8250/8250_port.c
1639
else if (lsr & UART_LSR_FE)
drivers/tty/serial/8250/8250_port.c
2690
port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
drivers/tty/serial/8250/8250_port.c
2697
port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
drivers/tty/serial/jsm/jsm_cls.c
418
| UART_LSR_FE);
drivers/tty/serial/jsm/jsm_cls.c
427
if (ch->ch_equeue[head] & UART_LSR_FE)
drivers/tty/serial/jsm/jsm_neo.c
866
if (linestatus & UART_LSR_FE) {
drivers/tty/serial/jsm/jsm_tty.c
622
else if (error & UART_LSR_FE)
drivers/tty/serial/omap-serial.c
459
lsr &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/omap-serial.c
477
if (lsr & UART_LSR_FE) {
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
1028
if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE |
drivers/tty/serial/pch_uart.c
986
if (lsr & UART_LSR_FE) {
drivers/tty/serial/pxa.c
112
UART_LSR_FE | UART_LSR_OE))) {
drivers/tty/serial/pxa.c
117
*status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/pxa.c
129
else if (*status & UART_LSR_FE)
drivers/tty/serial/pxa.c
150
else if (*status & UART_LSR_FE)
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
452
} else if (lsr & UART_LSR_FE) {
drivers/tty/serial/serial-tegra.c
46
UART_LSR_PE | UART_LSR_FE)
drivers/tty/serial/sunsu.c
310
UART_LSR_FE | UART_LSR_OE))) {
drivers/tty/serial/sunsu.c
315
*status &= ~(UART_LSR_FE | UART_LSR_PE);
drivers/tty/serial/sunsu.c
330
else if (*status & UART_LSR_FE)
drivers/tty/serial/sunsu.c
351
else if (*status & UART_LSR_FE)
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
492
if (lsr & UART_LSR_FE)
drivers/usb/serial/ark3116.c
587
else if (lsr & UART_LSR_FE)
drivers/usb/serial/f81232.c
360
} else if (lsr & UART_LSR_FE) {
drivers/usb/serial/f81534.c
1209
} else if (lsr & UART_LSR_FE) {
drivers/usb/serial/mxuport.c
404
if (lsr_event & UART_LSR_FE) {
drivers/usb/serial/quatech2.c
847
if (newLSR & UART_LSR_FE)
drivers/usb/serial/ssu100.c
449
if (lsr & UART_LSR_FE) {
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)