Home
last modified time | relevance | path

Searched refs:STAT_PAR_ERR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c68 #define STAT_PAR_ERR BIT(1) macro
71 | STAT_PAR_ERR | STAT_OVR_ERR)
276 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()
292 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars()
306 if (status & port->ignore_status_mask & STAT_PAR_ERR) in mvebu_uart_rx_chars()
311 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()
549 port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR; in mvebu_uart_set_termios()
554 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()