Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmax310x.c91 #define MAX310X_LSR_FRERR_BIT (1 << 3) /* Frame error */ macro
678 sts &= MAX310X_LSR_RXPAR_BIT | MAX310X_LSR_FRERR_BIT | in max310x_handle_rx()
691 else if (sts & MAX310X_LSR_FRERR_BIT) in max310x_handle_rx()
701 else if (sts & MAX310X_LSR_FRERR_BIT) in max310x_handle_rx()
920 MAX310X_LSR_FRERR_BIT; in max310x_set_termios()
931 MAX310X_LSR_FRERR_BIT | in max310x_set_termios()