Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmvebu-uart.c66 #define STAT_PAR_ERR BIT(1) macro
69 | STAT_PAR_ERR | STAT_OVR_ERR)
250 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()
266 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars()
280 if (status & port->ignore_status_mask & STAT_PAR_ERR) in mvebu_uart_rx_chars()
285 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars()
503 port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR; in mvebu_uart_set_termios()
508 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()