Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmax310x.c94 #define MAX310X_LSR_FRERR_BIT (1 << 3) /* Frame error */ macro
609 sts &= MAX310X_LSR_RXPAR_BIT | MAX310X_LSR_FRERR_BIT | in max310x_handle_rx()
622 else if (sts & MAX310X_LSR_FRERR_BIT) in max310x_handle_rx()
632 else if (sts & MAX310X_LSR_FRERR_BIT) in max310x_handle_rx()
840 MAX310X_LSR_FRERR_BIT; in max310x_set_termios()
851 MAX310X_LSR_FRERR_BIT | in max310x_set_termios()