Searched refs:ULSR_TSRE (Results 1 – 3 of 3) sorted by relevance
111 #define ULSR_TSRE 0x40 /* Transmitter empty: byte sent */ macro
1420 const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE; in ucom_busy()
1319 lsr &= ~(ULSR_TXRDY | ULSR_TSRE); in uftdi_read_callback()