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

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c115 * (CS_BUSY | CS_TTGO) and (CS_BUSY | CS_TTGO | CS_ODEVREADY) must be higher
122 * CS_TTGO = ~TS_TTSTOP (maintained by cyparam() and cystart())
130 #define CS_TTGO 0x40 /* output not stopped by XOFF */ macro
896 if (com->state >= (CS_BUSY | CS_TTGO
1040 if (com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY)) {
1511 com->state &= ~CS_TTGO;
1513 com->state |= CS_TTGO;
1550 * Recover from fiddling with CS_TTGO. We used to call cyintr1()
1554 if (com->state >= (CS_BUSY | CS_TTGO))
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c122 * (CS_BUSY | CS_TTGO) and (CS_BUSY | CS_TTGO | CS_ODEVREADY) must be higher
129 * CS_TTGO = ~TS_TTSTOP (maintained by comparam() and comstart())
137 #define CS_TTGO 0x40 /* output not stopped by XOFF */ macro
1587 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY))
1625 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY)) {
2016 com->state &= ~CS_TTGO;
2018 com->state |= CS_TTGO;
2080 if (com->state >= (CS_BUSY | CS_TTGO))
2229 && (com->state >= (CS_BUSY | CS_TTGO) || co
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c186 * (CS_BUSY | CS_TTGO) and (CS_BUSY | CS_TTGO | CS_ODEVREADY) must be higher
193 * CS_TTGO = ~TS_TTSTOP (maintained by comparam() and comstart())
201 #define CS_TTGO 0x40 /* output not stopped by XOFF */ macro
2441 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY))
2495 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY)) {
2500 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY)) {
3042 com->state &= ~CS_TTGO;
3044 com->state |= CS_TTGO;
3140 if (com->state >= (CS_BUSY | CS_TTGO))
[all...]

Completed in 130 milliseconds