Searched refs:STAT_PAR_ERR (Results 1 – 1 of 1) sorted by relevance
66 #define STAT_PAR_ERR BIT(1) macro69 | STAT_PAR_ERR | STAT_OVR_ERR)248 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()254 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars()268 if (status & port->ignore_status_mask & STAT_PAR_ERR) in mvebu_uart_rx_chars()273 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()491 port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR; in mvebu_uart_set_termios()496 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()