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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dm32r_sio_reg.h129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
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 Dpxa.c109 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
115 *status &= ~(UART_LSR_FE | UART_LSR_PE);
125 } else if (*status & UART_LSR_PE)
146 } 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 Dvr41xx_siu.c334 UART_LSR_PE | UART_LSR_OE))) {
336 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
345 if (lsr & UART_LSR_PE)
355 if (lsr & UART_LSR_PE)
563 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
569 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE;
H A Dmfd.c477 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
484 *status &= ~(UART_LSR_FE | UART_LSR_PE);
494 } else if (*status & UART_LSR_PE)
514 } else if (*status & UART_LSR_PE)
610 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE |
981 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
988 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dsunsu.c312 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
318 *status &= ~(UART_LSR_FE | UART_LSR_PE);
331 } else if (*status & UART_LSR_PE)
352 } else if (*status & UART_LSR_PE)
818 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
827 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dm32r_sio_reg.h129 #define UART_LSR_PE 0x40 /* Parity error indicator */ macro
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 Dpxa.c109 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
115 *status &= ~(UART_LSR_FE | UART_LSR_PE);
125 } else if (*status & UART_LSR_PE)
146 } 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 Dvr41xx_siu.c334 UART_LSR_PE | UART_LSR_OE))) {
336 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
345 if (lsr & UART_LSR_PE)
355 if (lsr & UART_LSR_PE)
563 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
569 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE;
H A Dmfd.c477 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
484 *status &= ~(UART_LSR_FE | UART_LSR_PE);
494 } else if (*status & UART_LSR_PE)
514 } else if (*status & UART_LSR_PE)
610 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE |
981 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
988 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
H A Dsunsu.c312 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
318 *status &= ~(UART_LSR_FE | UART_LSR_PE);
331 } else if (*status & UART_LSR_PE)
352 } else if (*status & UART_LSR_PE)
818 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE;
827 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dgdb-io-serial.c120 } else if (st & (UART_LSR_FE | UART_LSR_OE | UART_LSR_PE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-serial.c120 } else if (st & (UART_LSR_FE | UART_LSR_OE | UART_LSR_PE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.c173 else if (st & (UART_LSR_FE|UART_LSR_OE|UART_LSR_PE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c173 else if (st & (UART_LSR_FE|UART_LSR_OE|UART_LSR_PE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/card/
H A Dsdio_uart.c322 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
331 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
402 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
408 *status &= ~(UART_LSR_FE | UART_LSR_PE);
410 } else if (*status & UART_LSR_PE)
423 else if (*status & UART_LSR_PE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c322 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
331 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
402 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
408 *status &= ~(UART_LSR_FE | UART_LSR_PE);
410 } else if (*status & UART_LSR_PE)
423 else if (*status & UART_LSR_PE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dserial_reg.h118 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dserial_reg.h118 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dserial_reg.h118 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dserial_reg.h118 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dserial_reg.h118 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Damiserial.c284 if (status & (UART_LSR_BI | UART_LSR_PE |
290 status &= ~(UART_LSR_FE | UART_LSR_PE);
292 } else if (status & UART_LSR_PE)
316 } else if (status & UART_LSR_PE)
792 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
801 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Damiserial.c284 if (status & (UART_LSR_BI | UART_LSR_PE |
290 status &= ~(UART_LSR_FE | UART_LSR_PE);
292 } else if (status & UART_LSR_PE)
316 } else if (status & UART_LSR_PE)
792 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
801 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;

Completed in 226 milliseconds

12