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

/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.h111 #define ULSR_TSRE 0x40 /* Transmitter empty: byte sent */ macro
185 #define UCOM_FLAG_LSRTXIDLE 0x0800 /* set if sc_lsr bits ULSR_TSRE+TXRDY work */
H A Dusb_serial.c1357 const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE;
H A Duftdi.c1302 lsr &= ~(ULSR_TXRDY | ULSR_TSRE);

Completed in 137 milliseconds