Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dmax310x.c89 #define MAX310X_LSR_RXOVR_BIT (1 << 1) /* RX overrun */ macro
659 if (port->read_status_mask == MAX310X_LSR_RXOVR_BIT) { in max310x_handle_rx()
678 if (sts & MAX310X_LSR_RXOVR_BIT) { in max310x_handle_rx()
691 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, in max310x_handle_rx()
707 MAX310X_LSR_RXOVR_BIT | MAX310X_LSR_RXBRK_BIT; in max310x_handle_rx()
721 else if (sts & MAX310X_LSR_RXOVR_BIT) in max310x_handle_rx()
731 else if (sts & MAX310X_LSR_RXOVR_BIT) in max310x_handle_rx()
741 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, ch, flag); in max310x_handle_rx()
938 port->read_status_mask = MAX310X_LSR_RXOVR_BIT; in max310x_set_termios()
951 MAX310X_LSR_RXOVR_BIT | in max310x_set_termios()