Searched refs:UARTDR_FRMERR (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)
114 else if (ch & UARTDR_FRMERR)
123 else if (ch & UARTDR_FRMERR)
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.h164 #define UARTDR_FRMERR (1 << 8) macro

Completed in 107 milliseconds