Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmax310x.c92 #define MAX310X_LSR_RXBRK_BIT (1 << 4) /* RX break */ macro
679 MAX310X_LSR_RXOVR_BIT | MAX310X_LSR_RXBRK_BIT; in max310x_handle_rx()
685 if (sts & MAX310X_LSR_RXBRK_BIT) { in max310x_handle_rx()
697 if (sts & MAX310X_LSR_RXBRK_BIT) in max310x_handle_rx()
922 port->read_status_mask |= MAX310X_LSR_RXBRK_BIT; in max310x_set_termios()
927 port->ignore_status_mask |= MAX310X_LSR_RXBRK_BIT; in max310x_set_termios()
932 MAX310X_LSR_RXBRK_BIT; in max310x_set_termios()