Searched refs:txidle (Results 1 – 2 of 2) sorted by relevance
269 uint8_t txidle; member338 z8530->txidle = 1; /* Report SER_INT_TXIDLE. */ in z8530_bus_attach()459 if (z8530->txidle) { in z8530_bus_ipend()461 z8530->txidle = 0; /* Mask SER_INT_TXIDLE. */ in z8530_bus_ipend()623 z8530->txidle = 1; /* Report SER_INT_TXIDLE again. */ in z8530_bus_transmit()
1420 const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE; in ucom_busy() local1432 return ((sc->sc_lsr & txidle) != txidle); in ucom_busy()