OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IIR_TXRDY
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
dcareg.h
116
#define
IIR_TXRDY
0x2
/src/sys/dev/ic/
comreg.h
65
#define
IIR_TXRDY
0x2 /* Transmitter ready */
com.c
2371
if ((iir & (IIR_RXRDY|
IIR_TXRDY
)) == IIR_RXRDY) {
2415
* Since some device (e.g., ST16C1550) doesn't clear
IIR_TXRDY
2419
(iir & IIR_IMASK) !=
IIR_TXRDY
);
/src/sys/arch/sandpoint/sandpoint/
satmgr.c
658
case
IIR_TXRDY
: /* TxFIFO is ready to swallow data */
/src/sys/arch/hp300/dev/
dnkbd.c
932
case
IIR_TXRDY
:
Completed in 15 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025