Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsc16is7xx.c175 #define SC16IS7XX_LSR_BI_BIT (1 << 4) /* Break Interrupt */ macro
616 if (lsr & SC16IS7XX_LSR_BI_BIT) { in sc16is7xx_handle_rx()
628 if (lsr & SC16IS7XX_LSR_BI_BIT) in sc16is7xx_handle_rx()
1066 port->read_status_mask |= SC16IS7XX_LSR_BI_BIT; in sc16is7xx_set_termios()
1071 port->ignore_status_mask |= SC16IS7XX_LSR_BI_BIT; in sc16is7xx_set_termios()