Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsc16is7xx.c178 #define SC16IS7XX_LSR_TEMT_BIT (1 << 6) /* Transmitter empty */ macro
661 if (!(lsr & SC16IS7XX_LSR_TEMT_BIT)) in sc16is7xx_stop_tx()