Searched refs:AUART_STAT_PERR (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dmxs-auart.c109 #define AUART_STAT_PERR (1 << 17) macro
181 } else if (stat & AUART_STAT_PERR) {
194 } else if (stat & AUART_STAT_PERR)
326 u->read_status_mask |= AUART_STAT_PERR;
335 u->ignore_status_mask |= AUART_STAT_PERR;

Completed in 12 milliseconds