Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmvebu-uart.c67 #define STAT_OVR_ERR BIT(0) macro
69 | STAT_PAR_ERR | STAT_OVR_ERR)
271 if (status & STAT_OVR_ERR) in mvebu_uart_rx_chars()
299 if (status & STAT_OVR_ERR) in mvebu_uart_rx_chars()
352 if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR | in mvebu_uart_isr()
367 if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR | in mvebu_uart_rx_isr()
499 port->read_status_mask = STAT_RX_RDY(port) | STAT_OVR_ERR | in mvebu_uart_set_termios()
508 STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR; in mvebu_uart_set_termios()