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

/freebsd-10.3-release/sys/dev/ic/
H A Di8251.h64 #define STS8251_TxRDY 0x01 /* transmit READY */ macro
/freebsd-10.3-release/sys/pc98/cbus/
H A Dsio.c2000 (inb(com->sts_port) & (STS8251_TxRDY | STS8251_TxEMP))
2001 == (STS8251_TxRDY | STS8251_TxEMP)))) ||
2304 if (tmp & STS8251_TxRDY) line_status |= LSR_TXRDY;

Completed in 107 milliseconds