Searched refs:UART_LSR_FE (Results 1 - 20 of 20) sorted by relevance

/linux-master/include/uapi/linux/
H A Dserial_reg.h144 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c287 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
296 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
365 UART_LSR_FE | UART_LSR_OE))) {
370 *status &= ~(UART_LSR_FE | UART_LSR_PE);
374 else if (*status & UART_LSR_FE)
387 else if (*status & UART_LSR_FE)
/linux-master/drivers/tty/serial/
H A Dpxa.c112 UART_LSR_FE | UART_LSR_OE))) {
117 *status &= ~(UART_LSR_FE | UART_LSR_PE);
129 else if (*status & UART_LSR_FE)
150 else if (*status & UART_LSR_FE)
452 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
461 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dsunsu.c334 UART_LSR_FE | UART_LSR_OE))) {
339 *status &= ~(UART_LSR_FE | UART_LSR_PE);
354 else if (*status & UART_LSR_FE)
375 else if (*status & UART_LSR_FE)
838 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
847 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Domap-serial.c459 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
477 if (lsr & UART_LSR_FE) {
827 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
836 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dserial-tegra.c46 UART_LSR_PE | UART_LSR_FE)
452 } else if (lsr & UART_LSR_FE) {
H A Dpch_uart.c980 if (lsr & UART_LSR_FE) {
1022 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE |
/linux-master/drivers/tty/
H A Damiserial.c213 UART_LSR_FE | UART_LSR_OE)) {
218 status &= ~(UART_LSR_FE | UART_LSR_PE);
222 else if (status & UART_LSR_FE)
246 else if (status & UART_LSR_FE)
653 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
662 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dmxser.c650 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
667 UART_LSR_FE;
671 UART_LSR_FE;
1535 } else if (status & UART_LSR_FE) {
/linux-master/drivers/usb/serial/
H A Dark3116.c493 if (lsr & UART_LSR_FE)
588 else if (lsr & UART_LSR_FE)
H A Dssu100.c451 if (lsr & UART_LSR_FE) {
H A Df81232.c364 } else if (lsr & UART_LSR_FE) {
H A Dmxuport.c406 if (lsr_event & UART_LSR_FE) {
H A Dquatech2.c849 if (newLSR & UART_LSR_FE)
H A Df81534.c1210 } else if (lsr & UART_LSR_FE) {
/linux-master/drivers/tty/serial/jsm/
H A Djsm_cls.c418 | UART_LSR_FE);
427 if (ch->ch_equeue[head] & UART_LSR_FE)
H A Djsm_tty.c621 else if (error & UART_LSR_FE)
H A Djsm_neo.c878 if (linestatus & UART_LSR_FE) {
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c1717 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
1729 else if (lsr & UART_LSR_FE)
1744 else if (lsr & UART_LSR_FE)
2774 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
2783 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A D8250_omap.c422 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
431 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;

Completed in 195 milliseconds