Home
last modified time | relevance | path

Searched refs:UARTDR_PARERR (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)
110 if (ch & UARTDR_PARERR) in clps711xuart_int_rx()
119 if (ch & UARTDR_PARERR) 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.h165 #define UARTDR_PARERR (1 << 9) macro