Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h112 #define ULSR_TXRDY 0x20 /* Transmitter buffer empty */ macro
H A Duvscom.c459 sc->sc_lsr |= ULSR_TXRDY; in uvscom_intr_callback()
H A Dusb_serial.c1421 const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE; in ucom_busy()
H A Duftdi.c1320 lsr &= ~(ULSR_TXRDY | ULSR_TSRE); in uftdi_read_callback()