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

/linux-master/include/uapi/linux/
H A Dserial_reg.h145 #define UART_LSR_PE 0x04 /* Parity 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;
364 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
370 *status &= ~(UART_LSR_FE | UART_LSR_PE);
372 } else if (*status & UART_LSR_PE)
385 else if (*status & UART_LSR_PE)
/linux-master/drivers/tty/serial/
H A Dpxa.c111 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
117 *status &= ~(UART_LSR_FE | UART_LSR_PE);
127 } else if (*status & UART_LSR_PE)
148 } else if (*status & UART_LSR_PE)
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.c333 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
339 *status &= ~(UART_LSR_FE | UART_LSR_PE);
352 } else if (*status & UART_LSR_PE)
373 } else if (*status & UART_LSR_PE)
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);
472 if (lsr & UART_LSR_PE) {
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)
447 } else if (lsr & UART_LSR_PE) {
H A Dpch_uart.c985 if (lsr & UART_LSR_PE) {
1023 UART_LSR_PE | UART_LSR_OE)) {
/linux-master/drivers/tty/
H A Damiserial.c212 if (status & (UART_LSR_BI | UART_LSR_PE |
218 status &= ~(UART_LSR_FE | UART_LSR_PE);
220 } else if (status & UART_LSR_PE)
244 } else if (status & UART_LSR_PE)
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;
666 UART_LSR_PE |
670 UART_LSR_PE |
1532 } else if (status & UART_LSR_PE) {
/linux-master/drivers/usb/serial/
H A Dark3116.c495 if (lsr & UART_LSR_PE)
586 else if (lsr & UART_LSR_PE)
H A Dssu100.c446 if (lsr & UART_LSR_PE) {
H A Df81232.c361 } else if (lsr & UART_LSR_PE) {
H A Dmxuport.c411 if (lsr_event & UART_LSR_PE) {
H A Dquatech2.c846 if (newLSR & UART_LSR_PE)
H A Df81534.c1207 } else if (lsr & UART_LSR_PE) {
/linux-master/drivers/tty/serial/jsm/
H A Djsm_cls.c417 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE
423 if (ch->ch_equeue[head] & UART_LSR_PE)
H A Djsm_tty.c619 else if (error & UART_LSR_PE)
H A Djsm_neo.c872 if (linestatus & UART_LSR_PE) {
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c1717 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
1727 } else if (lsr & UART_LSR_PE)
1742 } else if (lsr & UART_LSR_PE)
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 245 milliseconds