Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c93 #define MAX310X_LSR_FRERR_BIT (1 << 3) /* Frame error */ macro
738 sts &= MAX310X_LSR_RXPAR_BIT | MAX310X_LSR_FRERR_BIT | in max310x_handle_rx()
751 else if (sts & MAX310X_LSR_FRERR_BIT) in max310x_handle_rx()
761 else if (sts & MAX310X_LSR_FRERR_BIT) in max310x_handle_rx()
969 MAX310X_LSR_FRERR_BIT; in max310x_set_termios()
980 MAX310X_LSR_FRERR_BIT | in max310x_set_termios()