Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c91 #define MAX310X_LSR_RXOVR_BIT (1 << 1) /* RX overrun */ macro
691 if (port->read_status_mask == MAX310X_LSR_RXOVR_BIT) { in max310x_handle_rx()
710 if (sts & MAX310X_LSR_RXOVR_BIT) { in max310x_handle_rx()
723 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, in max310x_handle_rx()
739 MAX310X_LSR_RXOVR_BIT | MAX310X_LSR_RXBRK_BIT; in max310x_handle_rx()
753 else if (sts & MAX310X_LSR_RXOVR_BIT) in max310x_handle_rx()
763 else if (sts & MAX310X_LSR_RXOVR_BIT) in max310x_handle_rx()
773 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, ch, flag); in max310x_handle_rx()
966 port->read_status_mask = MAX310X_LSR_RXOVR_BIT; in max310x_set_termios()
979 MAX310X_LSR_RXOVR_BIT | in max310x_set_termios()