Home
last modified time | relevance | path

Searched refs:TxBufferOut (Results 1 – 4 of 4) sorted by relevance

/drivers/char/rio/
Driotty.c449 …while ((PortP->InUse != NOT_INUSE) && !p->RIOHalted && (PortP->TxBufferIn != PortP->TxBufferOut)) { in riotclose()
467 PortP->TxBufferIn = PortP->TxBufferOut = 0; in riotclose()
565 PortP->TxBufferOut = 0; in RIOClearUp()
Dport.h143 unsigned short TxBufferOut; /* Intr removes data here */ member
Driotable.c513 PortP->TxBufferIn = PortP->TxBufferOut = 0; in RIODeleteRta()
866 PortP->TxBufferOut = 0; in RIOReMapPorts()
Driocmd.c360 PortP->TxBufferOut = 0; in RIOFoadWakeup()