Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dsc16is7xx.c181 #define SC16IS7XX_LSR_FE_BIT BIT(3) /* Frame Error */ macro
186 SC16IS7XX_LSR_FE_BIT | \
667 else if (lsr & SC16IS7XX_LSR_FE_BIT) in sc16is7xx_handle_rx()
677 else if (lsr & SC16IS7XX_LSR_FE_BIT) in sc16is7xx_handle_rx()
1074 SC16IS7XX_LSR_FE_BIT; in sc16is7xx_set_termios()