Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c70 #define STAT_BRK_ERR (STAT_BRK_DET | STAT_FRM_ERR \ macro
284 if (IS_EXTENDED(port) && (status & STAT_BRK_ERR)) { in mvebu_uart_rx_chars()
286 ret |= STAT_BRK_ERR; in mvebu_uart_rx_chars()
395 ret |= STAT_BRK_ERR; in mvebu_uart_startup()
557 port->ignore_status_mask |= STAT_RX_RDY(port) | STAT_BRK_ERR; in mvebu_uart_set_termios()