Home
last modified time | relevance | path

Searched refs:RIO_CLOSING (Results 1 – 3 of 3) sorted by relevance

/drivers/char/rio/
Driotty.c206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) { in riotopen()
397 PortP->State |= RIO_CLOSING; in riotclose()
430 PortP->State &= ~RIO_CLOSING; in riotclose()
477 PortP->State &= ~RIO_CLOSING; in riotclose()
542 PortP->State &= ~(RIO_CLOSING | RIO_DELETED); in riotclose()
Dport.h51 #define RIO_CLOSING 0x00008 /* The port is being close */ macro
Driotable.c524 PortP->State |= RIO_CLOSING | RIO_DELETED; in RIODeleteRta()