Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h111 #define ULSR_TSRE 0x40 /* Transmitter empty: byte sent */ macro
H A Dusb_serial.c1420 const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE; in ucom_busy()
H A Duftdi.c1319 lsr &= ~(ULSR_TXRDY | ULSR_TSRE); in uftdi_read_callback()