Searched refs:STAT_PAR_ERR (Results 1 – 1 of 1) sorted by relevance
68 #define STAT_PAR_ERR BIT(1) macro71 | STAT_PAR_ERR | STAT_OVR_ERR)277 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()293 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars()307 if (status & port->ignore_status_mask & STAT_PAR_ERR) in mvebu_uart_rx_chars()312 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()578 port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR; in mvebu_uart_set_termios()583 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()