Home
last modified time | relevance | path

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

/dragonfly/sys/dev/serial/sio/
H A Dsio.c132 #define CS_TTGO 0x40 /* output not stopped by XOFF */ macro
1959 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY)) { in siointr1()
2369 com->state |= CS_TTGO; in comparam()
2431 if (com->state >= (CS_BUSY | CS_TTGO)) { in comparam()
2526 com->state &= ~CS_TTGO; in comstart()
2528 com->state |= CS_TTGO; in comstart()
2591 if (com->state >= (CS_BUSY | CS_TTGO)) in comstart()
2761 && (com->state >= (CS_BUSY | CS_TTGO) || com->poll)) { in comwakeup()