Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c1420 const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE; in ucom_busy() local
1432 return ((sc->sc_lsr & txidle) != txidle); in ucom_busy()