Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dmvebu-uart.c68 #define STAT_PAR_ERR BIT(1) macro
71 | 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()