Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsc16is7xx.c178 #define SC16IS7XX_LSR_FE_BIT (1 << 3) /* Frame Error */ macro
579 else if (lsr & SC16IS7XX_LSR_FE_BIT) in sc16is7xx_handle_rx()
589 else if (lsr & SC16IS7XX_LSR_FE_BIT) in sc16is7xx_handle_rx()
873 SC16IS7XX_LSR_FE_BIT; in sc16is7xx_set_termios()