Searched refs:CS_BUSY (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
120 * CS_BUSY = TS_BUSY (maintained by cystart(), cypoll() and
129 #define CS_BUSY 0x80 /* output in progress */ macro
896 if (com->state >= (CS_BUSY | CS_TTGO
1040 if (com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY)) {
1066 com->state &= ~CS_BUSY;
1071 * use it when CS_BUSY is set, and
1072 * fixing it when we clear CS_BUSY
1203 if (!(com->state & CS_BUSY)) {
[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
127 * CS_BUSY = TS_BUSY (maintained by comstart(), siopoll() and
136 #define CS_BUSY 0x80 /* output in progress */ macro
1254 * spl locking is sufficient because siointr1() does not set CS_BUSY.
1255 * If siointr1() clears CS_BUSY after we look at it, then we'll get
1257 * is safe because CS_BUSY is clear so there are no output interrupts
1261 if (com->state & CS_BUSY)
1587 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY))
1625 && com->state >= (CS_BUSY | CS_TTG
[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
191 * CS_BUSY = TS_BUSY (maintained by comstart(), siopoll() and
200 #define CS_BUSY 0x80 /* output in progress */ macro
1985 * spl locking is sufficient because siointr1() does not set CS_BUSY.
1986 * If siointr1() clears CS_BUSY after we look at it, then we'll get
1988 * is safe because CS_BUSY is clear so there are no output interrupts
1992 if (com->state & CS_BUSY)
2441 && com->state >= (CS_BUSY | CS_TTGO | CS_ODEVREADY))
2495 && com->state >= (CS_BUSY | CS_TTG
[all...]

Completed in 126 milliseconds