Searched refs:UARTDR_PARERR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dclps711x.c64 #define UART_ANY_ERR (UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR)
112 if (ch & UARTDR_PARERR)
121 if (ch & UARTDR_PARERR)
336 port->read_status_mask |= UARTDR_PARERR | UARTDR_FRMERR;
343 port->ignore_status_mask |= UARTDR_FRMERR | UARTDR_PARERR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dclps7111.h165 #define UARTDR_PARERR (1 << 9) macro

Completed in 115 milliseconds