Searched refs:UARTDR_FRMERR (Results 1 – 2 of 2) sorted by relevance
62 #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()
164 #define UARTDR_FRMERR (1 << 8) macro