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

/freebsd-10.3-release/sys/dev/ic/
H A Di8251.h66 #define STS8251_TxEMP 0x04 /* transmit buffer EMPTY */ macro
/freebsd-10.3-release/sys/pc98/cbus/
H A Dsio.c931 if (( inb(iod.sts) & STS8251_TxEMP ) == 0 ) {
2000 (inb(com->sts_port) & (STS8251_TxRDY | STS8251_TxEMP))
2001 == (STS8251_TxRDY | STS8251_TxEMP)))) ||
2306 if (tmp & STS8251_TxEMP) line_status |= LSR_TSRE;
4140 while (!((tmp = inb(com->sts_port)) & STS8251_TxEMP))

Completed in 134 milliseconds