Searched refs:FLSR_TxEMP (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ic/
H A Di8251.h74 #define FLSR_TxEMP 0x01 /* transmit buffer EMPTY */ macro
/freebsd-10.3-release/sys/pc98/cbus/
H A Dsio.c1997 (inb(I8251F_lsr) & (FLSR_TxRDY | FLSR_TxEMP))
1998 == (FLSR_TxRDY | FLSR_TxEMP)) ||
2299 if (tmp & FLSR_TxEMP) line_status |= LSR_TSRE;

Completed in 164 milliseconds