Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dmax310x.c91 #define MAX310X_LSR_RXOVR_BIT (1 << 1) /* RX overrun */ macro
675 if (port->read_status_mask == MAX310X_LSR_RXOVR_BIT) { in max310x_handle_rx()
694 if (sts & MAX310X_LSR_RXOVR_BIT) { in max310x_handle_rx()
707 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, in max310x_handle_rx()
723 MAX310X_LSR_RXOVR_BIT | MAX310X_LSR_RXBRK_BIT; in max310x_handle_rx()
737 else if (sts & MAX310X_LSR_RXOVR_BIT) in max310x_handle_rx()
747 else if (sts & MAX310X_LSR_RXOVR_BIT) in max310x_handle_rx()
757 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, ch, flag); in max310x_handle_rx()
950 port->read_status_mask = MAX310X_LSR_RXOVR_BIT; in max310x_set_termios()
963 MAX310X_LSR_RXOVR_BIT | in max310x_set_termios()