Searched refs:UART_LSR_FE (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.h128 #define UART_LSR_FE 0x80 /* Frame error indicator */ macro
H A Dpxa.c113 UART_LSR_FE | UART_LSR_OE))) {
118 *status &= ~(UART_LSR_FE | UART_LSR_PE);
130 else if (*status & UART_LSR_FE)
151 else if (*status & UART_LSR_FE)
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.c331 UART_LSR_FE | UART_LSR_OE))) {
336 *status &= ~(UART_LSR_FE | UART_LSR_PE);
348 else if (*status & UART_LSR_FE)
369 else if (*status & UART_LSR_FE)
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.c331 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE |
334 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
341 if (lsr & UART_LSR_FE)
351 if (lsr & UART_LSR_FE)
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.c312 UART_LSR_FE | UART_LSR_OE))) {
317 *status &= ~(UART_LSR_FE | UART_LSR_PE);
332 else if (*status & UART_LSR_FE)
353 else if (*status & UART_LSR_FE)
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.c1291 UART_LSR_FE | UART_LSR_OE))) {
1296 lsr &= ~(UART_LSR_FE | UART_LSR_PE);
1308 else if (lsr & UART_LSR_FE)
1323 else if (lsr & UART_LSR_FE)
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.h117 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Damiserial.c282 UART_LSR_FE | UART_LSR_OE)) {
287 status &= ~(UART_LSR_FE | UART_LSR_PE);
291 else if (status & UART_LSR_FE)
315 else if (status & UART_LSR_FE)
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.c1970 if (status & UART_LSR_FE)
2123 } else if (*status & UART_LSR_FE) {
2659 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
2676 UART_LSR_FE;
2680 UART_LSR_FE;
H A Dmxser_new.c665 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;
682 UART_LSR_FE;
686 UART_LSR_FE;
2182 } else if (*status & UART_LSR_FE) {
2329 if (status & UART_LSR_FE)
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.c324 UART_LSR_FE | UART_LSR_OE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c893 if (linestatus & UART_LSR_FE) {
H A Djsm_tty.c647 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-au1x00/
H A Dau1000.h1253 #define UART_LSR_FE 0x08 /* Frame 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.h1253 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro

Completed in 342 milliseconds