Searched refs:UARTDR_PARERR (Results 1 – 1 of 1) sorted by relevance
39 #define UARTDR_PARERR (1 << 9) macro107 status = ch & (UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR); in uart_clps711x_int_rx()114 if (status & UARTDR_PARERR) in uart_clps711x_int_rx()123 if (status & UARTDR_PARERR) in uart_clps711x_int_rx()299 port->read_status_mask |= UARTDR_PARERR | UARTDR_FRMERR; in uart_clps711x_set_termios()304 port->ignore_status_mask |= UARTDR_OVERR | UARTDR_PARERR | in uart_clps711x_set_termios()