Home
last modified time | relevance | path

Searched refs:UARTDR_FRMERR (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/tty/serial/
Dclps711x.c62 #define UART_ANY_ERR (UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR)
112 else if (ch & UARTDR_FRMERR) in clps711xuart_int_rx()
121 else if (ch & UARTDR_FRMERR) in clps711xuart_int_rx()
336 port->read_status_mask |= UARTDR_PARERR | UARTDR_FRMERR; in clps711xuart_set_termios()
343 port->ignore_status_mask |= UARTDR_FRMERR | UARTDR_PARERR; in clps711xuart_set_termios()
/linux-3.4.99/arch/arm/include/asm/hardware/
Dclps7111.h164 #define UARTDR_FRMERR (1 << 8) macro