Home
last modified time | relevance | path

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

/dragonfly/sys/dev/serial/sio/
H A Dsio.c137 #define CS_ODONE 4 /* output completed */ macro
1996 if (!(com->state & CS_ODONE)) { in siointr1()
1997 com->state |= CS_ODONE; in siointr1()
2231 if (com->state & CS_ODONE) { in siopoll()
2233 com->state &= ~CS_ODONE; in siopoll()
2621 com->state &= ~(CS_ODONE | CS_BUSY); in comstop()