Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dclps711x.c47 #define UARTDR_PARERR (1 << 9) macro
114 status = ch & (UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR); in uart_clps711x_int_rx()
121 if (status & UARTDR_PARERR) in uart_clps711x_int_rx()
130 if (status & UARTDR_PARERR) in uart_clps711x_int_rx()
307 port->read_status_mask |= UARTDR_PARERR | UARTDR_FRMERR; in uart_clps711x_set_termios()
312 port->ignore_status_mask |= UARTDR_OVERR | UARTDR_PARERR | in uart_clps711x_set_termios()
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/
Dclps711x.h90 #define UARTDR_PARERR (1 << 9) macro