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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dm32r_sio_reg.h129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
H A Dpxa.c112 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
118 *status &= ~(UART_LSR_FE | UART_LSR_PE);
128 } else if (*status & UART_LSR_PE)
149 } else if (*status & UART_LSR_PE)
475 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
484 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dm32r_sio.c330 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
336 *status &= ~(UART_LSR_FE | UART_LSR_PE);
346 } else if (*status & UART_LSR_PE)
367 } else if (*status & UART_LSR_PE)
753 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
762 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dvr41xx_siu.c332 UART_LSR_PE | UART_LSR_OE))) {
334 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
343 if (lsr & UART_LSR_PE)
353 if (lsr & UART_LSR_PE)
561 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
567 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE;
H A Dsunsu.c311 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
317 *status &= ~(UART_LSR_FE | UART_LSR_PE);
330 } else if (*status & UART_LSR_PE)
351 } else if (*status & UART_LSR_PE)
817 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
826 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A D8250.c1290 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE |
1296 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
1306 } else if (lsr & UART_LSR_PE)
1321 } else if (lsr & UART_LSR_PE)
2053 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
2062 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.c173 else if (st & (UART_LSR_FE|UART_LSR_OE|UART_LSR_PE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial_reg.h118 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Damiserial.c281 if (status & (UART_LSR_BI | UART_LSR_PE |
287 status &= ~(UART_LSR_FE | UART_LSR_PE);
289 } else if (status & UART_LSR_PE)
313 } else if (status & UART_LSR_PE)
790 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
799 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dmxser.c1968 if (status & UART_LSR_PE)
2118 } else if (*status & UART_LSR_PE) {
2659 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
2675 UART_LSR_PE |
2679 UART_LSR_PE |
H A Dmxser_new.c665 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
681 UART_LSR_PE |
685 UART_LSR_PE |
2179 } else if (*status & UART_LSR_PE) {
2327 if (status & UART_LSR_PE)
H A Desp.c1128 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
1142 UART_LSR_PE | UART_LSR_FE;
1144 UART_LSR_PE | UART_LSR_FE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Delsa_ser.c323 if (*status & (UART_LSR_BI | UART_LSR_PE |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c887 if (linestatus & UART_LSR_PE) {
H A Djsm_tty.c645 else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-au1x00/
H A Dau1000.h1254 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-au1x00/
H A Dau1000.h1254 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro

Completed in 198 milliseconds